Searched defs:savept (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrtok.c45 static char *savept; local
48 p = (string == NULL)? savept: string;
59 savept = 0; /* indicate this is last token */
62 savept = ++r;
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrstrtok.c38 * string(savept).
54 static char *savept; local
57 p = (string == NULL)? savept: string;
68 savept = 0; /* indicate this is last token */
71 savept = ++r;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c874 static char *savept; local
877 p = (string == (char*)0)? savept: string;
888 savept = 0; /* indicate this is last token */
891 savept = ++r;
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c580 static char *savept; local
583 p = (string == NULL)? savept: string;
594 savept = 0; /* indicate this is last token */
597 savept = ++r;
/illumos-gate/usr/src/common/util/
H A Dstring.c695 static char *savept; local
700 p = (string == NULL) ? savept : string;
712 * Mark the end of the token and set `savept' for the next iteration.
715 savept = NULL;
718 savept = ++r;

Completed in 77 milliseconds