Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c246 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_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c291 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()