Searched defs:execrate (Results 1 - 1 of 1) 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...]

Completed in 166 milliseconds