Home
last modified time | relevance | path

Searched refs:penv (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A 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)) \
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork04.c169 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
174 penv = pstring; in cmp_env_strings()
211 if (strcmp(penv, cenv) != 0) { in cmp_env_strings()
213 penv, cenv); in cmp_env_strings()
220 penv, pvalue, cvalue); in cmp_env_strings()
223 penv, cvalue); in cmp_env_strings()
/third_party/libuv/src/win/
H A Dutil.c1170 wchar_t* penv; in uv_os_environ() local
1181 for (penv = env, i = 0; *penv != L'\0'; penv += wcslen(penv) + 1, i++); in uv_os_environ()
1189 penv = env; in uv_os_environ()
1192 while (*penv != L'\0' && cnt < i) { in uv_os_environ()
1196 if (uv__convert_utf16_to_utf8(penv, -1, &buf) != 0) in uv_os_environ()
1216 penv += wcslen(penv) in uv_os_environ()
[all...]
/third_party/node/deps/uv/src/win/
H A Dutil.c1371 wchar_t* penv; in uv_os_environ() local
1382 for (penv = env, i = 0; *penv != L'\0'; penv += wcslen(penv) + 1, i++); in uv_os_environ()
1390 penv = env; in uv_os_environ()
1393 while (*penv != L'\0' && cnt < i) { in uv_os_environ()
1397 if (uv__convert_utf16_to_utf8(penv, -1, &buf) != 0) in uv_os_environ()
1417 penv += wcslen(penv) in uv_os_environ()
[all...]

Completed in 6 milliseconds