#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include "libc-globals.h"
#include "dce-global-variables.h"
#include "libc.h"
Go to the source code of this file.
Functions | |
void | setup_global_variables () |
Variables | |
char * | __progname |
Libc | g_libc |
void setup_global_variables | ( | ) |
Definition at line 21 of file libc-setup.cc.
References __progname, optarg, opterr, optind, optopt, DceGlobalVariables::penvp, DceGlobalVariables::poptarg, DceGlobalVariables::popterr, DceGlobalVariables::poptind, DceGlobalVariables::poptopt, DceGlobalVariables::pprogname, DceGlobalVariables::pprogram_invocation_name, DceGlobalVariables::pprogram_invocation_short_name, DceGlobalVariables::pstderr, DceGlobalVariables::pstdin, DceGlobalVariables::pstdout, stderr, stdin, and stdout.
Referenced by LIBSETUP().
char* __progname |
Definition at line 18 of file libc-global-variables.cc.
Referenced by setup_global_variables().
Libc g_libc |
Definition at line 4 of file libc.cc.
Referenced by LIBSETUP(), snprintf(), strpbrk(), strstr(), and vsnprintf().