Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.os.h272 #ifndef S_IREAD
273 # define S_IREAD 0000400 macro
276 # define S_IROTH (S_IREAD >> 6)
279 # define S_IRGRP (S_IREAD >> 3)
282 # define S_IRUSR S_IREAD
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h30 #define S_IREAD _S_IREAD /* read permission, owner */ macro
/freebsd/contrib/less/
H A Dless.h251 #define OPEN_READ (S_IREAD)
275 #define CREAT_RW (S_IREAD|S_IWRITE)
H A Dfilename.c1022 f = open(filename, S_IREAD | S_IFDIR); in bad_file()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h737 # define S_IRUSR S_IREAD
1381 # ifndef S_IREAD
1382 # define S_IREAD _S_IREAD macro
1895 # define S_IREAD S_IRUSR macro
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c704 smode = S_IREAD;
712 smode = S_IREAD|S_IWRITE;
/freebsd/sys/sys/
H A Dstat.h252 #define S_IREAD S_IRUSR
251 #define S_IREAD global() macro
/freebsd/libexec/bootpd/
H A Dbootpd.c1130 if ((stat(path, &st) == 0) && (st.st_mode & (S_IREAD >> 6))) { in chk_access()
/freebsd/contrib/sendmail/src/
H A Drecipient.c1671 rval = safefile(fname, uid, gid, user, sfflags, S_IREAD, &st);
H A Dmap.c1690 int smode = S_IREAD;
2272 int smode = S_IREAD;
2918 smode = S_IREAD;