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

/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit.h223 char *upath, u_int64_t flags);
H A Daudit_arg.c343 * must take a upath starting with '/' into account for chroot if the path
658 * a upath starting with '/' into account for chroot if the path is absolute.
665 audit_arg_upath(struct kaudit_record *ar, struct vnode *cwd_vp, char *upath, u_int64_t flag) argument
669 KASSERT(upath != NULL, ("audit_arg_upath: upath == NULL"));
685 if (audit_canon_path(cwd_vp, upath, *pathp) == 0)
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c944 /* check if a module path (mpath) matches a user path (upath) */
946 _act_file_equal(const char *mpath, const char *upath) argument
950 /* NULL upath means user wants to match all files */
951 if (upath == NULL) return true;
956 if (!strcmp(mpath, upath)) return true;
958 /* upath may be the last component of mpath */
962 if (!strcmp(slash + 1, upath)) return true;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c323 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH1);
325 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH2);
H A Dvfs_syscalls.c3345 static int mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap);
3453 mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap) argument
3460 UIO_USERSPACE, upath, ctx);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpostscr.vim354 syn keyword postscrL2Operator rectclip setbbox uappend ucache upath ustrokepath arct

Completed in 305 milliseconds