Searched refs:__CONCAT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/fbsdcompat/sys/
H A Dcdefs.h76 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
101 * Use FreeBSD version of __CONCAT
105 #undef __CONCAT macro
107 #define __CONCAT(x,y) __CONCAT1(x,y) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dcdefs.h85 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
86 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
87 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
88 * in between its arguments. __CONCAT can also concatenate double-quoted
93 #define __CONCAT(x,y) x ## y macro
109 #define __CONCAT(x,y) x/**/y macro
H A Dvnode_internal.h398 #define VDESC(OP) (& __CONCAT(OP,_desc))
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch.c62 # define CONCAT(a,b) __CONCAT(a,b)
/macosx-10.10/network_cmds-457/route.tproj/
H A Droute.c1422 #define lock(f) ((rtm->rtm_rmx.rmx_locks & __CONCAT(RTV_,f)) ? 'L' : ' ')

Completed in 86 milliseconds