Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/kdc/
HDmit_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 …]
/trueos/contrib/ntp/ntpd/
HDntp_intres.c149 static char * nexttoken P((char **));
975 nexttoken( in nexttoken() function
1042 if ((token[i] = nexttoken(&bp)) == NULL) { in readconf()
/trueos/contrib/sendmail/src/
HDreadcf.c319 int nexttoken; local
390 nexttoken = ap[1][0] & 0377;
391 if (nexttoken == CANONHOST ||
392 nexttoken == CANONUSER ||
393 nexttoken == endtoken))
405 nexttoken = ap[2][0] & 0377;
406 if (nexttoken == CANONHOST ||
407 nexttoken == CANONUSER ||
408 nexttoken == endtoken)
/trueos/contrib/libarchive/libarchive/
HDarchive_getdate.c785 nexttoken(char **in, time_t *value) in nexttoken() function
940 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in __archive_get_date()