Searched defs:POINTER (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/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 */
46 register POINTER base; /* Beginning of table */
51 register POINTER next = base + *nelp * width; /* End of table */
56 return (POINTER)0;
H A Dlsearch.c40 typedef char *POINTER; typedef
41 extern POINTER memcpy();
43 POINTER
45 register POINTER key; /* Key to be located */
46 register POINTER base; /* Beginning of table */
51 register POINTER next = base + *nelp * width; /* End of table */
H A Dbsearch.c33 typedef char *POINTER; typedef
35 POINTER
37 POINTER key; /* Key to be located */
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 Dtfind.c36 typedef char *POINTER; typedef
37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE;
45 POINTER key; /* Key to be located */
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))
84 tdelete(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER))
116 free((POINTER) *rootp); /* D4: Free node */
H A Dhsearch.c112 typedef char *POINTER; typedef
114 POINTER key;
115 POINTER data;
230 free((POINTER) table);
344 compare(POINTER a, POINTER b)
440 hashd(POINTER key)
459 hashm(POINTER key)
486 hash2m(POINTER key)
495 crunch(POINTER ke
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dmd5global.h17 /* POINTER defines a generic pointer type */
18 typedef unsigned char *POINTER; typedef
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.h39 CHAR_P, POINTER, FLOAT, LONG_LONG, UNSIGNED_LONG_LONG, VOID_, enumerator in enum:__anon14
/illumos-gate/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)
/illumos-gate/usr/src/common/util/
H A Dsscanf.c80 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro
232 flags |= POINTER | PFXOK;
508 if (flags & POINTER)
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h64 POINTER, enumerator in enum:type
/illumos-gate/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;
264 local_table = (POINTER)table;
389 POINTER a;
390 POINTER b;
479 POINTER key; /* Key to be hashed */
493 hashm(POINTER ke
[all...]
/illumos-gate/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),
936 POINTER((*header), cnsram_out_rdptr),
1013 POINTER(header, cnsram_in_rdptr),
1022 POINTER(header, cnsram_out_wrptr),
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h135 POINTER, enumerator in enum:stabtype

Completed in 124 milliseconds