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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c2516 char *from_name, *to_name; local
2936 to_name = from_name ? get_pathbuff() : NULL;
2939 if (!to_name) {
2944 } else if (vn_getpath(tdvp, to_name, &to_len)) {
2946 release_pathbuff(to_name);
2947 from_name = to_name = NULL;
2951 to_name[to_len-1] = '/';
2955 strlcpy(&to_name[to_len], toni.ni_cnd.cn_nameptr, MAXPATHLEN-to_len);
2957 to_name[to_len] = '\0';
2961 to_name
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4724 char *from_name = NULL, *to_name = NULL; local
5085 GET_PATH(to_name);
5086 if (to_name == NULL) {
5092 vn_getpath(tdvp, to_name, &to_len);
5096 to_name[to_len-1] = '/';
5100 strlcpy(&to_name[to_len], tond.ni_cnd.cn_nameptr, MAXPATHLEN-to_len);
5102 to_name[to_len] = '\0';
5139 (uintptr_t)from_name, (uintptr_t)to_name);
5142 if (from_name != NULL && to_name != NULL) {
5147 FSE_ARG_STRING, to_len, to_name,
[all...]

Completed in 51 milliseconds