Home
last modified time | relevance | path

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

/freebsd/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()
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/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/contrib/libarchive/libarchive/
H A Darchive_getdate.c51 /* 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