| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | bfd-in.h | 61 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument 66 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
| H A D | bfd-in2.h | 68 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument 73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | hash.mk | 2 STR2= a 12 @echo ${STR2:hash}
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | fortran.c | 37 #define STR1(x) STR2(x) 38 #define STR2(x) #x macro
|
| /freebsd-12.1/contrib/byacc/test/yacc/ |
| H A D | ok_syntax1.tab.h | 8 #define STR2 265 macro
|
| H A D | ok_syntax1.tab.c | 171 #define STR2 265 macro
|
| /freebsd-12.1/contrib/byacc/test/btyacc/ |
| H A D | ok_syntax1.tab.h | 11 #define STR2 265 macro
|
| H A D | ok_syntax1.output | 477 12 265 STR2
|
| H A D | ok_syntax1.tab.c | 191 #define STR2 265 macro
|
| /freebsd-12.1/contrib/byacc/test/ |
| H A D | ok_syntax1.y | 32 %token STR2 "\x7f\
|
| /freebsd-12.1/contrib/opie/ |
| H A D | ftpcmd.y | 802 #define STR2 3 /* expect STRING */ macro 1036 state = state == OSTR ? STR2 : ++state; 1048 case STR2:
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 70 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument 75 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 925 #define STR2 3 /* expect STRING */ 1209 state = STR2; 1223 case STR2:
|
| H A D | ftpcmd.c | 2978 #define STR2 3 /* expect STRING */ 3262 state = STR2; 3276 case STR2:
|
| /freebsd-12.1/libexec/ftpd/ |
| H A D | ftpcmd.y | 1049 #define STR2 3 /* expect STRING */ 1358 state = state == OSTR ? STR2 : state+1; 1370 case STR2:
|