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

/ast/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...]
/ast/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 DMakefile26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent
32 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.sh1527 # tangible proof of cygwin's disdain for unix (well, this and execrate)
2804 for i in execrate ignore mamprobe silent
5724 # execrate if necessary
5726 if (execrate) >/dev/null 2>&1
5727 then execrate=execrate
5733 '') echo "$SHELLMAGIC"'execrate /bin/'$i' "$@"' > $OK/$i
5736 *) $exec echo \'"$SHELLMAGIC"'execrate /bin/'$i' "$@"'\'' >' $OK/$i
5744 else execrate=
5967 $exec $execrate
[all...]

Completed in 35 milliseconds