Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
Dcexcept.h198 jmp_buf *penv; \
209 #define init_exception_context(ec) ((void)((ec)->penv = 0))
214 exception__prev = the_exception_context->penv; \
215 the_exception_context->penv = &exception__env; \
226 the_exception_context->penv = exception__prev; \
244 for (;; longjmp(*the_exception_context->penv, 1)) \
/external/ltp/testcases/kernel/syscalls/fork/
Dfork04.c168 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
173 penv = pstring; in cmp_env_strings()
210 if (strcmp(penv, cenv) != 0) { in cmp_env_strings()
212 penv, cenv); in cmp_env_strings()
219 penv, pvalue, cvalue); in cmp_env_strings()
222 penv, cvalue); in cmp_env_strings()