#include <stdio.h>#include <stdlib.h>#include <string.h>Include dependency graph for printf.c:

Go to the source code of this file.
Data Structures | |
| struct | roman |
Defines | |
| #define | EX_OK 0 |
| #define | EX_USAGE 1 |
| #define | atoi(a) strtoul((a), NULL, 0) |
Functions | |
| int | ctrl (char *s) |
| int | main (int argc, char *argv[]) |
| char * | ctor (int x) |
|
|
Definition at line 45 of file printf.c. Referenced by cdiff(), connect(), cpio_options(), cstart(), daemonize(), dbg_diag(), decode(), doargs(), docrc(), DOdata(), DOgetreply(), doPORT(), dosub(), doundiv(), eat_dir(), eval(), ftppasv(), ftpreply(), getlday(), getltim(), getprotoent(), getrequest(), getservent(), grp_add(), httptime(), initopts(), main(), may_kill_region(), mformat(), mpartition(), new_field(), nr_ce(), nr_it(), nr_Ub(), nr_Uc(), nr_UL(), nr_Ur(), number(), parseclass(), parsetype(), pax_options(), process_command_line(), set_option(), terminate(), test11c(), tgetnum(), and usr_add(). |
|
|
|
|
|
Definition at line 41 of file printf.c. Referenced by main(). |
|
|
Definition at line 422 of file printf.c. References BUFSIZ, cp, and mp. Referenced by main(). |
|
|
|
|
||||||||||||
|
Definition at line 49 of file printf.c. References cp, ctor(), ctrl, ep, EX_USAGE, exit(), fprintf(), putchar, stderr, and x. |
1.4.6