sys/sys/stdint.h
67
typedef __uint64_t uint64_t;
sys/sys/types.h
110
typedef __uint64_t uint64_t;
usr.bin/tmux/tmux.h
2887
int client_main(struct event_base *, int, char **, uint64_t, int);
usr.bin/tmux/tmux.h
2964
int server_start(struct tmuxproc *, uint64_t, struct event_base *, int,
usr.bin/tmux/tmux.h
2969
int server_create_socket(uint64_t, char **);
usr.bin/tmux/tmux.h
3455
uint64_t *, const char *);
usr.bin/tmux/tmux.h
3471
void mode_tree_expand(struct mode_tree_data *, uint64_t);
usr.bin/tmux/tmux.h
3472
int mode_tree_set_current(struct mode_tree_data *, uint64_t);
usr.bin/tmux/tmux.h
3487
struct mode_tree_item *, void *, uint64_t, const char *,