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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c103 execrate(const char* path, char* buf, int size, int physical) function
187 if ((r = _access(path, op)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
228 if ((r = _chmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
402 if (execrate(path, buf, sizeof(buf), 0))
591 if ((r = _link(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
593 if (execrate(tp, tb, sizeof(tb), 1))
677 if (fd < 0 && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
725 if ((r = _rename(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
727 if (execrate(tp, tb, sizeof(tb), 1))
747 if ((r = _stat(path, st)) && errno == ENOENT && execrate(pat
[all...]

Completed in 57 milliseconds