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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6046 char *spath = NULL; local
6106 GET_PATH(spath);
6107 if (fpath == NULL || spath == NULL) {
6117 if (vn_getpath(svp, spath, &slen) != 0 || spath[0] == '\0') {
6119 svp, spath);
6132 if (fpath != NULL && spath != NULL) {
6137 (uintptr_t)fpath, (uintptr_t)spath);
6155 if (fpath != NULL && spath != NULL) {
6159 FSE_ARG_STRING, slen, spath,
[all...]

Completed in 21 milliseconds