Home
last modified time | relevance | path

Searched refs:getfsspec (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/include/
HDfstab.h71 struct fstab *getfsspec(const char *);
/freebsd-14-stable/lib/libc/gen/
HDfstab.c231 getfsspec(const char *name) in getfsspec() function
HDSymbol.map121 getfsspec;
HDMakefile.inc421 getfsent.3 getfsspec.3 \
/freebsd-14-stable/sbin/mount/
HDmount.c407 (fs = getfsspec(*argv)) == NULL) in main()
942 if ((fst = getfsspec(mntfromname))) in putfsent()
/freebsd-14-stable/sbin/fsck/
HDfsck.c214 (fs = getfsspec(spec)) == NULL) { in main()
/freebsd-14-stable/usr.bin/quota/
HDquota.c529 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc9413 INTERCEPTOR(void *, getfsspec, const char *spec) {
9415 COMMON_INTERCEPTOR_ENTER(ctx, getfsspec, spec);
9418 void *ret = REAL(getfsspec)(spec);
9437 COMMON_INTERCEPT_FUNCTION(getfsspec); \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1865 fun:getfsspec=uninstrumented