003 File Manager
Current Path:
/usr/src/usr.bin/top
usr
/
src
/
usr.bin
/
top
/
📁
..
📄
Makefile
(194 B)
📄
Makefile.depend
(352 B)
📄
commands.c
(11.93 KB)
📄
commands.h
(1004 B)
📄
display.c
(27.41 KB)
📄
display.h
(1.25 KB)
📄
layout.h
(999 B)
📄
loadavg.h
(735 B)
📄
machine.c
(41.25 KB)
📄
machine.h
(2.5 KB)
📄
screen.c
(6.49 KB)
📄
screen.h
(1.05 KB)
📄
top.1
(13 KB)
📄
top.c
(27.25 KB)
📄
top.h
(1.65 KB)
📄
username.c
(3.36 KB)
📄
username.h
(974 B)
📄
utils.c
(7.64 KB)
📄
utils.h
(654 B)
Editing: display.h
/* $FreeBSD$ */ /* constants needed for display.c */ #define MT_standout 1 #define MT_delayed 2 #include <sys/time.h> struct statics; int display_updatecpus(struct statics *statics); void clear_message(void); int display_resize(void); void i_header(const char *text); void display_header(int t); int display_init(struct statics *statics); void i_arc(int *stats); void i_battery(int nbat, int batt); void i_carc(int *stats); void i_cpustates(int *states); void i_loadave(int mpid, double *avenrun); void i_memory(int *stats); void i_message(void); void i_process(int line, char *thisline); void i_procstates(int total, int *brkdn); void i_swap(int *stats); void i_timeofday(time_t *tod); void i_uptime(struct timeval *bt, time_t *tod); void new_message(int type, const char *msgfmt, ...); int readline(char *buffer, int size, int numeric); char *trim_header(const char *text); void u_arc(int *stats); void u_carc(int *stats); void u_cpustates(int *states); void u_endscreen(int hi); void u_header(const char *text); void u_loadave(int mpid, double *avenrun); void u_memory(int *stats); void u_message(void); void u_process(int line, char *newline); void u_procstates(int total, int *brkdn); void u_swap(int *stats); void z_cpustates(void);
Upload File
Create Folder