Home
last modified time | relevance | path

Searched refs:savept (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/tsort/common/
H A Derrstrtok.c54 static char *savept; in errstrtok() local
57 p = (string == NULL)? savept: string; in errstrtok()
68 savept = 0; /* indicate this is last token */ in errstrtok()
71 savept = ++r; in errstrtok()
/titanic_41/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;
/titanic_41/usr/src/common/util/
H A Dstring.c689 static char *savept; in strtok() local
694 p = (string == NULL) ? savept : string; in strtok()
709 savept = NULL; in strtok()
712 savept = ++r; in strtok()
/titanic_41/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;
/titanic_41/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;