Searched refs:exttok (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fmtmsg/ |
H A D | main.c | 220 * 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 D | fmtmsg.c | 263 * 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 47 milliseconds