Home
last modified time | relevance | path

Searched refs:res_str (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c19 char *res_str; member
55 tc->res_str); in verify_getrlimit()
59 tc->res_str); in verify_getrlimit()
/third_party/python/Lib/
Dfnmatch.py48 res_str = translate(pat_str)
49 res = bytes(res_str, 'ISO-8859-1')
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c271 #define SIMPLE_STRING_ASSIGN(res_str,value,to_check,str) \ in gst_gl_context_glx_dump_fb_config() argument
272 if (res_str == NULL && value == to_check) \ in gst_gl_context_glx_dump_fb_config()
273 res_str = str in gst_gl_context_glx_dump_fb_config()