Searched refs:ISSC_OR_SPACE (Results 1 – 1 of 1) sorted by relevance
39 #define ISSC_OR_SPACE(c) ((c) == ';' || isspace (c)) macro42 STRING_FIELD (result->s_name, ISSC_OR_SPACE, 1);43 STRING_FIELD (result->s_proto, ISSC_OR_SPACE, 1);44 INT_FIELD (result->s_port, ISSC_OR_SPACE, 10, 0, htons);
Completed in 2 milliseconds