Home
last modified time | relevance | path

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

/io/
A Daccess.c24 __access_noerrno (const char *file, int type) in __access_noerrno() argument
31 __access (const char *file, int type) in __access() argument
33 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __access()
A Deuidaccess.c24 __euidaccess (const char *file, int type) in __euidaccess() argument
26 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __euidaccess()
A Dfaccessat.c26 faccessat (int fd, const char *file, int type, int flag) in faccessat() argument
29 || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in faccessat()
A Dbug-ftw4.c30 cb (const char *name, const struct stat64 *st, int type) in cb() argument
A Dfts.c609 fts_build (FTSOBJ *sp, int type) in fts_build() argument
638 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 5 milliseconds