Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c247 exttok(tok, delims) in exttok() function
391 while (*(tokend = exttok(current, ":,")) == ':') {
402 if (*(tokend = exttok(current, ":,")) == ',') {
417 if (*(tokend = exttok(current, ":")) == ':') {
438 if (*(tokend = exttok(prstr, ":")) == ':')
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c289 exttok(const char *tok, const char *delims) in exttok() function
430 while (*(tokend = exttok(current, ":,")) == ':') { in getauxsevs()
441 if (*(tokend = exttok(current, ":,")) == ',') { in getauxsevs()
458 exttok(current, ":")) == ':') { in getauxsevs()
488 if (*(tokend = exttok(prstr, ":")) == in getauxsevs()
556 tokend = exttok(tok, ":"); in msgverbset()