Searched defs:LITSTRCPY (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dbfd-in.h67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
H A Dbfd-in2.h74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
/freebsd-10.1-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro

Completed in 134 milliseconds