#include <sys/types.h>#include <fcntl.h>#include <unistd.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <termios.h>#include <sys/ioctl.h>Include dependency graph for loadfont.c:

Go to the source code of this file.
Functions | |
| void | tell (char *s) |
| char * | itoa (unsigned i) |
| void | report (char *say) |
| void | usage (void) |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 21 of file loadfont.c. Referenced by classname(), dns_tell(), main(), numeral(), prn(), putn(), uname(), and write_pid(). |
|
||||||||||||
|
Definition at line 52 of file loadfont.c. References close, ENOTTY, errno, exit(), ioctl, NULL, O_RDONLY, open, read, report(), size, tell(), TIOCGWINSZ, usage, winsize::ws_row, and winsize::ws_ypixel. |
|
|
Definition at line 33 of file loadfont.c. References err, errno, NULL, strerror(), and tell(). |
|
|
Definition at line 16 of file loadfont.c. References strlen(), and write. Referenced by crypt(), fatal(), list(), lock_device(), main(), reader(), report(), set_uart(), shell(), startup(), usage(), and video_base(). |
|
|
Definition at line 45 of file loadfont.c. |
1.4.6