Lines Matching defs:program
254 * an error and will terminate the program.
878 * Return true if the named program exists
912 FindExecName(char *program)
921 if (*program == FILE_SEPARATOR ||
922 (FILE_SEPARATOR=='\\' && strrchr(program, ':')))
923 return Resolve("", program+1);
926 if (strrchr(program, FILE_SEPARATOR) != 0) {
928 return Resolve(getcwd(cwdbuf, sizeof(cwdbuf)), program);
942 result = Resolve(s, program);
948 result = Resolve(dir, program);