Home
last modified time | relevance | path

Searched refs:S_IREAD (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dstat-macros.h193 # if !S_IRUSR && S_IREAD
194 # define S_IRUSR S_IREAD
/netbsd/src/sys/external/bsd/acpica/dist/include/platform/
Dacwin64.h202 #define S_IREAD _S_IREAD macro
Dacwin.h230 #define S_IREAD _S_IREAD macro
/netbsd/src/external/bsd/less/dist/
Dless.h258 #define OPEN_READ (S_IREAD)
282 #define CREAT_RW (S_IREAD|S_IWRITE)
Dfilename.c1004 f = open(filename, S_IREAD | S_IFDIR); in is_dir()
/netbsd/src/sys/sys/
Dstat.h123 #define S_IREAD S_IRUSR macro
/netbsd/src/sys/kern/
Dsys_memfd.c306 st->st_mode = S_IREAD; in memfd_stat()
/netbsd/src/usr.bin/error/
Dtouch.c818 if ((statbuf.st_mode & S_IREAD) == 0) in probethisfile()
/netbsd/src/external/bsd/libbind/dist/tests/
Ddig8.c789 S_IREAD|S_IWRITE)) > 0)) in main()
793 S_IREAD|S_IWRITE)) > 0)) { in main()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c1120 if ((stat(path, &st) == 0) && (st.st_mode & (S_IREAD >> 6))) { in chk_access()