Searched refs:nexttoken (Results 1 – 4 of 4) 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 …]
149 static char * nexttoken P((char **));975 nexttoken( in nexttoken() function1042 if ((token[i] = nexttoken(&bp)) == NULL) { in readconf()
319 int nexttoken; local390 nexttoken = ap[1][0] & 0377;391 if (nexttoken == CANONHOST ||392 nexttoken == CANONUSER ||393 nexttoken == endtoken))405 nexttoken = ap[2][0] & 0377;406 if (nexttoken == CANONHOST ||407 nexttoken == CANONUSER ||408 nexttoken == endtoken)
785 nexttoken(char **in, time_t *value) in nexttoken() function940 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in __archive_get_date()