Searched refs:check_flags (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 36 static void check_flags(void); 159 check_flags(); in main() 176 static void check_flags(void) in check_flags() function
|
/external/toybox/toys/pending/ |
D | arp.c | 102 static void check_flags(int *i, char** argv) in check_flags() function 171 if (toys.optargs[2]) check_flags(&flags, (toys.optargs+2)); in set_entry() 200 if (toys.optargs[1]) check_flags(&flags, (toys.optargs+1)); in delete_entry()
|
/external/python/cpython3/Lib/test/ |
D | test_re.py | 2083 def check_flags(self, pattern, flags, expected): member in PatternReprTests 2091 self.check_flags('random pattern', re.IGNORECASE, 2095 self.check_flags('random pattern', re.I|re.S|re.X, 2100 self.check_flags('random pattern', re.U, 2102 self.check_flags('random pattern', re.I|re.S|re.U, 2111 self.check_flags('random pattern', 0x123000, 2113 self.check_flags('random pattern', 0x123000|re.I, 2119 self.check_flags(b'bytes pattern', re.A, 2123 self.check_flags(b'bytes pattern', re.L,
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 1115 #define opj_t1_dec_clnpass_step_macro(check_flags, partial, \ argument 1120 if ( !check_flags || !(flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U)))) {\
|