Symbol: u_char
lib/libc/stdio/vfscanf.c
91
#define u_char unsigned char
lib/libc/stdio/vfwscanf.c
92
#define u_char unsigned char
lib/libc/string/strcasecmp.c
34
typedef unsigned char u_char;
sys/sys/types.h
51
typedef unsigned char u_char;
usr.bin/tmux/tmux.h
2894
void tty_putc(struct tty *, u_char);
usr.bin/tmux/tmux.h
2985
const char *tty_acs_get(struct tty *, u_char);
usr.bin/tmux/tmux.h
2999
void args_set(struct args *, u_char, struct args_value *, int);
usr.bin/tmux/tmux.h
3011
int args_has(struct args *, u_char);
usr.bin/tmux/tmux.h
3012
const char *args_get(struct args *, u_char);
usr.bin/tmux/tmux.h
3027
struct args_value *args_first_value(struct args *, u_char);
usr.bin/tmux/tmux.h
3029
long long args_strtonum(struct args *, u_char, long long, long long,
usr.bin/tmux/tmux.h
3031
long long args_strtonum_and_expand(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
3033
long long args_percentage(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
3037
long long args_percentage_and_expand(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
3381
void input_parse_buffer(struct window_pane *, const u_char *, size_t);
usr.bin/tmux/tmux.h
3383
screen_write_init_ctx_cb, void *, const u_char *, size_t);
usr.bin/tmux/tmux.h
3398
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3398
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3398
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3399
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3399
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3399
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3400
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3400
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3400
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3532
u_char);
usr.bin/tmux/tmux.h
3582
u_char *, u_int);
usr.bin/tmux/tmux.h
3583
void screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int,
usr.bin/tmux/tmux.h
4044
utf8_char utf8_build_one(u_char);
usr.bin/tmux/tmux.h
4047
void utf8_set(struct utf8_data *, u_char);
usr.bin/tmux/tmux.h
4049
enum utf8_state utf8_open(struct utf8_data *, u_char);
usr.bin/tmux/tmux.h
4050
enum utf8_state utf8_append(struct utf8_data *, u_char);