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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Domitted.c188 execrate(const char* path, char* buf, int size, int physical) function
272 if ((r = sysaccess(path, op)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
313 if ((r = syschmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
485 if (execrate(path, buf, sizeof(buf), 0))
674 if ((r = syslink(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
676 if (execrate(tp, tb, sizeof(tb), 1))
760 if (fd < 0 && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
808 if ((r = sysrename(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
810 if (execrate(tp, tb, sizeof(tb), 1))
830 if ((r = sysstat(path, st)) && errno == ENOENT && execrate(pat
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dexecrate.sh22 command=execrate
30 @(#)$Id: execrate (AT&T Labs Research) 2002-02-02 $
33 [+NAME?execrate - wrapper for .exe challenged commands]
68 echo "Usage: execrate [ -n ] [ command [ option ... ] file ... ]" >&2
H A DMakefile21 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent
27 execrate :: execrate.sh LICENSE=since=2002,author=gsf
H A Dmamprobe.sh222 # STD* are standard commands/flags with possible execrate(1)
249 if execrate
251 do eval $n=\"execrate \$$n\"
H A Dpackage.sh1406 # tangible proof of cygwin's disdain for unix (well, this and execrate)
2655 for i in execrate ignore mamprobe silent
5500 # execrate if necessary
5502 if (execrate) >/dev/null 2>&1
5503 then execrate=execrate
5509 '') echo "$SHELLMAGIC"'execrate /bin/'$i' "$@"' > $OK/$i
5512 *) $exec echo \'"$SHELLMAGIC"'execrate /bin/'$i' "$@"'\'' >' $OK/$i
5520 else execrate=
5714 $exec $execrate
[all...]

Completed in 128 milliseconds