Searched refs:tokend (Results 1 – 2 of 2) sorted by relevance
252 char *tokend; /* Ptr to the end of the token */ local272 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 */ local390 while (*(tokend = exttok(current, ":,")) == ':') {391 current = tokend + 1;395 if (*tokend == ',') {397 *tokend = '\0';400 current = tokend + 1;[all …]
293 char *tokend; /* Ptr to the end of the token */ in exttok() local313 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() local432 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 …]