Searched defs:PTR (Results 1 – 11 of 11) sorted by relevance
/titanic_41/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
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | base.h | 135 #define STP_MALLOC(PTR, TYPE, MSG) \ argument 143 #define STP_FREE(PTR, MSG) \ argument 152 #define STP_STRDUP(PTR, SRC, MSG) \ argument
|
/titanic_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | String.h | 34 #define PTR(S) ((S)->data + (S)->sg.start) macro
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | priv.h | 112 #define FREE_THREAD_DATA(PTR) free(PTR) argument 118 #define FREE_THREAD_DATA(PTR) argument
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 189 #define vfpGets(VFP, PTR, LEN) \ argument 252 #define vfpSetCurrCharPtr(VFP, PTR) \ argument 259 #define vfpSetLastCharPtr(VFP, PTR) \ argument 285 #define vfpPutBytes(VFP, PTR, LEN) \ argument
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 65 #define PTR char* macro
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \ argument
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.c | 324 #define LOADPTR(PTR,TYPE) \ argument 327 #define LOADPTR(PTR,TYPE) \ argument
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.h | 106 #define PTR 0x00 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ecppreg.h | 52 #define PTR 0x2 /* Power and Test Register */ macro
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 298 static void *PTR = 0; variable
|