| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| H A D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq() function
|
| /kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
| H A D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq() function
|
| H A D | proc-subset-pid.c | 35 static inline bool streq(const char *a, const char *b) in streq() function
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | hash.h | 113 struct streq { struct
|
| /kernel/linux/linux-5.10/drivers/clk/socfpga/ |
| H A D | clk-gate-a10.c | 14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| H A D | clk.h | 22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /kernel/linux/linux-6.6/drivers/clk/socfpga/ |
| H A D | clk-gate-a10.c | 14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| H A D | clk.h | 22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /third_party/libinput/src/ |
| H A D | util-strings.h | 49 streq(const char *str1, const char *str2) in streq() function
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | dtc.h | 86 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /third_party/eudev/src/shared/ |
| H A D | util.h | 56 #define streq(a,b) (strcmp((a),(b)) == 0) macro
|
| /third_party/nghttp2/src/ |
| H A D | util.h | 386 bool streq(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2) { in streq() function 393 template <typename T, typename S> bool streq(const T &a, const S &b) { in streq() function
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | reg_alloc_linear_scan_test.cpp | 1310 auto streq = &INS(4U); in TEST_F() local
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | dtc.h | 91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /kernel/linux/linux-5.10/include/linux/netfilter/ |
| H A D | nf_conntrack_pptp.h | 290 struct PptpStopSessionRequest streq; member
|
| /kernel/linux/linux-6.6/include/linux/netfilter/ |
| H A D | nf_conntrack_pptp.h | 290 struct PptpStopSessionRequest streq; member
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | rbnf.cpp | 124 streq(const UChar* lhs, const UChar* rhs) { in streq() function
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | rbnf.cpp | 124 streq(const char16_t* lhs, const char16_t* rhs) { in streq() function
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rbnf.cpp | 124 streq(const UChar* lhs, const UChar* rhs) { in streq() function
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | st.c | 455 struct st_request *streq; st_allocate_request() local 472 st_release_request(struct st_request *streq) st_release_request() argument
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | st.c | 453 struct st_request *streq; st_allocate_request() local 470 st_release_request(struct st_request *streq) st_release_request() argument
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| H A D | libcpuset.c | 292 static int streq(const char *s1, const char *s2) in streq() function [all...] |