Home
last modified time | relevance | path

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

/xnu-8020.140.41/SETUP/config/
H A Dopenp.c58 int openp(const char *fpath, char *file, char *complete, int flags, int mode);
79 openp(const char *fpath, char *file, char *complete, int flags, int mode) in openp() argument
83 if (searchp(fpath, file, complete, func) < 0) { in openp()
90 fopenp(const char *fpath, char *file, char *complete, const char *ftype) in fopenp() argument
93 if (searchp(fpath, file, complete, ffunc) < 0) { in fopenp()
H A Dconfig.h117 FILE *fopenp(const char *fpath, char *file, char *complete, const char *ftype);
/xnu-8020.140.41/tests/
H A Dkqueue_fifo_18776047.c122 const char * fpath = TMP_FILE_PATH; variable
124 create_fifo(fpath);
129 read_fd = open(fpath, O_RDONLY | O_APPEND | O_NONBLOCK);
132 write_fd = open(fpath, O_WRONLY | O_APPEND | O_NONBLOCK);
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_syscalls.c10154 char *fpath = NULL; in exchangedata() local
10228 GET_PATH(fpath); in exchangedata()
10231 flen = safe_getpath(fvp, NULL, fpath, MAXPATHLEN, &from_truncated); in exchangedata()
10249 if (fpath != NULL && spath != NULL) { in exchangedata()
10254 (uintptr_t)fpath, (uintptr_t)spath); in exchangedata()
10272 if (fpath != NULL && spath != NULL) { in exchangedata()
10274 FSE_ARG_STRING, flen, fpath, in exchangedata()
10284 if (fpath != NULL) { in exchangedata()
10285 RELEASE_PATH(fpath); in exchangedata()