Home
last modified time | relevance | path

Searched defs:STREQ (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/security/libgsasl/gsasl-1.10.0/gltests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/dns/libidn/libidn-1.35/gltests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/security/gsasl/gsasl-1.10.0/gltests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/textproc/gsed/sed-4.8/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/
H A Dtest-getprogname.c24 # define STREQ(a, b) (strncmp (a, b, 14) == 0) macro
26 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/dports/science/hdf/hdf-4.2.15/mfhdf/ncgen/
H A Dncgen.l8 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Diodbc.h17 # define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
46 # define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
55 # define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
H A Dconfig.h54 #define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
80 #define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
89 #define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Dconfig.h54 #define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
80 #define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
89 #define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
H A Diodbc.h17 # define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
46 # define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
55 # define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Dconfig.h54 #define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
80 #define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
89 #define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
H A Diodbc.h17 # define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
46 # define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
55 # define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Dconfig.h54 #define STREQ(a, b) (strcmp((char*)(a), (char*)(b)) == 0) macro
80 #define STREQ(a, b) (fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro
89 #define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0) macro

12345678910>>...24