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

/osnet-11/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...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h187 #define vfpGets(VFP, PTR, LEN) \
189 char *XXpXX = (PTR); \
250 #define vfpSetCurrCharPtr(VFP, PTR) \
254 ((VFP)->_vfpCurr = (PTR))
257 #define vfpSetLastCharPtr(VFP, PTR) \
258 if ((PTR) >= (VFP)->_vfpStart) { \
259 (VFP)->_vfpHighWater = (PTR); \
283 #define vfpPutBytes(VFP, PTR, LEN) \
292 memcpy((VFP)->_vfpCurr, (PTR), (xxLen)); \
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c328 #define LOADPTR(PTR,TYPE) \
329 (*(const void *const *)(PTR))
331 #define LOADPTR(PTR,TYPE) \
332 (assert((TYPE)->loadptr != NULL), (TYPE)->loadptr(PTR))
H A Dasn1buf.c70 #define VALGRIND_CHECK_READABLE(PTR,SIZE) ((void)0)
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.c297 static void *PTR = 0; variable
318 if (ptr == PTR)
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2210 #define PTR(a) ((lzo_bytep) (a)) macro
2214 #define PTR(a) ((lzo_bytep) (a)) macro
2218 #define PTR(a) ((lzo_uintptr_t) (a)) macro
2219 #define PTR_LINEAR(a) PTR(a)
2226 #define PTR_LT(a,b) (PTR(a) < PTR(b))
2227 #define PTR_GE(a,b) (PTR(a) >= PTR(b))
2228 #define PTR_DIFF(a,b) (PTR(a) - PTR(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm254 push @namix, $_->PTR->ix if $_->LENGTH == B::HEf_SVKEY;
266 asm "newpv", pvstring $_->PTR;
H A DC.pm802 $ptr = $mg->PTR;
H A DDeparse.pm3429 return $mg->PTR if $mg->TYPE eq 'V';
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c897 /* xMAX,PTR */ P(x, MAX), P(x, PTR) \
938 {"PTR", 3, 0, PRI_BIAS_PTR},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm688 =item PTR

Completed in 106 milliseconds