Searched refs:pointer (Results 1 - 25 of 64) sorted by relevance

123

/osnet-11/usr/src/lib/libdns_sd/java/i386/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/osnet-11/usr/src/lib/libdns_sd/java/sparc/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/osnet-11/usr/src/lib/krb5/ss/
H A Dss_internal.h23 typedef void * pointer; typedef
34 extern pointer alloca (unsigned);
40 extern pointer alloca (unsigned);
78 pointer info_ptr; /* (void *) NULL */
114 extern pointer malloc (unsigned);
115 extern pointer realloc (pointer, unsigned);
116 extern pointer calloc (unsigned, unsigned);
H A Drequests.c18 #define DECLARE(name) int name(argc,argv,sci_idx,info_ptr)int argc,sci_idx;const char * const *argv; pointer info_ptr;
H A Dmk_cmds.c27 extern pointer malloc (unsigned);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dplatform_defs.h63 /* long and pointer must be either 32 bit or 64 bit */
83 # error Unknown pointer size
101 # error Unknown pointer size
/osnet-11/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s47 mov %fp, %o0 ! passing the frame pointer
65 mov %fp, %o0 ! passing the frame pointer
75 mov %fp, %o0 ! passing the frame pointer
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s31 / Returns the pointer in sp at which the character c last
H A Dmemccpy.s67 incq %rdi / return pointer to next byte in dest
75 addq $2,%rdi / return pointer to next byte in dest
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s31 / Returns the pointer in sp at which the character c last
H A Dmemccpy.s74 incl %eax / return pointer to next byte in dest
82 addl $2,%eax / return pointer to next byte in dest
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_post_se.c100 event->event_data.software_event_data.pointer);
/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.c239 * print_sym tries to print out the symbol and offset of a pointer
242 print_sym(void *pointer) argument
251 result = dladdr1(pointer, &sym_info, (void **)&ext_info,
267 if (result == 0 || (uintptr_t)pointer > end) {
268 umem_printf("?? (0x%p)", pointer);
272 (char *)pointer - (char *)sym_info.dli_saddr);
H A Dmisc.h78 * tries to print out the symbol and offset of a pointer using umem_error_info
80 int print_sym(void *pointer);
123 * Returns the current function's frame pointer.
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s71 sll %l0, CPTRSHIFT, %l0 ! multiply argc by pointer size
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h65 __V_* pointer; /* local pointer value */ \
/osnet-11/usr/src/lib/libast/common/include/
H A Dftwalk.h56 void* pointer; /* local pointer value */ \
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h65 __V_* pointer; /* local pointer value */ \
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h65 __V_* pointer; /* local pointer value */ \
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h65 __V_* pointer; /* local pointer value */ \
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s51 jecxz 1f / bail if we get a null pointer
H A Ddoor.s120 movl %esp, %edx / Save pointer to args
124 movl 16(%edx), %esi / stack pointer and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL83 /* to access it through a U32 pointer at every offset. The */

Completed in 87 milliseconds

123