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
2607
void tty_putc(struct tty *, u_char);
usr.bin/tmux/tmux.h
2699
const char *tty_acs_get(struct tty *, u_char);
usr.bin/tmux/tmux.h
2713
void args_set(struct args *, u_char, struct args_value *, int);
usr.bin/tmux/tmux.h
2725
int args_has(struct args *, u_char);
usr.bin/tmux/tmux.h
2726
const char *args_get(struct args *, u_char);
usr.bin/tmux/tmux.h
2741
struct args_value *args_first_value(struct args *, u_char);
usr.bin/tmux/tmux.h
2743
long long args_strtonum(struct args *, u_char, long long, long long,
usr.bin/tmux/tmux.h
2745
long long args_strtonum_and_expand(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
2747
long long args_percentage(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
2751
long long args_percentage_and_expand(struct args *, u_char, long long,
usr.bin/tmux/tmux.h
3075
void input_parse_buffer(struct window_pane *, const u_char *, size_t);
usr.bin/tmux/tmux.h
3077
screen_write_init_ctx_cb, void *, const u_char *, size_t);
usr.bin/tmux/tmux.h
3092
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3092
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3092
int colour_find_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3093
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3093
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3093
int colour_join_rgb(u_char, u_char, u_char);
usr.bin/tmux/tmux.h
3094
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3094
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3094
void colour_split_rgb(int, u_char *, u_char *, u_char *);
usr.bin/tmux/tmux.h
3213
u_char);
usr.bin/tmux/tmux.h
3261
u_char *, u_int);
usr.bin/tmux/tmux.h
3262
void screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int,
usr.bin/tmux/tmux.h
3620
utf8_char utf8_build_one(u_char);
usr.bin/tmux/tmux.h
3623
void utf8_set(struct utf8_data *, u_char);
usr.bin/tmux/tmux.h
3625
enum utf8_state utf8_open(struct utf8_data *, u_char);
usr.bin/tmux/tmux.h
3626
enum utf8_state utf8_append(struct utf8_data *, u_char);