/ast/src/cmd/INIT/ |
H A D | execrate.sh | 20 : wrapper for .exe challenged win32 systems/commands 33 [+NAME?execrate - wrapper for .exe challenged commands] 35 operands for standard semantics with respect to \bwin32\b \b.exe\b 37 systems that inconsistently handle \b.exe\b across library and 44 is \b.exe\b challenged, 1 if the current system is normal.] 83 0) if test ! -x /bin/cat.exe 116 do if test -x $d/$1 -o -x $d/$1.exe 143 do if test "$f" -ef "$f".exe 144 then f=$f.exe 156 *.exe) ;; [all...] |
H A D | MAPLIB.mk | 29 -) if $$(CC) -o $$(<:B:S=.exe) $i $g > /dev/null 2>&1 30 then $$(CC) -o $$(<:B:S=.exe) $i > /dev/null 2>&1 || { 44 rm -f $$(<:B:S=.exe) $$(*:B:S=$$(CC.SUFFIX.OBJECT))
|
H A D | ldd.cygwin.i386 | 5 *.exe) ;; 6 *) f=$f.exe ;;
|
H A D | iffe.sh | 26 # NOTE: .exe a.out suffix and [\\/] in path patterns for dos/nt 535 if compile $cc -o ${tmp}r.exe ${tmp}r.c >&$nullout 536 then posix_read=${tmp}r.exe 2698 *) rm -f $tmp.exe 2700 if compile $cc -o $tmp.exe $tmp.c $p $lib <&$nullin >&$nullout 2722 if compile $cc -o $tmp.exe $tmp.c $a <&$nullin >&$nullout 3420 rm -f ${tmp}s.exe 3422 compile $cc -o ${tmp}s.exe ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && 3423 $executable ${tmp}s.exe 3432 rm -f ${tmp}s.exe [all...] |
H A D | package.mk | 376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])" 377 T := $(T).exe 381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])" 382 S := $(S).exe 385 if strip && "$(T:N=*.exe)" 389 if strip && "$(X:T=Y)" == "*/?(x-)(dll|exe)" 450 if "$(exe.$(style))" 451 T := $(T).exe 542 exe.cyg = .exe [all...] |
H A D | package.sh | 779 cp lib/package/tgz/ratz.${bI}YYYY-MM-DD.HOSTTYPE${eI}.exe bin/ratz 1521 '!') test ! -x "$2" -a ! -x "$2.exe"; return ;; 1522 *) test -x "$1" -o -x "$1.exe"; return ;; 1533 -) if test -f /emx/bin/sh.exe 1534 then SHELLMAGIC='#!/emx/bin/sh.exe'$nl 1535 elif test -f /bin/env.exe 1795 do if $CC $o -O -o $tmp.exe $tmp.c $o >/dev/null 2>&1 || 1796 gcc $o -O -o $tmp.exe $tmp.c $o >/dev/null 2>&1 1797 then ./$tmp.exe 1900 do if $CC $o -O -o $tmp.exe [all...] |
/ast/src/lib/libcs/ |
H A D | cslocal.c | 100 char exe[PATH_MAX + 1]; local 139 p = pathcat(p, ':', "../lib/cs/fdp", cmd, exe, PATH_MAX + 1); 140 if (!eaccess(exe, X_OK) && !stat(exe, &st)) break; 158 else if (initiate(state, path, exe) < 0) 160 messagef((state->id, NiL, -1, "local: %s: %s: cannot initiate service %s", path, tmp, exe)); 163 messagef((state->id, NiL, -8, "local(%s) fd=%d server=%s stream=%s", path, fd, exe, tmp)); 203 if (n || errno == EACCES || initiate(state, path, exe) < 0)
|
/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 119 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); 311 *ap++ = exe; 320 if (procrun(exe, arg, 0))
|
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 53 * (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...] |
H A D | conf.sh | 130 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe 152 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 153 then if ./$tmp.exe 171 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 1142 *) $cc $a -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe > $tmp.x 2>/dev/null 1289 *) $cc $a -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe > $tmp.x 2>/dev/null
|
/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 102 char* exe; local 164 if (!(exe = argv[0])) 166 exe = *(argv = (char**)echo); 169 else if (streq(exe, echo[0])) 176 if (!pathpath(exe, NiL, PATH_REGULAR|PATH_EXECUTE, s, n + m)) 180 (*cmd->errorf)(NiL, cmd, ERROR_SYSTEM|2, "%s: command not found", exe); 186 exe = s; 199 *p++ = exe;
|
/ast/src/lib/libpp/ |
H A D | Makefile | 104 $(CC.NATIVE|CC) -o $(tmp).exe 1.$(tmp).c 105 ./$(tmp).exe > $(<) 106 $(RM) -f 1.$(tmp).c $(tmp).exe
|
/ast/src/cmd/sort/ |
H A D | testsort.sh | 740 $CC -o xx.exe xx.c 741 ./xx.exe >in 751 $CC -o xx.exe xx.c 752 ./xx.exe >out 772 $CC -o xx.exe xx.c 773 ./xx.exe >out 789 $CC -o xx.exe xx.c 790 ./xx.exe >out 791 rm -f xx.c xx.o xx.exe 822 $CC -o xx.exe x [all...] |
/ast/src/cmd/nmake/ |
H A D | Makefile | 100 if test -x /bin/cat.exe 103 else : .exe challenged
|
H A D | Makerules.mk | 1155 if "$("/bin/cat.exe":T=F)" 1156 %.exe : % .NULL 4944 if "$(I:T=Y)" == "*/?(x-)(dll|exe)" 4963 if "$(I:T=Y)" == "*/?(x-)(dll|exe)"
|
/ast/src/cmd/proto/ |
H A D | sear.sh | 30 out=install.exe 52 [+?\b.exe\b files generated by \bsear\b(1) are fully functional 106 [[ ${out##*/} != *.?* ]] && out=${out%.}.exe
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 229 # look for files with .exe, .com, or .bat extensions. Also, the path 248 set comspec "cmd.exe" 256 foreach ext {{} .com .exe .bat} { 292 foreach ext {{} .com .exe .bat} {
|
/ast/lib/package/ |
H A D | package.mk | 376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])" 377 T := $(T).exe 381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])" 382 S := $(S).exe 385 if strip && "$(T:N=*.exe)" 389 if strip && "$(X:T=Y)" == "*/?(x-)(dll|exe)" 450 if "$(exe.$(style))" 451 T := $(T).exe 542 exe.cyg = .exe [all...] |
/ast/src/lib/libast/ |
H A D | Makefile | 347 .check.lib : .AFTER astmath.exe FEATURE/aso 349 if test -f astmath.exe 354 astmath.exe : .DONTCARE astmath.c 357 do if $(CC) -DN=$N -DIS $(CCFLAGS) -o $(*:N=*.c:B:S=.exe) $(*) 2>/dev/null 359 elif $(CC) -DN=$N -DIS $(CCFLAGS) -o $(*:N=*.c:B:S=.exe) $(*) -lm 2>/dev/null 366 0) $(RM) -f $(*:N=*.c:B:S=.exe) ;; 367 *) touch $(*:N=*.c:B:S=.exe) ;;
|