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

/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A Dfortran.c37 #define STR1(x) STR2(x)
38 #define STR2(x) #x macro
/freebsd-10.0-release/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-10.0-release/contrib/byacc/test/
H A Dftp.y745 #define STR2 3 /* expect STRING */
989 state = STR2;
1003 case STR2:
H A Dftp.tab.c592 #define STR2 3 /* expect STRING */ macro
836 state = STR2;
850 case STR2:
/freebsd-10.0-release/contrib/opie/
H A Dftpcmd.y802 #define STR2 3 /* expect STRING */
1036 state = state == OSTR ? STR2 : ++state;
1048 case STR2:
/freebsd-10.0-release/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-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y719 #define STR2 3 /* expect STRING */
963 state = STR2;
977 case STR2:
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpcmd.y1212 #define STR2 3 /* expect STRING */
1581 state = state == OSTR ? STR2 : state+1;
1593 case STR2:
/freebsd-10.0-release/libexec/ftpd/
H A Dftpcmd.y1051 #define STR2 3 /* expect STRING */
1360 state = state == OSTR ? STR2 : state+1;
1372 case STR2:
/freebsd-10.0-release/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 292 milliseconds