HomeSort by relevance Sort by last modified time
    Searched refs:ksh_access (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
expr.c 859 ksh_access(const char *fn, int mode) function
exec.c 1204 ksh_access(tp->val.s, X_OK) != 0) {
    [all...]
funcs.c     [all...]
sh.h     [all...]
edit.c 833 if (ksh_access(words[i], X_OK) == 0) {
    [all...]

Completed in 91 milliseconds