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

/illumos-gate/usr/src/lib/efcode/extend/
H A Dfthread.c38 do_clone(fcode_env_t *cenv) argument
45 new = clone_environment(cenv, NULL);
52 system_message(cenv, "clone failed");
56 do_switch(fcode_env_t *cenv) argument
68 do_release(fcode_env_t *cenv) argument
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c644 * Iterate through tests. Pass in NULL for cenv to begin the iteration. For
649 sym_test_env(struct sym_test *st, struct compile_env *cenv, int *need) argument
651 int i = cenv ? cenv->ce_index + 1: 0;
655 cenv = &compile_env[i];
658 return (cenv);
667 env_name(struct compile_env *cenv) argument
669 return (cenv->ce_name);
673 env_lang(struct compile_env *cenv) argument
675 return (cenv
679 env_defs(struct compile_env *cenv) argument
846 do_compile(test_t t, struct sym_test *st, struct compile_env *cenv, int need) argument
936 struct compile_env *cenv; local
[all...]

Completed in 61 milliseconds