Lines Matching +full:0 +full:x010000
60 #define FTS_COMFOLLOW 0x000001 /* follow command line symlinks */
61 #define FTS_LOGICAL 0x000002 /* logical walk */
62 #define FTS_NOCHDIR 0x000004 /* don't change directories */
63 #define FTS_NOSTAT 0x000008 /* don't get stat info */
64 #define FTS_PHYSICAL 0x000010 /* physical walk */
65 #define FTS_SEEDOT 0x000020 /* return dot and dot-dot */
66 #define FTS_XDEV 0x000040 /* don't cross devices */
67 #define FTS_WHITEOUT 0x000080 /* return whiteout information */
68 /* 0x0100 is FTS_NAMEONLY below */
69 /* 0x0200 was previously FTS_STOP */
70 #define FTS_COMFOLLOWDIR 0x00400 /* like COMFOLLOW but directories only */
71 #define FTS_NOSTAT_TYPE 0x000800 /* like NOSTAT but use d_type */
72 #define FTS_OPTIONMASK 0x000cff /* valid user option mask */
75 #define FTS_NAMEONLY 0x000100 /* child names only */
78 #define FTS_STOP 0x010000 /* unrecoverable error */
79 #define FTS_COMPAR_B 0x020000 /* compare function is a block */
103 #define FTS_ROOTLEVEL 0
122 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */
123 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
124 #define FTS_ISW 0x04 /* this is a whiteout object */