Home
last modified time | relevance | path

Searched refs:eatwhite (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libnsl/saf/
H A Ddoconfig.c53 static char *eatwhite(char *);
106 bp = eatwhite(buf); in doconfig()
123 p = eatwhite(p); in doconfig()
210 p = eatwhite(p); in doassign()
281 p = eatwhite(p); in dopush()
329 p = eatwhite(p); in dopop()
404 tp = eatwhite(tp); in dorun()
412 tp = eatwhite(tp); in dorun()
419 ep = eatwhite(ep); in dorun()
429 tp = eatwhite(tp); in dorun()
[all …]
/titanic_50/usr/src/lib/libpkg/common/
H A Dgpkgmap.c58 static int eatwhite(FILE *fp);
159 c = eatwhite(fp); in gpkgmap()
212 c = eatwhite(fp); in gpkgmap()
518 c = eatwhite(fp); in getnum()
547 c = eatwhite(fp); in getlnum()
582 c = eatwhite(fp); in getstr()
622 eatwhite(FILE *fp) in eatwhite() function