Home
last modified time | relevance | path

Searched refs:ISSC_OR_SPACE (Results 1 – 1 of 1) sorted by relevance

/hesiod/nss_hesiod/
A Dhesiod-service.c39 #define ISSC_OR_SPACE(c) ((c) == ';' || isspace (c)) macro
42 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