Searched refs:tokend (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c293 char *tokend; /* Ptr to the end of the token */ local
313 tokend = (char *)tok + (ptrdiff_t)strlen(tok);
321 if ((q != 0) && (q < tokend))
322 tokend = q;
326 return (tokend);
402 char *tokend; /* Ptr to end of current sev def'n */ local
432 while (*(tokend = exttok(current, ":,")) == ':') {
433 current = tokend + (ptrdiff_t)1;
437 if (*tokend == ',') {
439 *tokend
535 char *tokend; /* Pointer to end of current token */ local
[all...]

Completed in 19 milliseconds