Lines Matching refs:nexttoken
91 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()
302 nexttoken(&p); /* last failed auth */ in mit_prop_dump()
303 nexttoken(&p); /* fail auth count */ in mit_prop_dump()
346 nexttoken(&p); in mit_prop_dump()
369 nexttoken(&p); /* key type */ in mit_prop_dump()
370 nexttoken(&p); /* key length */ in mit_prop_dump()
371 nexttoken(&p); /* key */ in mit_prop_dump()
373 nexttoken(&p); /* salt type */ in mit_prop_dump()
374 nexttoken(&p); /* salt length */ in mit_prop_dump()
375 nexttoken(&p); /* salt */ in mit_prop_dump()
391 q = nexttoken(&p); /* key itself */ in mit_prop_dump()
401 q = nexttoken(&p); /* salt itself */ in mit_prop_dump()
412 nexttoken(&p); /* extra data */ in mit_prop_dump()