Searched defs:compile_env (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c78 struct compile_env { struct
85 static struct compile_env compile_env[MAXENV]; variable in typeref:struct:compile_env
165 if (compile_env[i].ce_name != NULL &&
166 strcmp(compile_env[i].ce_name, name) == 0) {
256 compile_env[next_env].ce_name = mystrdup(name);
257 compile_env[next_env].ce_lang = mystrdup(lang);
258 compile_env[next_env].ce_defs = mystrdup(defs);
259 compile_env[next_env].ce_index = next_env;
648 struct compile_env *
[all...]

Completed in 60 milliseconds