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

/macosx-10.9.5/rsync-42/rsync/lib/
H A Dcompat.c45 pid_t waitpid(pid_t pid, int *statptr, int options) argument
48 return wait4(pid, statptr, options, NULL);
59 if (statptr == NULL)
60 statptr = &dummystat;
61 while (((tmp_pid = wait3(statptr, options, 0)) != pid) &&
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c2378 barf_or_query_if_file_exists (absname, querystring, interactive, statptr, quick)
2382 struct stat *statptr;
2409 if (statptr)
2410 *statptr = statbuf;
2414 if (statptr)
2415 statptr->st_mode = 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4744 void * statptr; local
4756 statptr = (void *)&source;
4771 error = vn_stat(ndp->ni_vp, statptr, (xsecurity != USER_ADDR_NULL ? &fsec : NULL), isstat64, ctx);

Completed in 143 milliseconds