Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dc_test.c97 static int test_eaccess ARGS((const char *, int));
251 return test_eaccess(opnd1, R_OK) == 0;
253 return test_eaccess(opnd1, W_OK) == 0;
255 return test_eaccess(opnd1, X_OK) == 0;
438 test_eaccess(pathx, mode) in test_eaccess() function