HomeSort by: relevance | last modified time | path
    Searched refs:getfsfile (Results 1 - 10 of 10) sorted by relevancy

  /src/include/
fstab.h 73 struct fstab *getfsfile(const char *);
  /src/sbin/fsck/
openspecial.c 59 fs = getfsfile(special);
fsutil.c 239 } else if ((fsp = getfsfile(newname)) != 0 && !retried) {
fsck.c 214 fs = getfsfile(spec);
  /src/lib/libc/gen/
fstab.c 56 __weak_alias(getfsfile,_getfsfile)
197 getfsfile(const char *name) function
  /src/sbin/mount/
mount.c 246 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) {
261 ((fs = getfsfile(canonical_path)) == NULL &&
264 if ((fs = getfsfile(*argv)) == NULL &&
  /src/lib/libc/include/
namespace.h 370 #define getfsfile _getfsfile macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 9076 INTERCEPTOR(void *, getfsfile, const char *file) {
9078 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);
9081 void *ret = REAL(getfsfile)(file);
9090 COMMON_INTERCEPT_FUNCTION(getfsfile);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 9588 INTERCEPTOR(void *, getfsfile, const char *file) {
9590 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);
9593 void *ret = REAL(getfsfile)(file);
9602 COMMON_INTERCEPT_FUNCTION(getfsfile);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 9589 INTERCEPTOR(void *, getfsfile, const char *file) {
9591 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);
9594 void *ret = REAL(getfsfile)(file);
9603 COMMON_INTERCEPT_FUNCTION(getfsfile);

Completed in 28 milliseconds