Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dcopy.h99 # define VALID_SPARSE_MODE(Mode) \ argument
100 ((Mode) == SPARSE_NEVER \
101 || (Mode) == SPARSE_AUTO \
102 || (Mode) == SPARSE_ALWAYS)
104 # define VALID_REFLINK_MODE(Mode) \ argument
105 ((Mode) == REFLINK_NEVER \
106 || (Mode) == REFLINK_AUTO \
107 || (Mode) == REFLINK_ALWAYS)
Dtail.c101 #define IS_TAILABLE_FILE_TYPE(Mode) \ argument
102 (S_ISREG (Mode) || S_ISFIFO (Mode) || S_ISSOCK (Mode) || S_ISCHR (Mode))
/coreutils/doc/
Dperm.texi17 * Mode Structure:: Structure of file mode bits.
24 @node Mode Structure
25 @section Structure of File Mode Bits
162 * Changing Special Mode Bits:: Special mode bits.
301 @node Changing Special Mode Bits
302 @subsection Changing Special Mode Bits
306 you can change its special mode bits. @xref{Mode Structure}, for a
509 Mode Mode Bit
546 leading @samp{0}, as you do in C@. Mode @samp{0055} is the same as
Dcoreutils.texi481 * Mode Structure:: Structure of file mode bits
8035 another name for the sticky bit. @xref{Mode Structure}.