Searched refs:STR2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dhash.mk2 STR2= a macro
12 @echo ${STR2:hash}
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h11 #define STR2 265 macro
H A Dok_syntax1.tab.c191 #define STR2 265 macro
344 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h8 #define STR2 265 macro
H A Dok_syntax1.tab.c171 #define STR2 265 macro
282 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",0,
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dfortran.c37 #define STR1(x) STR2(x)
38 #define STR2(x) #x macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h60 Note - these macros do NOT work if STR2 is not a constant string. */
61 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
66 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
[all...]
H A Dbfd-in2.h67 Note - these macros do NOT work if STR2 is not a constant string. */
68 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dok_syntax1.y32 %token STR2 "\x7f\
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y925 #define STR2 3 /* expect STRING */
1209 state = STR2;
1223 case STR2:
H A Dftpcmd.c2981 #define STR2 3 /* expect STRING */
3265 state = STR2;
3279 case STR2:
2978 #define STR2 macro
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y802 #define STR2 3 /* expect STRING */
1036 state = state == OSTR ? STR2 : ++state;
1048 case STR2:
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1049 #define STR2 3 /* expect STRING */
1358 state = state == OSTR ? STR2 : state+1;
1370 case STR2:
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h69 Note - these macros do NOT work if STR2 is not a constant string. */
70 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
75 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
[all...]

Completed in 158 milliseconds