Searched refs:__STRING (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/sys/
H A Dcdefs.h92 #define LIBC_ALIAS(sym) __asm("_" __STRING(sym) LIBC_SUF_UNIX03)
93 #define LIBC_ALIAS_C(sym) __asm("_" __STRING(sym) LIBC_SUF_NON_CANCELABLE LIBC_SUF_UNIX03)
94 #define LIBC_ALIAS_I(sym) __asm("_" __STRING(sym) LIBC_SUF_64_BIT_INO_T LIBC_SUF_UNIX03)
95 #define LIBC_INODE64(sym) __asm("_" __STRING(sym) LIBC_SUF_64_BIT_INO_T)
97 #define LIBC_1050(sym) __asm("_" __STRING(sym) LIBC_SUF_1050)
98 #define LIBC_1050ALIAS(sym) __asm("_" __STRING(sym) LIBC_SUF_1050 LIBC_SUF_UNIX03)
99 #define LIBC_1050ALIAS_C(sym) __asm("_" __STRING(sym) LIBC_SUF_1050 LIBC_SUF_NON_CANCELABLE LIBC_SUF_UNIX03)
100 #define LIBC_1050ALIAS_I(sym) __asm("_" __STRING(sym) LIBC_SUF_1050 LIBC_SUF_64_BIT_INO_T LIBC_SUF_UNIX03)
101 #define LIBC_1050INODE64(sym) __asm("_" __STRING(sym) LIBC_SUF_1050 LIBC_SUF_64_BIT_INO_T)
103 #define LIBC_EXTSN(sym) __asm("_" __STRING(sy
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h82 /* define __STRING if it's not yet defined */
83 #ifndef __STRING
85 #define __STRING(x) #x macro
87 #define __STRING(x) "x" macro
89 #endif /* not __STRING */
H A Dnslcd-prot.h81 DEBUG_PRINT("WRITE : var="__STRING(ptr)" size=%d",(int)size); \
85 DEBUG_PRINT("WRITE : var="__STRING(ptr)" error: %s",strerror(errno)); \
93 DEBUG_PRINT("WRITE_INT32 : var="__STRING(i)" int32=%d",(int)i); \
98 DEBUG_PRINT("WRITE_STRING: var="__STRING(str)" string=\"%s\"",(str)); \
113 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d",0); \
122 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d",(int)tmp3int32); \
138 DEBUG_PRINT("WRITE_STRLST: var="__STRING(arr)" num=%d",(int)tmp3int32); \
160 DEBUG_PRINT("READ : var="__STRING(ptr)" error: %s",strerror(errno)); \
163 DEBUG_PRINT("READ : var="__STRING(ptr)" size=%d",(int)size); \
172 DEBUG_PRINT("READ_INT32 : var="__STRING(
[all...]
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dstdc.h40 # define __STRING(x) #x macro
42 # define __STRING(x) "x" macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcdefs.h89 * strings produced by the __STRING macro, but this only works with ANSI C.
94 #define __STRING(x) #x macro
110 #define __STRING(x) "x" macro
333 #define __DARWIN10_ALIAS(sym) __asm("_" __STRING(sym) __DARWIN_SUF_DARWIN10)
499 #define __DARWIN_ALIAS(sym) __asm("_" __STRING(sym) __DARWIN_SUF_UNIX03)
500 #define __DARWIN_ALIAS_C(sym) __asm("_" __STRING(sym) __DARWIN_SUF_NON_CANCELABLE __DARWIN_SUF_UNIX03)
501 #define __DARWIN_ALIAS_I(sym) __asm("_" __STRING(sym) __DARWIN_SUF_64_BIT_INO_T __DARWIN_SUF_UNIX03)
502 #define __DARWIN_INODE64(sym) __asm("_" __STRING(sym) __DARWIN_SUF_64_BIT_INO_T)
504 #define __DARWIN_1050(sym) __asm("_" __STRING(sym) __DARWIN_SUF_1050)
505 #define __DARWIN_1050ALIAS(sym) __asm("_" __STRING(sy
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dimalloc.h48 #if !defined (__STRING)
50 # define __STRING(x) #x macro
52 # define __STRING(x) "x" macro
54 #endif /* !__STRING */
H A Dmalloc.c177 if (!(p)) xbotch((PTR_T)0, ERR_ASSERT_FAILED, __STRING(p), file, line); \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h127 DEBUG_PRINT("WRITE_STRING: var="__STRING(bv)" string=\"%s\"",(bv)->bv_val); \
144 DEBUG_PRINT("WRITE_BVARRAY: var="__STRING(arr)" num=%d",(int)tmp3int32); \
308 Debug(LDAP_DEBUG_ANY,"nssov_" __STRING(db) "_" __STRING(fn) "(): filter buffer too small",0,0,0); \
H A Dnetgroup.c53 DEBUG_PRINT("WRITE_STRING: var="__STRING(str)" string=\"%s\"",str);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c77 #define STR(x) __STRING(x)
207 #define IGET(e,p) if ((cp = asl_get(m, __STRING(ut_##e))) != NULL) \
210 #define SGET(e,p) if ((cp = asl_get(m, __STRING(ut_##e))) != NULL) \

Completed in 202 milliseconds