Searched defs:exe (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c119 char exe[PATH_MAX]; local
187 sfsprintf(exe, sizeof(exe), "lib/%s/%s", probe, probe);
193 dirs = pathcat(dir, ':', "..", exe, path, pathsize);
207 strcpy(exe, path);
301 *ap++ = exe;
310 if (procrun(exe, arg, 0))
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c53 * (1) .exe suffix inconsistencies
198 snprintf(buf, size, "%s.exe", path);
200 strcpy(s, ".exe");
326 snprintf(buf, sizeof(buf), "%s.exe", path);
702 static Exe_test_t* exe[16]; variable
712 if (fd >= 0 && fd < elementsof(exe) && exe[fd])
714 r = exe[fd]->test;
715 exe[fd]->test = 0;
716 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[f
[all...]

Completed in 23 milliseconds