Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/kdc/
H A Dmit_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()
255 q = nexttoken(&p); /* x.0 */ in mit_prop_dump()
301 nexttoken(&p); /* last auth */ in mit_prop_dump()
346 nexttoken(&p); in mit_prop_dump()
369 nexttoken(&p); /* key type */ in mit_prop_dump()
371 nexttoken(&p); /* key */ in mit_prop_dump()
375 nexttoken(&p); /* salt */ in mit_prop_dump()
[all …]
/freebsd-14.2/contrib/sendmail/src/
H A Dreadcf.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-14.2/contrib/libarchive/libarchive/
H A Darchive_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()