Searched refs:nexttoken (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c91 nexttoken(char **p) function
105 char *q = nexttoken(p);
120 char *q = nexttoken(p);
246 q = nexttoken(&p);
249 q = nexttoken(&p); /* load_dump */
252 q = nexttoken(&p); /* load_dump */
255 q = nexttoken(&p); /* x.0 */
273 nexttoken(&p); /* length of principal */
277 q = nexttoken(&p); /* principal name */
301 nexttoken(
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c359 int nexttoken; local
430 nexttoken = ap[1][0] & 0377;
431 if (nexttoken == CANONHOST ||
432 nexttoken == CANONUSER ||
433 nexttoken == endtoken)
445 nexttoken = ap[2][0] & 0377;
446 if (nexttoken == CANONHOST ||
447 nexttoken == CANONUSER ||
448 nexttoken == endtoken)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c55 /* Token types returned by nexttoken() */
873 nexttoken(const char **in, time_t *value) function
1056 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) {

Completed in 124 milliseconds