Lines Matching +full:0 +full:x2000
31 # AT_BENEATH 0x1000 /* Fail if not under dirfd */
32 # AT_RESOLVE_BENEATH 0x2000 /* As AT_BENEATH, but do not allow
62 argv[0]);
71 #if 0
72 if ((flag & AT_RESOLVE_BENEATH) == 0) {
84 r = 0;
91 return (r == exp ? 0 : errno);
107 s=0
110 #$dir/beneath4 $top a 0x1000 0 || s=1
111 #$dir/beneath4 $top b 0x1000 2 || s=1
112 #$dir/beneath4 $top c 0x1000 0 || s=1
113 #$dir/beneath4 $top d 0x1000 0 || s=1
114 #$dir/beneath4 $top e 0x1000 2 || s=1
115 #$dir/beneath4 $top fifo 0x1000 0 || s=1
116 #$dir/beneath4 $top $top/../../beneath4.d/a/a 0x1000 93 || s=1
117 #$dir/beneath4 $top $top/.. 0x1000 93 || s=1
118 #$dir/beneath4 $top ../a 0x1000 0 || s=1
121 $dir/beneath4 $top a 0x2000 0 || s=1
122 $dir/beneath4 $top b 0x2000 2 || s=1
123 $dir/beneath4 $top c 0x2000 0 || s=1
124 $dir/beneath4 $top d 0x2000 93 || s=1
125 $dir/beneath4 $top e 0x2000 93 || s=1
126 $dir/beneath4 $top fifo 0x2000 0 || s=1
127 $dir/beneath4 $top $top/../../beneath4.d/a/a 0x2000 93 || s=1
128 $dir/beneath4 $top $top/.. 0x2000 93 || s=1
129 $dir/beneath4 $top ../a 0x2000 93 || s=1
131 $dir/beneath4 $top ../a 0x0000 0 || s=1