Home
last modified time | relevance | path

Searched refs:getfsent (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
HDMakefile.inc213 getfsent.3 \
377 MLINKS+=getfsent.3 endfsent.3 \
378 getfsent.3 getfsfile.3 \
379 getfsent.3 getfsspec.3 \
380 getfsent.3 getfstype.3 \
381 getfsent.3 setfsent.3 \
382 getfsent.3 setfstab.3 \
383 getfsent.3 getfstab.3
HDfstab.c224 getfsent(void) in getfsent() function
HDSymbol.map131 getfsent;
/freebsd-11-stable/include/
HDfstab.h69 struct fstab *getfsent(void);
/freebsd-11-stable/usr.sbin/quotaon/
HDquotaon.c113 while ((fs = getfsent()) != NULL) { in main()
/freebsd-11-stable/sbin/umount/
HDumount.c213 if ((fs = getfsent()) != NULL) in umountall()
249 } while ((fs = getfsent()) != NULL); in umountall()
/freebsd-11-stable/sbin/quotacheck/
HDpreen.c108 while ((fs = getfsent()) != NULL) { in checkfstab()
HDquotacheck.c207 while ((fs = getfsent()) != NULL) { in main()
/freebsd-11-stable/sbin/fsck/
HDpreen.c109 while ((fs = getfsent()) != NULL) { in checkfstab()
/freebsd-11-stable/usr.sbin/repquota/
HDrepquota.c162 while ((fs = getfsent()) != NULL) { in main()
/freebsd-11-stable/sbin/dump/
HDoptr.c320 while ((fs = getfsent()) != NULL) { in dump_getfstab()
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
HDpartedit.c528 while ((fstab = getfsent()) != NULL) { in init_fstab_metadata()
/freebsd-11-stable/sbin/swapon/
HDswapon.c170 while ((fsp = getfsent()) != NULL) { in main()
/freebsd-11-stable/sbin/savecore/
HDsavecore.c885 fsp = getfsent(); in main()
/freebsd-11-stable/usr.sbin/edquota/
HDedquota.c379 while ((fs = getfsent())) { in getprivs()
/freebsd-11-stable/sbin/mount/
HDmount.c343 while ((fs = getfsent()) != NULL) { in main()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc9186 INTERCEPTOR(void *, getfsent) {
9188 COMMON_INTERCEPTOR_ENTER(ctx, getfsent);
9189 void *ret = REAL(getfsent)();
9218 COMMON_INTERCEPT_FUNCTION(getfsent); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1857 fun:getfsent=uninstrumented