Searched refs:type (Results 1 – 5 of 5) sorted by relevance
24 __access_noerrno (const char *file, int type) in __access_noerrno() argument31 __access (const char *file, int type) in __access() argument33 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __access()
24 __euidaccess (const char *file, int type) in __euidaccess() argument26 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __euidaccess()
26 faccessat (int fd, const char *file, int type, int flag) in faccessat() argument29 || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in faccessat()
30 cb (const char *name, const struct stat64 *st, int type) in cb() argument
609 fts_build (FTSOBJ *sp, int type) in fts_build() argument638 if (type == BREAD) { in fts_build()650 if (type == BNAMES) { in fts_build()683 if (nlinks || type == BREAD) { in fts_build()685 if (nlinks && type == BREAD) in fts_build()846 if (descend && (type == BCHILD || !nitems) && in fts_build()858 if (type == BREAD) in fts_build()
Completed in 6 milliseconds