Searched refs:executable (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/features/
H A Dsyscall.sh132 $executable $tmp.x
184 $executable $tmp.x
191 $executable $tmp.x
225 $executable $tmp.x
396 $executable $tmp.x
589 $executable $tmp.x
850 $executable $tmp.x
/ast/src/cmd/INIT/
H A Diffe.sh616 executable="test -x"
654 ($executable .) 2>/dev/null || executable='test -r'
790 [x:cross?Some tests compile an executable (\ba.out\b) and then run it.
791 If the C compiler is a cross compiler and the executable format is
910 [+cmd \aname\a?Defines \b_cmd_\b\aname\a if \aname\a is an executable
3423 $executable ${tmp}s.exe
3433 compile $cc -o ${tmp}s.exe $1 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3440 compile $cc -o ${tmp}s.exe $2 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3480 if compile $cc $ccflags $o -DTEST=$p -DID=$v -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout && $executable
[all...]
H A Dpackage.sh128 that accept multiple dialects or generate multiple object/executable
487 scheme is used to separate incompatible executable and object formats.
840 to separate incompatible executable and object formats. All architecture
1516 # true if arg is executable
1518 executable() # [!] command function
1543 # true if arg is executable command on $PATH
1549 /*) if executable $_onpath_b
1564 if executable "$_onpath_d/$_onpath_b"
1716 if executable $1
1968 *) if executable
[all...]
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl52 # (a) see if the command exists as an executable UNIX program.
218 # name corresponds to a shell builtin or an executable in the
228 # Note that info executable doesn't work under Windows, so we have to
307 # name corresponds to an executable in the path. Builds an associative
324 if {[file executable $name] && ![file isdirectory $name]} {
334 if {[file executable $file] && ![file isdirectory $file]} {
/ast/src/lib/libast/misc/
H A Dmagic.c2418 sfprintf(mp->tmp, ", %s", S_ISDIR(st->st_mode) ? T("searchable") : T("executable"));

Completed in 28 milliseconds