Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash_func.c68 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()
Ddb_local.h149 u_char bval; /* delimiting byte (variable-length records */
Dhash_bigkey.c405 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()
Dhash_page.c209 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()
Dhash.c723 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];
/picolibc-latest/newlib/libc/xdr/
Dxdr_private.h56 u_char *s = (u_char *)&x; in xdr_ntohl()
Dxdr.c507 u_char * ucp) in xdr_u_char()
514 *ucp = (u_char) u; in xdr_u_char()
/picolibc-latest/newlib/libc/stdio/
Dsccl.c32 u_char *
34 register u_char *fmt) in __sccl()
Dnano-vfscanf.c233 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()
331 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
Dnano-vfscanf_local.h136 #define u_char unsigned char macro
Dvfscanf.c208 #define u_char unsigned char macro
380 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()
840 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
/picolibc-latest/newlib/libc/include/sys/
Dtypes.h97 typedef unsigned char u_char; typedef
/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c176 u_char tag = GMON_TAG_TIME_HIST; in write_histogram()
201 u_char tag = GMON_TAG_CG_ARC; in write_callgraph()
/picolibc-latest/newlib/libc/stdlib/
Darc4random.c100 memset(rnd, 0, (KEYSZ + IVSZ) * sizeof(u_char)); in _rs_stir()
/picolibc-latest/newlib/libc/include/rpc/
Dxdr.h325 extern bool_t xdr_u_char (XDR *, u_char *);
/picolibc-latest/newlib/
DChangeLog-20152720 * 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