Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dalloc.h64 #define MEM_STRDUP(AREA, PTR) strdup(PTR) argument
65 #define MEM_REALLOC(AREA, PTR, SIZE) realloc((PTR), (SIZE)) argument
66 #define MEM_FREE(AREA, PTR) free(PTR) argument
77 #define MEM_FREE(AREA, PTR) smb_mem_free(PTR)
/titanic_41/usr/src/lib/librstp/common/
H A Dbase.h135 #define STP_MALLOC(PTR, TYPE, MSG) \ argument
137 PTR = (TYPE*) calloc (1, sizeof (TYPE)); \
138 if (! PTR) { \
143 #define STP_FREE(PTR, MSG) \ argument
145 if (! PTR) { \
148 free (PTR); \
149 PTR = NULL; \
152 #define STP_STRDUP(PTR, SRC, MSG) \ argument
154 PTR = strdup (SRC); \
155 if (! PTR) { \
/titanic_41/usr/src/lib/libast/common/uwin/
H A Drandom.c65 #define PTR char* macro
238 PTR ostate = (PTR) &state[-1]; in initstate()
305 PTR ostate = (PTR) &state[-1]; in setstate()
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dpriv.h112 #define FREE_THREAD_DATA(PTR) free(PTR) argument
118 #define FREE_THREAD_DATA(PTR) argument
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkglib.h189 #define vfpGets(VFP, PTR, LEN) \ argument
191 char *XXpXX = (PTR); \
252 #define vfpSetCurrCharPtr(VFP, PTR) \ argument
256 ((VFP)->_vfpCurr = (PTR))
259 #define vfpSetLastCharPtr(VFP, PTR) \ argument
260 if ((PTR) >= (VFP)->_vfpStart) { \
261 (VFP)->_vfpHighWater = (PTR); \
285 #define vfpPutBytes(VFP, PTR, LEN) \ argument
294 memcpy((VFP)->_vfpCurr, (PTR), (xxLen)); \
/titanic_41/usr/src/cmd/sgs/include/
H A Dalist.h219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \ argument
223 (((PTR) = ((LIST)->apl_data)[IDX]), 1); \
/titanic_41/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c94 *sptr = app_String(*sptr,PTR(r->ptr)); in nsetarg()
272 if(*PTR(ar.ptr)) {
331 if(*PTR(ar.ptr) || ar.Uns || ar.Sign || ar.Cons || ar.Vol)
H A DString.h34 #define PTR(S) ((S)->data + (S)->sg.start) macro
H A Ddemangle.c116 return PTR(s);
/titanic_41/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c137 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in read_reg()
149 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in write_reg()
159 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in set_reg_bits()
171 OUTL(dev, (reg << 16) | (chn & 0xffff), PTR); /* Pointer */ in clear_reg_bits()
H A Daudiop16x.h106 #define PTR 0x00 macro
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c324 #define LOADPTR(PTR,TYPE) \ argument
325 (assert((TYPE)->loadptr != NULL), (TYPE)->loadptr(PTR))
327 #define LOADPTR(PTR,TYPE) \ argument
328 (*(const void *const *)(PTR))
/titanic_41/usr/src/uts/common/sys/
H A Decppreg.h52 #define PTR 0x2 /* Power and Test Register */ macro
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl54 #define PTR [ptr]
111 #define PTR
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_util.c298 static void *PTR = 0; variable
319 if (ptr == PTR) in sfree()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c821 /* xMAX,PTR */ P(x, MAX), P(x, PTR) \
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog6916 CONFIG_FILE to PTR.
6927 *UNIQUE_STRING is not NUL, copy UNIQUE_STRING to PTR. Do not
7064 INSTALLADDR to zero and set PTR to ADDR.
7113 Copy UNIQUE_STRING to PTR only if IS_COMPLETION and
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m42266 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…