Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dmit_dump.c91 nexttoken(char **p) in nexttoken() function
173 q = nexttoken(&p); in mit_prop_dump()
176 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()
179 q = nexttoken(&p); /* load_dump */ in mit_prop_dump()
182 q = nexttoken(&p); /* x.0 */ in mit_prop_dump()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mitdb.c1206 nexttoken(char **p)
1217 nexttoken(char **p, size_t len, const char *what) in nexttoken() function
1241 char *q = nexttoken(p, 0, what); in getdata()
1260 char *q = nexttoken(p, 0, what); in getint()
1274 char *q = nexttoken(p, 0, what); in getuint()
1324 q = nexttoken(&p, 0, "record type (princ or policy)"); in _hdb_mit_dump2mitdb_entry()
1348 princ = nexttoken(&p, (int)princ_len, "principal name"); in _hdb_mit_dump2mitdb_entry()
1445 if (strcmp(nexttoken(&p, 0, "'-1' field"), "-1") != 0) return EINVAL; in _hdb_mit_dump2mitdb_entry()
1488 if (strcmp(nexttoken(&p, 0, in _hdb_mit_dump2mitdb_entry()
/netbsd-src/external/bsd/libarchive/dist/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()