Searched refs:savept (Results 1 – 4 of 4) sorted by relevance
51 static char *savept; in errstrtok() local54 p = (string == NULL)? savept: string; in errstrtok()65 savept = 0; /* indicate this is last token */ in errstrtok()68 savept = ++r; in errstrtok()
872 static char *savept; local875 p = (string == (char*)0)? savept: string;886 savept = 0; /* indicate this is last token */889 savept = ++r;
580 static char *savept; local583 p = (string == NULL)? savept: string;594 savept = 0; /* indicate this is last token */597 savept = ++r;
771 static char *savept; in strtok() local776 p = (string == NULL) ? savept : string; in strtok()791 savept = NULL; in strtok()794 savept = ++r; in strtok()