Searched defs:exttok (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c220 * static char *exttok(str, delims)
248 exttok(tok, delims)
394 while (*(tokend = exttok(current, ":,")) == ':') {
405 if (*(tokend = exttok(current, ":,")) == ',') {
420 if (*(tokend = exttok(current, ":")) == ':') {
441 if (*(tokend = exttok(prstr, ":")) == ':')
246 exttok(tok, delims) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c263 * static char *exttok(str, delims)
291 exttok(const char *tok, const char *delims) function
432 while (*(tokend = exttok(current, ":,")) == ':') {
443 if (*(tokend = exttok(current, ":,")) == ',') {
460 exttok(current, ":")) == ':') {
490 if (*(tokend = exttok(prstr, ":")) ==
558 tokend = exttok(tok, ":");

Completed in 65 milliseconds