Searched refs:S_IRUGO (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH) macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH) macro
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dumask.c208 perm |= S_IRUGO;
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h676 #ifndef S_IRUGO
677 # define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) macro
/macosx-10.10/ruby-106/ruby/
H A Dfile.c1366 #ifndef S_IRUGO
1367 # define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH) macro
1398 return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
1464 return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
4855 return UINT2NUM(get_stat(obj)->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
4947 return UINT2NUM(get_stat(obj)->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));

Completed in 124 milliseconds