/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | lfind.c | 40 typedef char *POINTER; typedef 41 extern POINTER memcpy(); 43 POINTER 45 register POINTER key; /* Key to be located */ in lfind() 46 register POINTER base; /* Beginning of table */ 51 register POINTER next = base + *nelp * width; /* End of table */ 56 return (POINTER)0;
|
H A D | bsearch.c | 33 typedef char *POINTER; typedef 35 POINTER 37 POINTER key; /* Key to be located */ in bsearch() 38 POINTER base; /* Beginning of table */ 44 POINTER last = base + width * (nel - 1); /* Last element in table */ 48 register POINTER p = base + width * ((last - base)/two_width); 58 return ((POINTER) 0); /* Key not found */
|
H A D | lsearch.c | 40 typedef char *POINTER; typedef 41 extern POINTER memcpy(); 43 POINTER 45 register POINTER key; /* Key to be located */ in lsearch() 46 register POINTER base; /* Beginning of table */ 51 register POINTER next = base + *nelp * width; /* End of table */
|
H A D | tsearch.c | 40 typedef char *POINTER; typedef 41 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; 52 tsearch(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER)) in tsearch() argument 84 tdelete(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER)) in tdelete() argument 116 free((POINTER) *rootp); /* D4: Free node */ in tdelete()
|
H A D | hsearch.c | 112 typedef char *POINTER; typedef 114 POINTER key; 115 POINTER data; 230 free((POINTER) table); in hdestroy() 344 compare(POINTER a, POINTER b) in compare() 440 hashd(POINTER key) in hashd() 459 hashm(POINTER key) in hashm() 486 hash2m(POINTER key) in hash2m() 495 crunch(POINTER key) in crunch()
|
H A D | tfind.c | 36 typedef char *POINTER; typedef 37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; 45 POINTER key; /* Key to be located */ in tfind()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 60 typedef char *POINTER; typedef 106 static unsigned int hashm(POINTER); 107 static unsigned int hash2m(POINTER); 142 static unsigned int crunch(POINTER); 243 POINTER local_table; in hdestroy() 264 local_table = (POINTER)table; in hdestroy() 389 POINTER a; in compare() 390 POINTER b; 479 POINTER key; /* Key to be hashed */ in hashd() 493 hashm(POINTER key) /* Multiplication hashing scheme */ in hashm() [all …]
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 77 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct() 90 p2->t_type = POINTER; in fix_ptrptr_to_struct() 95 p1->t_type = POINTER; in fix_ptrptr_to_struct() 127 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct() 139 ptr->t_type = POINTER; in fix_ptr_to_struct()
|
H A D | ctftools.h | 135 POINTER, enumerator
|
H A D | dwarf.c | 184 case POINTER: in tdesc_size() 225 case POINTER: in tdesc_bitsize() 1500 if (type == POINTER) in die_through_create() 1530 die_through_create(dw, die, off, tdp, POINTER, "pointer"); in die_pointer_create()
|
H A D | tdata.c | 65 case POINTER: in tdesc_layouthash()
|
H A D | st_parse.c | 670 (*rtdp)->t_type = POINTER; in tdefdecl() 1187 case POINTER: in resolve_typed_bitfields_cb()
|
H A D | ctf.c | 298 case POINTER: in write_type() 1005 tdp->t_type = POINTER; in resurrect_types()
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 80 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); 81 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int)); 160 ((POINTER)&context->buffer[index], (POINTER)input, partLen); MD5Transform 173 ((POINTER)&context->buffer[index], (POINTER)&input[i], 204 MD5_memset ((POINTER)context, 0, sizeof (*context)); 296 MD5_memset ((POINTER)x, 0, sizeof (x)); 341 POINTER output; in MD5_memcpy() 342 POINTER input; 355 POINTER output; in MD5_memset()
|
/titanic_44/usr/src/common/util/ |
H A D | sscanf.c | 80 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro 232 flags |= POINTER | PFXOK; in vsscanf() 508 if (flags & POINTER) in vsscanf()
|
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | md5global.h | 18 typedef unsigned char *POINTER; typedef
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.h | 39 CHAR_P, POINTER, FLOAT, LONG_LONG, UNSIGNED_LONG_LONG, VOID_, enumerator
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | vfscanf.c | 40 #define POINTER 0x20 /* weird %p pointer (`fake hex') */ macro 302 flags |= POINTER | PFXOK; 634 if (flags & POINTER)
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 59 #define POINTER(base, field) ((caddr_t)&base.field) macro 931 POINTER((*header), cnsram_in_wrptr), in sgcn_read_header() 936 POINTER((*header), cnsram_out_rdptr), in sgcn_read_header() 1013 POINTER(header, cnsram_in_rdptr), in sgcn_rw() 1022 POINTER(header, cnsram_out_wrptr), in sgcn_rw()
|
/titanic_44/usr/src/tools/stabs/ |
H A D | stabs.h | 64 POINTER, enumerator
|
H A D | genassym.c | 151 case POINTER: in switch_on_type()
|
H A D | forth.c | 128 case POINTER: in switch_on_type()
|
H A D | stabs.c | 452 (*rtdp)->type = POINTER; in tdefdecl()
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER 63 %nonassoc ARRAY POINTER 290 | POINTER
|