Searched defs:STR1 (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | fortran.c | 35 # define STR1(x) STR2(x) macro
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in.h | 67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
|
H A D | bfd-in2.h | 74 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.const.c | 51 Char STR1[] = { '1', '\0' }; variable
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | bfd-in2.h | 72 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 75 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
|