• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2environ;
3__environ;
4
5stdin;
6stdout;
7stderr;
8
9malloc;
10calloc;
11realloc;
12free;
13memalign;
14posix_memalign;
15aligned_alloc;
16malloc_usable_size;
17mallinfo;
18mallinfo2;
19
20timezone;
21daylight;
22tzname;
23__timezone;
24__daylight;
25__tzname;
26
27signgam;
28__signgam;
29
30optarg;
31optind;
32opterr;
33optopt;
34optreset;
35__optreset;
36
37getdate_err;
38
39h_errno;
40
41program_invocation_name;
42program_invocation_short_name;
43__progname;
44__progname_full;
45
46__stack_chk_guard;
47
48exit;
49_Exit;
50};
51