Home
last modified time | relevance | path

Searched defs:uch (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c5 typedef unsigned char uch; typedef
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregutils.h43 typedef unsigned char uch; typedef
/openbsd/lib/libc/regex/
H A Dutils.h42 typedef unsigned char uch; typedef
/openbsd/games/hangman/
H A Dgetguess.c48 unsigned char ch, uch; in getguess() local
/openbsd/lib/libz/
H A Dzutil.h41 typedef unsigned char uch; typedef
/openbsd/gnu/usr.bin/binutils/gas/
H A Dapp.c408 #define UNGET(uch) (*--from = (uch)) in do_scrub_chars() argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dapp.c414 #define UNGET(uch) (*--from = (uch)) in do_scrub_chars() argument
/openbsd/sys/lib/libz/
H A Dzutil.h55 typedef unsigned char uch; typedef
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h43 typedef unsigned char uch; typedef
/openbsd/sys/dev/usb/
H A Dusb.c956 struct usbpcap_ctl_hdr uch; in usb_tap() member
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dzextract.c101 typedef unsigned char uch; /* code assumes unsigned bytes; these type- */ typedef
/openbsd/lib/libcurses/base/
H A Dlib_screen.c729 unsigned uch = (unsigned) source->chars[n]; in encode_cell() local