Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/dial/
H A Dsysfiles.c91 static char *tokens[NTOKENS], **tokptr; variable
328 tokptr = tokens; in tokenize()
330 *tokptr++ = tok; in tokenize()
331 if (tokptr - tokens >= NTOKENS) in tokenize()
334 *tokptr = NULL; in tokenize()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.c83 static char *tokens[NTOKENS], **tokptr; variable
304 tokptr = tokens; in tokenize()
306 *tokptr++ = tok; in tokenize()
307 if (tokptr - tokens >= NTOKENS) in tokenize()
310 *tokptr = NULL; in tokenize()