Searched refs:exttok (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fmtmsg/ |
H A D | main.c | 246 exttok(tok, delims) in exttok() function 390 while (*(tokend = exttok(current, ":,")) == ':') { 401 if (*(tokend = exttok(current, ":,")) == ',') { 416 if (*(tokend = exttok(current, ":")) == ':') { 437 if (*(tokend = exttok(prstr, ":")) == ':')
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | fmtmsg.c | 291 exttok(const char *tok, const char *delims) in exttok() function 432 while (*(tokend = exttok(current, ":,")) == ':') { in getauxsevs() 443 if (*(tokend = exttok(current, ":,")) == ',') { in getauxsevs() 460 exttok(current, ":")) == ':') { in getauxsevs() 490 if (*(tokend = exttok(prstr, ":")) == in getauxsevs() 558 tokend = exttok(tok, ":"); in msgverbset()
|