Searched refs:getfsspec (Results 1 – 9 of 9) sorted by relevance
69 struct fstab *getfsspec(const char *);
229 getfsspec(const char *name) in getfsspec() function
122 getfsspec;
397 getfsent.3 getfsspec.3 \
398 (fs = getfsspec(*argv)) == NULL) in main()933 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
211 (fs = getfsspec(spec)) == NULL) { in main()
519 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs()
9413 INTERCEPTOR(void *, getfsspec, const char *spec) {9415 COMMON_INTERCEPTOR_ENTER(ctx, getfsspec, spec);9418 void *ret = REAL(getfsspec)(spec);9437 COMMON_INTERCEPT_FUNCTION(getfsspec); \
1865 fun:getfsspec=uninstrumented