Home
last modified time | relevance | path

Searched refs:STR2 (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd-in.h61 #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 Dbfd-in2.h68 #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 Dhash.mk2 STR2= a
12 @echo ${STR2:hash}
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dfortran.c37 #define STR1(x) STR2(x)
38 #define STR2(x) #x macro
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h8 #define STR2 265 macro
H A Dok_syntax1.tab.c171 #define STR2 265 macro
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h11 #define STR2 265 macro
H A Dok_syntax1.output477 12 265 STR2
H A Dok_syntax1.tab.c191 #define STR2 265 macro
/freebsd-12.1/contrib/byacc/test/
H A Dok_syntax1.y32 %token STR2 "\x7f\
/freebsd-12.1/contrib/opie/
H A Dftpcmd.y802 #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 Dbfd.h70 #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 Dftpcmd.y925 #define STR2 3 /* expect STRING */
1209 state = STR2;
1223 case STR2:
H A Dftpcmd.c2978 #define STR2 3 /* expect STRING */
3262 state = STR2;
3276 case STR2:
/freebsd-12.1/libexec/ftpd/
H A Dftpcmd.y1049 #define STR2 3 /* expect STRING */
1358 state = state == OSTR ? STR2 : state+1;
1370 case STR2: