Searched refs:nexttoken (Results 1 – 4 of 4) sorted by relevance
89 nexttoken(char **p) in nexttoken() function163 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()
969 nexttoken(char **p) in nexttoken() function983 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()
372 int nexttoken; local443 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)
841 nexttoken(const char **in, time_t *value) in nexttoken() function1041 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in archive_parse_date()