Searched refs:TERMINATOR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dinnetgr.c251 # define TERMINATOR(c) (c == ',' || c == '\n') macro
259 if (strncmp(what,p,len) == 0 && TERMINATOR(p[len])) {
262 while (!TERMINATOR(*p)) {

Completed in 128 milliseconds