Home
last modified time | relevance | path

Searched defs:uchar (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/bzip2/dist/
H A Dunzcrash.c39 typedef unsigned char uchar; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpp-id-data.h21 typedef unsigned char uchar; typedef
/netbsd-src/games/hack/
H A Dconfig.h178 typedef unsigned char uchar; typedef
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.h57 int uchar; member
/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp51 typedef unsigned char uchar; typedef
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dread.c34 typedef unsigned char uchar; typedef
H A Dlist_read.c33 typedef unsigned char uchar; typedef
H A Dwrite.c36 typedef unsigned char uchar; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoretypes.h429 typedef unsigned char uchar; typedef
H A Dexcept.c2754 push_uleb128 (vec<uchar, va_gc> **data_area, unsigned int value) in push_uleb128()
2768 push_sleb128 (vec<uchar, va_gc> **data_area, int value) in push_sleb128()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoretypes.h453 typedef unsigned char uchar; typedef
H A Dexcept.cc2755 push_uleb128 (vec<uchar, va_gc> **data_area, unsigned int value) in push_uleb128()
2769 push_sleb128 (vec<uchar, va_gc> **data_area, int value) in push_sleb128()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dread.c35 typedef unsigned char uchar; typedef
H A Dlist_read.c34 typedef unsigned char uchar; typedef
H A Dwrite.c37 typedef unsigned char uchar; typedef
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sco5.c88 typedef unsigned char uchar; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c454 conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, in conversion_loop()
H A Dinternal.h616 typedef unsigned char uchar; typedef
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc454 conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, in conversion_loop()
H A Dinternal.h643 typedef unsigned char uchar; typedef
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c389 uint16_t uchar; /* dummy var */ in hfslib_path_to_cnid() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h47 typedef unsigned char uchar; typedef
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c44 #define uchar(c) ((unsigned char)(c)) macro