HomeSort by: relevance | last modified time | path
    Searched refs:uchar (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/games/hack/
def.obj.h 72 uchar otyp;
73 uchar owt;
74 uchar quan; /* use oextra for tmp gold objects */
config.h 174 * typedef unsigned char uchar;
176 * typedef unsigned short int uchar;
178 typedef unsigned char uchar; typedef in typeref:typename:unsigned char
194 * #define Bitfield(x,n) uchar x
def.objclass.h 77 uchar oc_weight;
hack.worm.c 207 cutworm(struct monst *mtmp, xchar x, xchar y, uchar weptyp)
extern.h 515 void cutworm(struct monst *, xchar, xchar, uchar);
hack.u_init.c 92 uchar trotyp;
hack.apply.c 327 static uchar dig_level;
  /src/tests/lib/libc/locale/
t_c32rtomb.c 34 #include <uchar.h>
t_mbrtoc32.c 34 #include <uchar.h>
t_uchar.c 30 * Include <uchar.h> first to verify it declares everything we need.
32 #include <uchar.h>
60 atf_tc_set_md_var(tc, "descr", "Test <uchar.h> types are reasonable");
t_c16rtomb.c 43 #include <uchar.h>
t_c8rtomb.c 43 #include <uchar.h>
t_mbrtoc16.c 43 #include <uchar.h>
  /src/lib/libc/locale/
mbrtoc16.c 85 #include <uchar.h>
c16rtomb.c 79 #include <uchar.h>
c8rtomb.c 69 #include <uchar.h>
mbrtoc32.c 73 #include <uchar.h>
c32rtomb.c 67 #include <uchar.h>
mbrtoc8.c 84 #include <uchar.h>
  /src/common/lib/libprop/
prop_dictionary_util.c 99 TEMPLATE(uchar, unsigned char)
153 UTEMPLATE(uchar, unsigned char)
prop_array_util.c 92 TEMPLATE(uchar, unsigned char)
165 UTEMPLATE(uchar, unsigned char)
  /src/include/
Makefile 24 uchar.h \
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h 43 __DEFINE_XEN_GUEST_HANDLE(uchar, unsigned char);
  /src/sys/fs/hfs/
libhfs.c 389 uint16_t uchar; /* dummy var */ local in function:hfslib_path_to_cnid
435 uchar = be16tohp((void*)&ptr);
436 *(ptr-1) = uchar;
461 uchar = be16toh(0x2F);
462 memcpy(*out_unicode, &uchar, sizeof(uchar));
  /src/share/man/man3/
Makefile 16 uchar.3 \

Completed in 24 milliseconds

1 2