Home
last modified time | relevance | path

Searched refs:FindProgramInPath (Results 1 – 12 of 12) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Ddrawing.c3352 if (!FindProgramInPath(cmd, NULL, FALSE)) {
3473 if (!FindProgramInPath(cmd, NULL, FALSE)) {
H A Deps.c579 if (!FindProgramInPath(cmd, NULL, FALSE)) {
785 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
H A Dexec.c546 if (!FindProgramInPath(cmd, NULL, FALSE)) {
1134 if (cmd[0] != '\0' && FindProgramInPath(cmd, NULL, FALSE)) {
2882 if (!FindProgramInPath(&file_name[1], NULL, FALSE)) {
10415 if (!FindProgramInPath(c_ptr, NULL, TRUE)) { in InitExec()
H A Dfile.c779 int FindProgramInPath(cmd, msg, no_msg) in FindProgramInPath() function
841 if (!FindProgramInPath(cmd, NULL, FALSE)) return FALSE;
6168 if (!FindProgramInPath(cmd, NULL, FALSE)) {
H A Dfile.e147 extern int FindProgramInPath ARGS_DECL((char *cmd, char *msg, int no_msg));
H A Dimgproc.c7045 if (!FindProgramInPath(psz_cmd, NULL, FALSE)) {
H A Dimport.c1068 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
1139 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
1210 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
1294 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
1853 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
2000 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
2147 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
2346 if (!FindProgramInPath(pszCmd, NULL, FALSE)) {
2803 !FindProgramInPath(gifAnimExplodeCmd, NULL, TRUE)) { in ImportGIFToXPixmapDeck()
H A Dmainloop.c526 if (!FindProgramInPath(cmd, NULL, FALSE)) {
608 if (!FindProgramInPath(cmd, NULL, FALSE)) {
H A Dremote.c676 if (!FindProgramInPath(cmd, NULL, FALSE)) {
H A Dxbitmap.c2950 if (!FindProgramInPath(cmd, netpbm_msg, FALSE)) {
2983 if (!FindProgramInPath(cmd, netpbm_msg, FALSE)) {
3004 if (!FindProgramInPath(cmd, netpbm_msg, FALSE)) {
3017 if (!FindProgramInPath(cmd, netpbm_msg, FALSE)) {
5003 if (FindProgramInPath(cmd, NULL, FALSE)) { in ExportXPixmapDeckToGIF()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.Linux.cs104 string pathToProgram = FindProgramInPath(program); in GetPathToOpenFile()
H A DProcess.Unix.cs433 return FindProgramInPath(filename); in ResolvePath()
441 private static string FindProgramInPath(string program) in FindProgramInPath() method in System.Diagnostics.Process