Home
last modified time | relevance | path

Searched refs:fpath (Results 1 – 7 of 7) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c44 static int check_file(const char *fpath, in check_file() argument
52 int fd = open(fpath, O_RDONLY|O_CLOEXEC); in check_file()
64 printf("%s ", fpath); in check_file()
/external/mksh/src/
Dexec.c681 if (!tp->u.fpath) { in comexec()
688 if (include(tp->u.fpath, 0, NULL, 0) < 0) { in comexec()
692 tp->u.fpath, strerror(rv)); in comexec()
699 "function not defined by", tp->u.fpath); in comexec()
1062 char *fpath; in findcom() local
1081 if ((fpath = str_val(global("FPATH"))) == null) { in findcom()
1082 tp->u.fpath = NULL; in findcom()
1085 tp->u.fpath = search_path(name, fpath, R_OK, in findcom()
1128 (fpath = str_val(global("FPATH"))) != null && in findcom()
1129 (npath.ro = search_path(name, fpath, R_OK, in findcom()
[all …]
Dedit.c384 char *pat, *fpath; in x_command_glob() local
401 if ((fpath = str_val(global("FPATH"))) != null) in x_command_glob()
402 glob_path(flags, pat, &w, fpath); in x_command_glob()
Dfuncs.c560 if (tp->u.fpath) in c_whence()
562 tp->u.fpath); in c_whence()
Dsh.h970 const char *fpath; /* temporary path to undef function */ member
/external/llvm/utils/
Dllvm-compilers-check116 def is_executable(fpath): argument
117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
/external/compiler-rt/BlocksRuntime/tests/
Dtestfilerunner.m197 char fpath[1024];
205 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
206 myenv[counter++] = fpath;