Searched refs:u_char (Results 1 – 16 of 16) sorted by relevance
68 const u_char *key;90 const u_char *e, *key;92 u_char c;121 const u_char *key;168 const u_char *key; in __default_hash()
149 u_char bval; /* delimiting byte (variable-length records */
405 val->data = (u_char *)tp + off; in __big_return()438 val->data = (u_char *)hashp->tmp_buf; in __big_return()513 key->data = (u_char *)hashp->tmp_key; in __big_keydata()
209 key.data = (u_char *)op + ino[n]; in __split_page()226 val.data = (u_char *)op + ino[n + 1]; in __split_page()340 key.data = (u_char *)cino + ino[n]; in ugly_split()342 val.data = (u_char *)cino + ino[n + 1]; in ugly_split()
723 val->data = (u_char *)rbufp->page + (int)bp[ndx + 1];812 key->data = (u_char *)hashp->cpage->page + bp[ndx];814 data->data = (u_char *)hashp->cpage->page + bp[ndx + 1];
56 u_char *s = (u_char *)&x; in xdr_ntohl()
507 u_char * ucp) in xdr_u_char()514 *ucp = (u_char) u; in xdr_u_char()
32 u_char *34 register u_char *fmt) in __sccl()
233 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()331 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
136 #define u_char unsigned char macro
208 #define u_char unsigned char macro380 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()840 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
97 typedef unsigned char u_char; typedef
176 u_char tag = GMON_TAG_TIME_HIST; in write_histogram()201 u_char tag = GMON_TAG_CG_ARC; in write_callgraph()
100 memset(rnd, 0, (KEYSZ + IVSZ) * sizeof(u_char)); in _rs_stir()
325 extern bool_t xdr_u_char (XDR *, u_char *);
2720 * libc/include/sys/types.h (u_char): Add redefinition guard.3646 * libc/stdio/vfscanf.c (u_char): Revert to be defined as unsigned char.23175 * libc/include/sys/types.h: Don't define u_char, et. al., if