Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c90 #define NTOKENS 16 macro
91 static char *tokens[NTOKENS], **tokptr;
331 if (tokptr - tokens >= NTOKENS) in tokenize()
351 for (line = tokens; (line - tokens) < NTOKENS && *line; line++) { in nameparse()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c82 #define NTOKENS 16 macro
83 static char *tokens[NTOKENS], **tokptr;
307 if (tokptr - tokens >= NTOKENS) in tokenize()
327 for (line = tokens; (line - tokens) < NTOKENS && *line; line++) { in nameparse()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c71 #define NTOKENS (MAXTOKEN - 1 + 2 + 1) /* two duplicates and null, minus id */ macro
78 } toktab[NTOKENS];