| /src/tests/usr.bin/xlint/lint1/ |
| msg_164.c | 12 unsigned char uch = -3; local 15 uch = -5; 17 uch += -7; 19 uch *= -1;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regutils.h | 43 typedef unsigned char uch; typedef
|
| /src/external/bsd/nvi/dist/regex/ |
| utils.h | 45 typedef unsigned char uch; typedef
|
| /src/lib/libc/regex/ |
| utils.h | 70 typedef unsigned char uch; typedef
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /src/external/gpl3/gdb/dist/zlib/ |
| zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| zutil.h | 34 typedef unsigned char uch; typedef 35 typedef uch FAR uchf;
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zutil.h | 52 typedef unsigned char uch; typedef 53 typedef uch FAR uchf;
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tfprintf.c | 155 unsigned char uch = 1; local 239 check_vfprintf (fout, "a. %hhi, b. %RA, c. %hhu%hhn", sch, mpfr, uch, &uch); 240 check_length (10, (unsigned int) uch, 22, u); /* no format specifier "%hhu" in C90 */
|
| tprintf.c | 282 unsigned char uch = 1; local 359 check_vprintf ("a. %hhi, b. %Ra, c. %hhu%hhn", sch, mpfr, uch, &uch); 360 check_length (10, (unsigned int) uch, 22, u); /* no format specifier '%hhu' in C90 */
|
| /src/common/dist/zlib/ |
| zutil.h | 46 typedef unsigned char uch; typedef 47 typedef uch FAR uchf;
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_gpsdjson.c | 2214 u_char uch = (u_char)*sptr++; local 2215 if (uch == '\\') { 2217 } else if (isprint(uch)) { 2218 *dptr++ = (char)uch; 2221 snprintf(fbuf, sizeof(fbuf), "\\%03o", uch);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| homedir.c | 1349 unsigned char *uch = (unsigned char *)tar; local 1350 unsigned char *uend = uch + 512; 1355 for ( ; uch < uend; ++uch ) 1356 sum += *uch;
|
| /src/sys/dev/pci/qat/ |
| qat_ae.c | 162 struct qat_uof_image *, struct uof_chunk_hdr *uch); 1843 struct uof_chunk_hdr *uch; local 1846 uch = (struct uof_chunk_hdr *)(uoh + 1); 1847 for (i = 0; i < uoh->uoh_num_chunks; i++, uch++) { 1848 if (uch->uch_offset + uch->uch_size > sc->sc_aefw_uof.qafu_size) 1851 if (cur < uch && !strncmp(uch->uch_id, id, UOF_OBJ_ID_LEN)) 1852 return uch; 2117 struct qat_uof_image *qui, struct uof_chunk_hdr *uch) 2228 struct uof_chunk_hdr *uch = NULL; local 2261 struct uof_chunk_hdr *uch; local [all...] |
| /src/sys/net/ |
| zlib.c | 96 typedef unsigned char uch; typedef 97 typedef uch FAR uchf; 483 uch depth[2*L_CODES+1]; 575 extern uch _length_code[]; 576 extern uch _dist_code[]; 578 extern const uch _length_code[]; 579 extern const uch _dist_code[]; 583 { uch cc = (c); \ 590 { uch len = (length); \ 2040 local const uch bl_order[BL_CODES [all...] |