OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_NG_ISSPACE
lib/libc/gen/getnetgrent.c
44
#define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n')
usr.sbin/netgroup_mkdb/stringlist.h
31
#define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n')