Lines Matching defs:path
538 prt_cmd(char *path, long flags, char *modules, char *addr, char *rpcp)
539 /* path: full path of command or pipe */
552 if (*path != '/') {
553 nlsmesg(MM_ERROR, "Must specify full path name");
557 if ((tmp = strchr(path, ' ')) != NULL)
560 if (stat(path, &sbuf) < 0) {
562 sprintf(mesgbuf, "%s does not exist", path);
573 pflags(flags), (modules ? modules : ""), path);
598 nlsmesg(MM_ERROR, "Must specify full path name");