Home
last modified time | relevance | path

Searched defs:streq (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dz-util.h67 #define streq(s, t) (!strcmp((s), (t))) macro
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dmake_doc.h14 #define streq(a, b) (0 == strcmp((a), (b))) macro
/dports/math/py-sympy/sympy-1.9/sympy/physics/optics/tests/
H A Dtest_gaussopt.py10 def streq(a, b): function
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/_libldap0/
H A Dcommon.h23 #define streq( a, b ) ( (*(a)==*(b)) && 0==strcmp(a,b) ) macro
/dports/lang/expect/expect5.45.4/
H A Dexp_prog.h17 #define streq(x,y) (0 == strcmp((x),(y))) macro
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstreq.h17 streq(char const *a, char const *b) in streq() function
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dargc.c7 int streq(const char *s1, const char *s2) in streq() function
/dports/lang/cparser/cparser-0.9.14/adt/
H A Dstrutil.h7 static inline bool streq(char const* a, char const* b) in streq() function
/dports/games/frozen-bubble/frozen-bubble-d6a0291/server/
H A Dtools.h45 #define streq(a, b) (!strcmp(a, b)) macro
/dports/databases/postgresql-ogr_fdw/pgsql-ogr-fdw-1.1.0/
H A Dogr_fdw_common.h21 #define streq(s1,s2) (strcmp((s1),(s2)) == 0) macro
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_dir.h63 #define streq(a, b) (! strcmp((a), (b))) macro
/dports/games/angband/Angband-4.2.2/src/
H A Dz-util.h151 #define streq(s, t) (!strcmp(s, t)) macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-map-c++.cc30 streq (const char *str1, const char *str2) in streq() function
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Ddtd2pl.c43 #define streq(s,q) strcmp((s), (q)) == 0 macro
/dports/editors/textadept/libtermkey-0.20/t/
H A D40ti-override.c8 #define streq(a,b) (!strcmp(a,b)) macro
/dports/devel/libtermkey/libtermkey-0.22/t/
H A D40ti-override.c8 #define streq(a,b) (!strcmp(a,b)) macro
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Ddtd2pl.c33 #define streq(s,q) strcmp((s), (q)) == 0 macro
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dutils.h60 static inline int streq(const char *s1, const char *s2) in streq() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp8.cpp7 constexpr bool streq(const char *p, const char *q) { in streq() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dshim_ppapi.c19 static int streq(const char *s1, const char *s2, size_t n) { in streq() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp8.cpp7 constexpr bool streq(const char *p, const char *q) { in streq() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp8.cpp7 constexpr bool streq(const char *p, const char *q) { in streq() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp26 constexpr bool streq(const char *a, const char *b) { in streq() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp26 constexpr bool streq(const char *a, const char *b) { in streq() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp8.cpp7 constexpr bool streq(const char *p, const char *q) { in streq() function

12345678910>>...39