Home
last modified time | relevance | path

Searched refs:test_eaccess (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/bin/ksh/
H A Dc_test.c91 static int test_eaccess(const char *, int);
228 return test_eaccess(opnd1, R_OK) == 0; in test_eval()
230 return test_eaccess(opnd1, W_OK) == 0; in test_eval()
232 return test_eaccess(opnd1, X_OK) == 0; in test_eval()
353 test_eaccess(const char *path, int amode) in test_eaccess() function