Lines Matching refs:__x
119 #define astrdup(x) ({ char *__x = (x); \120 size_t __n = strlen(__x) + 1; \122 if ( __p ) memcpy(__p, __x, __n); \