Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/kdc/
HDmit_dump.c91 nexttoken(char **p) in nexttoken() function
105 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 …]
/freebsd-head/contrib/sendmail/src/
HDreadcf.c372 int nexttoken; local
443 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)
/freebsd-head/contrib/libarchive/libarchive/
HDarchive_getdate.c827 nexttoken(const char **in, time_t *value) in nexttoken() function
996 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in __archive_get_date()