Searched refs:executable1 (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | pex-win32.c | 692 char *executable1; in spawn_script() local 700 … for (executable1 = buf + 2; *executable1 == ' ' || *executable1 == '\t'; executable1++) in spawn_script() 702 backslashify (executable1); in spawn_script() 707 *avhere = executable1; in spawn_script() 713 executable = strrchr (executable1, '\\') + 1; in spawn_script() 715 executable = executable1; in spawn_script() 719 if (strchr (executable1, '\\') == NULL) in spawn_script() 720 pid = win32_spawn (executable1, TRUE, argv, env, in spawn_script() 722 else if (executable1[0] != '\\') in spawn_script() 723 pid = win32_spawn (executable1, FALSE, argv, env, in spawn_script() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-win32.c | 713 char *executable1; in spawn_script() local 721 … for (executable1 = buf + 2; *executable1 == ' ' || *executable1 == '\t'; executable1++) in spawn_script() 723 backslashify (executable1); in spawn_script() 728 *avhere = executable1; in spawn_script() 734 executable = strrchr (executable1, '\\') + 1; in spawn_script() 736 executable = executable1; in spawn_script() 740 if (strchr (executable1, '\\') == NULL) in spawn_script() 741 pid = win32_spawn (obj, executable1, TRUE, argv, env, in spawn_script() 743 else if (executable1[0] != '\\') in spawn_script() 744 pid = win32_spawn (obj, executable1, FALSE, argv, env, in spawn_script() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-win32.c | 713 char *executable1; in spawn_script() local 721 … for (executable1 = buf + 2; *executable1 == ' ' || *executable1 == '\t'; executable1++) in spawn_script() 723 backslashify (executable1); in spawn_script() 728 *avhere = executable1; in spawn_script() 734 executable = strrchr (executable1, '\\') + 1; in spawn_script() 736 executable = executable1; in spawn_script() 740 if (strchr (executable1, '\\') == NULL) in spawn_script() 741 pid = win32_spawn (obj, executable1, TRUE, argv, env, in spawn_script() 743 else if (executable1[0] != '\\') in spawn_script() 744 pid = win32_spawn (obj, executable1, FALSE, argv, env, in spawn_script() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | pie-execl.exp | 33 set executable1 ${testfile}1 43 if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts {additional_flags=-DBIN=1… 48 clean_restart ${executable1}
|