Lines Matching defs:path
1169 exec_command(char *path, char *cmdline[MAX_CMD_LINE])
1178 (void) execv(path, cmdline);
1840 * if path-oriented alias, path exists
1849 char path[MAXPATHLEN];
1869 /* if the alias is a path, ensure that the path exists */
1872 (void) snprintf(path, sizeof (path), "/devices/%s", one_entry);
1873 if (stat(path, &buf) == 0)
1876 /* no device at specified path-oriented alias path */