HomeSort by: relevance | last modified time | path
    Searched defs:nexttoken (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kdc/
mit_dump.c 91 nexttoken(char **p) function
173 q = nexttoken(&p);
176 q = nexttoken(&p); /* load_dump */
179 q = nexttoken(&p); /* load_dump */
182 q = nexttoken(&p); /* x.0 */
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 50 /* Token types returned by nexttoken() */
841 nexttoken(const char **in, time_t *value) function
1041 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) {
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-mitdb.c 1206 nexttoken(char **p)
1217 nexttoken(char **p, size_t len, const char *what) function
1241 char *q = nexttoken(p, 0, what);
1260 char *q = nexttoken(p, 0, what);
1274 char *q = nexttoken(p, 0, what);
1324 q = nexttoken(&p, 0, "record type (princ or policy)");
1348 princ = nexttoken(&p, (int)princ_len, "principal name");
1445 if (strcmp(nexttoken(&p, 0, "'-1' field"), "-1") != 0) return EINVAL;
1488 if (strcmp(nexttoken(&p, 0,
1501 /* nexttoken(&p, 0, "extra data"); *
    [all...]

Completed in 19 milliseconds