Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c252 char *tokend; /* Ptr to the end of the token */ local
272 tokend = tok + strlen(tok);
277 if (q && (q < tokend)) tokend = q;
281 return(tokend);
359 char *tokend; /* Ptr to end of current sev def'n */ local
390 while (*(tokend = exttok(current, ":,")) == ':') {
391 current = tokend + 1;
395 if (*tokend == ',') {
397 *tokend = '\0';
400 current = tokend + 1;
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c293 char *tokend; /* Ptr to the end of the token */ in exttok() local
313 tokend = (char *)tok + (ptrdiff_t)strlen(tok); in exttok()
321 if ((q != 0) && (q < tokend)) in exttok()
322 tokend = q; in exttok()
326 return (tokend); in exttok()
402 char *tokend; /* Ptr to end of current sev def'n */ in getauxsevs() local
432 while (*(tokend = exttok(current, ":,")) == ':') { in getauxsevs()
433 current = tokend + (ptrdiff_t)1; in getauxsevs()
437 if (*tokend == ',') { in getauxsevs()
439 *tokend = '\0'; in getauxsevs()
[all …]