Home
last modified time | relevance | path

Searched defs:_NG_ISSPACE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/netgroup_mkdb/
H A Dstringlist.h31 #define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n') macro
/openbsd-src/lib/libc/gen/
H A Dgetnetgrent.c44 #define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n') macro