Searched refs:nexttoken (Results 1 – 3 of 3) sorted by relevance
91 nexttoken(char **p) in nexttoken() function105 char *q = nexttoken(p); in getdata()120 char *q = nexttoken(p); in getint()246 q = nexttoken(&p); in mit_prop_dump()249 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()252 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()255 q = nexttoken(&p); /* x.0 */ in mit_prop_dump()273 nexttoken(&p); /* length of principal */ in mit_prop_dump()277 q = nexttoken(&p); /* principal name */ in mit_prop_dump()301 nexttoken(&p); /* last auth */ in mit_prop_dump()[all …]
372 int nexttoken; local443 nexttoken = ap[1][0] & 0377;444 if (nexttoken == CANONHOST ||445 nexttoken == CANONUSER ||446 nexttoken == endtoken)458 nexttoken = ap[2][0] & 0377;459 if (nexttoken == CANONHOST ||460 nexttoken == CANONUSER ||461 nexttoken == endtoken)
51 /* Token types returned by nexttoken() */827 nexttoken(const char **in, time_t *value)996 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in __archive_get_date() 831 nexttoken(const char **in, time_t *value) nexttoken() function