/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | alloc.h | 64 #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_50/usr/src/lib/librstp/common/ |
H A D | base.h | 135 #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_50/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 65 #define PTR char* macro 238 PTR ostate = (PTR) &state[-1]; in initstate() 305 PTR ostate = (PTR) &state[-1]; in setstate()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 189 #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_50/usr/src/cmd/sgs/include/ |
H A D | alist.h | 219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \ argument 223 (((PTR) = ((LIST)->apl_data)[IDX]), 1); \
|
/titanic_50/usr/src/cmd/sgs/libelf/misc/ |
H A D | args.c | 94 *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 D | String.h | 34 #define PTR(S) ((S)->data + (S)->sg.start) macro
|
H A D | demangle.c | 116 return PTR(s);
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.c | 137 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 D | audiop16x.h | 106 #define PTR 0x00 macro
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 324 #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_50/usr/src/uts/common/sys/ |
H A D | ecppreg.h | 52 #define PTR 0x2 /* Power and Test Register */ macro
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 54 #define PTR [ptr] 111 #define PTR
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 298 static void *PTR = 0; variable 319 if (ptr == PTR) in sfree()
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 821 /* xMAX,PTR */ P(x, MAX), P(x, PTR) \
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 6916 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_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 2266 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…
|