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

  /external/mksh/src/
os2.c 322 access_ex(int (*fn)(const char *, int), const char *name, int mode) function
expr.c 861 return (access_ex(access, fn, mode));
exec.c 1298 #define search_access(fn, mode) access_ex((search_access), (fn), (mode))
    [all...]
sh.h     [all...]
funcs.c     [all...]

Completed in 96 milliseconds