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

  /src/lib/libc/gen/
fstab.c 66 static char *nextfld(char **, const char *);
71 nextfld(char **str, const char *sep) function in typeref:typename:char *
104 _fs_fstab.fs_spec = nextfld(&lp, sep);
107 _fs_fstab.fs_file = nextfld(&lp, sep);
108 _fs_fstab.fs_type = nextfld(&lp, sep);
117 if ((cp = nextfld(&lp, sep)) != NULL) {
119 if ((cp = nextfld(&lp, sep)) != NULL) {
128 _fs_fstab.fs_spec = nextfld(&lp, ws);
131 _fs_fstab.fs_file = nextfld(&lp, ws);
132 _fs_fstab.fs_vfstype = nextfld(&lp, ws)
    [all...]

Completed in 12 milliseconds