Home
last modified time | relevance | path

Searched refs:env_group (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg31 # Groups of compilation environments can be named, using the "env_group"
34 # env_group | <name> | <envs>
61 env_group | POSIX-2008+ | POSIX-2008
62 env_group | POSIX-2001+ | POSIX-2008+ POSIX-2001
63 env_group | POSIX-1995+ | POSIX-2001+ POSIX-1995
64 env_group | POSIX-1993+ | POSIX-1995+ POSIX-1993
65 env_group | POSIX-1992+ | POSIX-1993+ POSIX-1992
66 env_group | POSIX-1990+ | POSIX-1992+ POSIX-1990
67 env_group | POSIX+ | POSIX-1990+
68 env_group | SUSv4+ | SUSv4 POSIX-2008+
[all …]
/titanic_50/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c87 struct env_group { struct
90 struct env_group *eg_next; argument
113 struct env_group *env_groups = NULL;
172 for (struct env_group *eg = env_groups; eg != NULL; eg = eg->eg_next) { in find_env_mask()
269 struct env_group *eg; in do_env_group()