Searched refs:check_flags (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 26 static void check_flags(void); 98 check_flags(); in run() 111 static void check_flags(void) in check_flags() function
|
/third_party/toybox/toys/pending/ |
D | arp.c | 95 static void check_flags(int *i, char** argv) in check_flags() function 164 if (toys.optargs[2]) check_flags(&flags, (toys.optargs+2)); in set_entry() 192 if (toys.optargs[1]) check_flags(&flags, (toys.optargs+1)); in delete_entry()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 2173 int check_flags = 0, strict_mode; in tls1_check_chain() local 2206 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain() 2208 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain() 2214 if (check_flags) in tls1_check_chain() 2215 check_flags |= CERT_PKEY_SUITEB; in tls1_check_chain() 2219 else if (!check_flags) in tls1_check_chain() 2285 if (check_flags) in tls1_check_chain() 2300 if (!check_flags) in tls1_check_chain() 2307 if (check_flags) { in tls1_check_chain() 2316 else if (check_flags) in tls1_check_chain() [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 490 unused_func_t check_flags; member
|
/third_party/python/Lib/test/ |
D | test_re.py | 2113 def check_flags(self, pattern, flags, expected): member in PatternReprTests 2121 self.check_flags('random pattern', re.IGNORECASE, 2125 self.check_flags('random pattern', re.I|re.S|re.X, 2130 self.check_flags('random pattern', re.U, 2132 self.check_flags('random pattern', re.I|re.S|re.U, 2141 self.check_flags('random pattern', 0x123000, 2143 self.check_flags('random pattern', 0x123000|re.I, 2149 self.check_flags(b'bytes pattern', re.A, 2153 self.check_flags(b'bytes pattern', re.L,
|
/third_party/glib/glib/tests/ |
D | regex.c | 60 gboolean check_flags; member 77 if (data->check_flags) in test_new() 94 data->check_flags = FALSE; \ 108 data->check_flags = TRUE; \
|
/third_party/quickjs/ |
D | unicode_gen.c | 1840 void check_flags(void) in check_flags() function 3023 check_flags(); in main()
|