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

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dfman49 typeset index indexes section mpath page=$1
52 for mpath in "${patharr[@]}"; do
53 if [ -r $mpath/index ]; then
54 indexes="$indexes $mpath/index"
82 local page=$1 mpath AllPaths Path
85 for mpath in "${patharr[@]}"; do
86 AllPaths="$AllPaths $mpath/cat[0-9]*/$page.* $mpath/man[0-9]*/$page.*"
/macosx-10.9.5/sudo-72/src/
H A Dlogging.c624 char *mpath, *mflags; local
639 mpath = estrdup(def_mailerpath);
640 if ((argv[0] = strrchr(mpath, ' ')))
643 argv[0] = mpath;
659 execve(mpath, argv, root_envp);
662 execv(mpath, argv);
664 mysyslog(LOG_ERR, "cannot execute %s: %m", mpath);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc.tcl202 set mpath [sak::util::module2path $m]
208 set fl [glob -nocomplain [file join $mpath *.man]]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc.tcl202 set mpath [sak::util::module2path $m]
208 set fl [glob -nocomplain [file join $mpath *.man]]
/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
953 if (mpath == NULL) return false;
956 if (!strcmp(mpath, upath)) return true;
958 /* upath may be the last component of mpath */
959 slash = strrchr(mpath, '/');
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c700 mbuf_t mpath, mp; local
710 mpath = NULL;
718 error = nfsm_mbuf_get_list(len, &mpath, &mpcnt);
732 for (mp = mpath; mp; mp = mbuf_next(mp))
767 mbuf_freem(mpath);
768 mpath = NULL;
787 nfsm_adj(mpath, NFS_MAXPATHLEN-tlen, tlen-len);
792 error = mbuf_setnext(nmrep.nmc_mcur, mpath);
794 mpath = NULL;
798 if (mpath)
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.c2160 const char* mpath = map_w32_filename (path, NULL);
2164 int res = _open (mpath, (oflag & ~_O_CREAT) | _O_NOINHERIT, mode);
2167 return _open (mpath, oflag | _O_NOINHERIT, mode);
2158 const char* mpath = map_w32_filename (path, NULL); local

Completed in 290 milliseconds