Searched refs:u_char (Results 1 – 18 of 18) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | collate.h | 45 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 *);
|
D | collate.c | 47 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/ |
D | hash_func.c | 69 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()
|
D | db_local.h | 152 u_char bval; /* delimiting byte (variable-length records */
|
D | hash_bigkey.c | 406 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()
|
D | hash_page.c | 216 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()
|
D | hash.c | 730 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/ |
D | xdr_private.h | 56 u_char *s = (u_char *)&x; in xdr_ntohl()
|
D | xdr.c | 507 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/ |
D | sccl.c | 33 u_char * 35 register u_char *fmt) in __sccl()
|
D | nano-vfscanf.c | 235 register u_char *fmt = (u_char *) fmt0; in _SVFSCANF() 333 fmt = (u_char *) __sccl (ccltab, (unsigned char *) fmt); in _SVFSCANF()
|
D | nano-vfscanf_local.h | 136 #define u_char unsigned char macro
|
D | vfscanf.c | 210 #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/ |
D | types.h | 98 typedef unsigned char u_char; typedef
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | spu-gmon.c | 174 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/ |
D | arc4random.c | 100 memset(rnd, 0, (KEYSZ + IVSZ) * sizeof(u_char)); in _rs_stir()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/ |
D | xdr.h | 325 extern bool_t xdr_u_char (XDR *, u_char *);
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 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
|