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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c173 static int test_eaccess();
378 return test_eaccess(nm, R_OK) == 0;
380 return test_eaccess(nm, W_OK) == 0;
382 return test_eaccess(nm, X_OK) == 0;
519 test_eaccess (path, mode) function

Completed in 29 milliseconds