Home
last modified time | relevance | path

Searched refs:penv (Results 1 – 12 of 12) 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.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()
/external/u-boot/drivers/video/
Dmb862xx.c235 char *penv; in card_init() local
248 penv = env_get("videomode"); in card_init()
249 if (penv) { in card_init()
251 if (penv[0] <= '9') { in card_init()
252 videomode = (int) simple_strtoul (penv, NULL, 16); in card_init()
281 bpp = video_get_params (res_mode, penv); in card_init()
Dmxsfb.c156 char *penv; in video_hw_init() local
163 penv = env_get("videomode"); in video_hw_init()
164 if (!penv) { in video_hw_init()
169 bpp = video_get_params(&mode, penv); in video_hw_init()
Dati_radeon_fb.c621 char *penv; in video_hw_init() local
639 penv = env_get("videomode"); in video_hw_init()
640 if (penv) { in video_hw_init()
642 if (penv[0] <= '9') { in video_hw_init()
643 videomode = (int) simple_strtoul (penv, NULL, 16); in video_hw_init()
665 bits_per_pixel = video_get_params (res_mode, penv); in video_hw_init()
Dmx3fb.c805 char *penv; in video_hw_init() local
816 penv = env_get("videomode"); in video_hw_init()
817 if (penv) { in video_hw_init()
819 if (penv[0] <= '9') { in video_hw_init()
820 videomode = (int) simple_strtoul(penv, NULL, 16); in video_hw_init()
843 bits_per_pixel = video_get_params(mode, penv); in video_hw_init()
Dvideomodes.h78 int video_get_params (struct ctfb_res_modes *pPar, char *penv);
Dvideomodes.c157 int video_get_params (struct ctfb_res_modes *pPar, char *penv) in video_get_params() argument
165 s = penv; in video_get_params()
/external/u-boot/drivers/input/
Di8042.c266 char *penv; in i8042_start() local
276 penv = env_get("keymap"); in i8042_start()
277 if (penv != NULL) { in i8042_start()
278 if (strncmp(penv, "de", 3) == 0) in i8042_start()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h1897 jint (JNICALL *AttachCurrentThread)(JavaVM *vm, void **penv, void *args);
1901 jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version);
1903 jint (JNICALL *AttachCurrentThreadAsDaemon)(JavaVM *vm, void **penv, void *args);
1913 jint AttachCurrentThread(void **penv, void *args) { in AttachCurrentThread()
1914 return functions->AttachCurrentThread(this, penv, args); in AttachCurrentThread()
1920 jint GetEnv(void **penv, jint version) { in GetEnv()
1921 return functions->GetEnv(this, penv, version); in GetEnv()
1923 jint AttachCurrentThreadAsDaemon(void **penv, void *args) { in AttachCurrentThreadAsDaemon()
1924 return functions->AttachCurrentThreadAsDaemon(this, penv, args); in AttachCurrentThreadAsDaemon()
1938 JNI_CreateJavaVM(JavaVM **pvm, void **penv, void *args);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dsi-Latn-t-si.txt444 පෙන්වා penvā
/external/syzkaller/sys/windows/
Dwindows.txt5 FreeEnvironmentStringsA(penv ptr[inout, int8])