Searched refs:nextfld (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/lib/libc/gen/ |
H A D | fstab.c | 66 static char *nextfld(char **, const char *); 71 nextfld(char **str, const char *sep) in nextfld() function 104 _fs_fstab.fs_spec = nextfld(&lp, sep); in fstabscan() 107 _fs_fstab.fs_file = nextfld(&lp, sep); in fstabscan() 108 _fs_fstab.fs_type = nextfld(&lp, sep); in fstabscan() 117 if ((cp = nextfld(&lp, sep)) != NULL) { in fstabscan() 119 if ((cp = nextfld(&lp, sep)) != NULL) { in fstabscan() 128 _fs_fstab.fs_spec = nextfld(&lp, ws); in fstabscan() 131 _fs_fstab.fs_file = nextfld(&lp, ws); in fstabscan() 132 _fs_fstab.fs_vfstype = nextfld(&lp, ws); in fstabscan() [all …]
|