Searched refs:PTR (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dalloc.h64 #define MEM_STRDUP(AREA, PTR) strdup(PTR)
65 #define MEM_REALLOC(AREA, PTR, SIZE) realloc((PTR), (SIZE))
66 #define MEM_FREE(AREA, PTR) free(PTR)
77 #define MEM_FREE(AREA, PTR) smb_mem_free(PTR)
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.h34 #define PTR(S) ((S)->data + (S)->sg.start) macro
H A Dargs.c94 *sptr = app_String(*sptr,PTR(r->ptr));
272 if(*PTR(ar.ptr)) {
331 if(*PTR(ar.ptr) || ar.Uns || ar.Sign || ar.Cons || ar.Vol)
H A Ddemangle.c116 return PTR(s);
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h135 #define STP_MALLOC(PTR, TYPE, MSG) \
137 PTR = (TYPE*) calloc (1, sizeof (TYPE)); \
138 if (! PTR) { \
143 #define STP_FREE(PTR, MSG) \
145 if (! PTR) { \
148 free (PTR); \
149 PTR = NULL; \
152 #define STP_STRDUP(PTR, SRC, MSG) \
154 PTR = strdup (SRC); \
155 if (! PTR) { \
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c65 #define PTR char* macro
240 PTR ostate = (PTR) &state[-1];
308 PTR ostate = (PTR) &state[-1];
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h189 #define vfpGets(VFP, PTR, LEN) \
191 char *XXpXX = (PTR); \
252 #define vfpSetCurrCharPtr(VFP, PTR) \
256 ((VFP)->_vfpCurr = (PTR))
259 #define vfpSetLastCharPtr(VFP, PTR) \
260 if ((PTR) >= (VFP)->_vfpStart) { \
261 (VFP)->_vfpHighWater = (PTR); \
285 #define vfpPutBytes(VFP, PTR, LEN) \
294 memcpy((VFP)->_vfpCurr, (PTR), (xxLen)); \
/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h211 * PTR - item value
213 * Note that this macro is designed to ensure that PTR retains the
219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \
223 (((PTR) = ((LIST)->apl_data)[IDX]), 1); \
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl54 #define PTR [ptr]
111 #define PTR
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.h106 #define PTR 0x00 macro
H A Daudiop16x.c137 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
149 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
159 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
171 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c324 #define LOADPTR(PTR,TYPE) \
325 (assert((TYPE)->loadptr != NULL), (TYPE)->loadptr(PTR))
327 #define LOADPTR(PTR,TYPE) \
328 (*(const void *const *)(PTR))
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h52 #define PTR 0x2 /* Power and Test Register */ macro
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c298 static void *PTR = 0; variable
319 if (ptr == PTR)
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c821 /* xMAX,PTR */ P(x, MAX), P(x, PTR) \
862 {"PTR", 3, 0, PRI_BIAS_PTR},

Completed in 98 milliseconds