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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c254 char *tokend; /* Ptr to the end of the token */
274 tokend = tok + strlen(tok);
279 if (q && (q < tokend)) tokend = q;
283 return(tokend);
363 char *tokend; /* Ptr to end of current sev def'n */
394 while (*(tokend = exttok(current, ":,")) == ':') {
395 current = tokend + 1;
399 if (*tokend == ',') {
401 *tokend
252 char *tokend; /* Ptr to the end of the token */ local
359 char *tokend; /* Ptr to end of current sev def'n */ local
[all...]
/illumos-gate/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 55 milliseconds