Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kdc/
H A Dmit_dump.c89 nexttoken(char **p) in nexttoken() function
163 q = nexttoken(&p); in mit_prop_dump()
166 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()
169 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()
172 q = nexttoken(&p); /* x.0 */ in mit_prop_dump()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c969 nexttoken(char **p) in nexttoken() function
983 char *q = nexttoken(p); in getdata()
998 char *q = nexttoken(p); in getint()
1007 char *q = nexttoken(p); in getuint()
1052 q = nexttoken(&p); in _hdb_mit_dump2mitdb_entry()
1063 nexttoken(&p); /* length of principal */ in _hdb_mit_dump2mitdb_entry()
1067 princ = nexttoken(&p); /* principal name */ in _hdb_mit_dump2mitdb_entry()
1150 if (strcmp(nexttoken(&p), "-1") != 0) return EINVAL; in _hdb_mit_dump2mitdb_entry()
1191 if (strcmp(nexttoken(&p), "-1") != 0) return EINVAL; in _hdb_mit_dump2mitdb_entry()
/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_parse_date.c841 nexttoken(const char **in, time_t *value) in nexttoken() function
1041 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in archive_parse_date()