Searched refs:execrate (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 103 execrate(const char* path, char* buf, int size, int physical) in execrate() function 187 if ((r = _access(path, op)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in access() 228 if ((r = _chmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in chmod() 402 if (execrate(path, buf, sizeof(buf), 0)) in runve() 591 if ((r = _link(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1)) in link() 593 if (execrate(tp, tb, sizeof(tb), 1)) in link() 677 if (fd < 0 && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in open() 725 if ((r = _rename(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1)) in rename() 727 if (execrate(tp, tb, sizeof(tb), 1)) in rename() 747 if ((r = _stat(path, st)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in stat() [all …]
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 8176 execrate
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 8174 execrate
|