Searched refs:fpath (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/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) argument
83 if (searchp(fpath,file,complete,func) < 0) return (-1);
88 fopenp(const char *fpath, char *file, char *complete, const char *ftype) argument
91 if (searchp(fpath,file,complete,ffunc) < 0) return (0);
H A Dconfig.h204 FILE *fopenp(const char *fpath, char *file, char *complete, const char *ftype);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c7302 char *fpath = NULL; local
7374 GET_PATH(fpath);
7376 if (fpath == NULL || spath == NULL) {
7381 flen = safe_getpath(fvp, NULL, fpath, MAXPATHLEN, &from_truncated);
7399 if (fpath != NULL && spath != NULL) {
7404 (uintptr_t)fpath, (uintptr_t)spath);
7422 if (fpath != NULL && spath != NULL) {
7424 FSE_ARG_STRING, flen, fpath,
7434 if (fpath != NULL)
7435 RELEASE_PATH(fpath);
[all...]

Completed in 38 milliseconds