Home
last modified time | relevance | path

Searched defs:__common (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/misc/
H A Dinitfini.c75 struct ps_strings *__ps_strings __common; variable
76 char *__progname __common; variable
77 char **environ __common; variable
/netbsd-src/lib/csu/common/
H A Dcsu-common.h32 #define __common __attribute((__common__)) macro
34 #define __common macro
H A Dcrt0-common.c76 char **environ __common; variable
77 struct ps_strings *__ps_strings __common = 0; variable
78 char *__progname __common = empty_string; variable