Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 24 of 24) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dlfind.c40 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 Dbsearch.c33 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 Dlsearch.c40 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 Dtsearch.c40 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 Dhsearch.c112 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 Dtfind.c36 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 Dhsearch.c60 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 Dfixup_tdescs.c76 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 Dctftools.h135 POINTER, enumerator
H A Ddwarf.c184 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 Dtdata.c65 case POINTER: in tdesc_layouthash()
H A Dst_parse.c670 (*rtdp)->t_type = POINTER; in tdefdecl()
1187 case POINTER: in resolve_typed_bitfields_cb()
H A Dctf.c298 case POINTER: in write_type()
1005 tdp->t_type = POINTER; in resurrect_types()
/titanic_44/usr/src/lib/libsasl/lib/
H A Dmd5.c80 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 Dsscanf.c80 #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 Dmd5global.h18 typedef unsigned char *POINTER; typedef
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.h39 CHAR_P, POINTER, FLOAT, LONG_LONG, UNSIGNED_LONG_LONG, VOID_, enumerator
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c40 #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 Dsgcn.c59 #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 Dstabs.h64 POINTER, enumerator
H A Dgenassym.c151 case POINTER: in switch_on_type()
H A Dforth.c128 case POINTER: in switch_on_type()
H A Dstabs.c452 (*rtdp)->type = POINTER; in tdefdecl()
/titanic_44/usr/src/cmd/sgs/lex/common/
H A Dparser.y61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER
63 %nonassoc ARRAY POINTER
290 | POINTER