Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dcollate.h45 u_char str[STR_LEN];
52 extern u_char __collate_substitute_table[UCHAR_MAX + 1][STR_LEN];
57 u_char *__collate_strdup(u_char *);
58 u_char *__collate_substitute(const u_char *);
60 void __collate_lookup(const u_char *, int *, int *, int *);
Dcollate.c47 u_char __collate_substitute_table[UCHAR_MAX + 1][STR_LEN];
115 u_char *
116 __collate_substitute(const u_char *s) in __collate_substitute()
120 u_char *dest_str = NULL; in __collate_substitute()
123 return __collate_strdup((u_char *) ""); in __collate_substitute()
126 dest_str = (u_char *) malloc(dest_len = delta); in __collate_substitute()
146 __collate_lookup(const u_char *t, in __collate_lookup()
168 u_char *
169 __collate_strdup(u_char *s) in __collate_strdup()
171 u_char *t = (u_char *) strdup((const char *) s); in __collate_strdup()
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_func.c69 const u_char *key;
91 const u_char *e, *key;
93 u_char c;
122 const u_char *key;
169 const u_char *key; in __default_hash()
Ddb_local.h152 u_char bval; /* delimiting byte (variable-length records */
Dhash_bigkey.c406 val->data = (u_char *)tp + off; in __big_return()
439 val->data = (u_char *)hashp->tmp_buf; in __big_return()
514 key->data = (u_char *)hashp->tmp_key; in __big_keydata()
Dhash_page.c216 key.data = (u_char *)op + ino[n]; in __split_page()
233 val.data = (u_char *)op + ino[n + 1]; in __split_page()
347 key.data = (u_char *)cino + ino[n]; in ugly_split()
349 val.data = (u_char *)cino + ino[n + 1]; in ugly_split()
Dhash.c730 val->data = (u_char *)rbufp->page + (int)bp[ndx + 1];
820 key->data = (u_char *)hashp->cpage->page + bp[ndx];
822 data->data = (u_char *)hashp->cpage->page + bp[ndx + 1];
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/stdio/
Dsccl.c33 u_char *
35 register u_char *fmt) in __sccl()
Dnano-vfscanf.c235 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()
333 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
Dnano-vfscanf_local.h136 #define u_char unsigned char macro
Dvfscanf.c210 #define u_char unsigned char macro
382 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF()
836 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dtypes.h98 typedef unsigned char u_char; typedef
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu-gmon.c174 u_char tag = GMON_TAG_TIME_HIST; in write_histogram()
199 u_char tag = GMON_TAG_CG_ARC; in write_callgraph()
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Darc4random.c100 memset(rnd, 0, (KEYSZ + IVSZ) * sizeof(u_char)); in _rs_stir()
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dxdr.h325 extern bool_t xdr_u_char (XDR *, u_char *);
/picolibc-3.7.0-3.6.0/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