Home
last modified time | relevance | path

Searched refs:isstring (Results 1 – 13 of 13) sorted by relevance

/external/libjpeg-turbo/
Djerror.c163 boolean isstring; in format_message() local
181 isstring = FALSE; in format_message()
185 if (*msgptr == 's') isstring = TRUE; in format_message()
191 if (isstring) in format_message()
/external/llvm-project/clang/test/Analysis/
Dvalist-uninitialized-no-undef.c25 void call_vprintf_bad(int isstring, ...) { in call_vprintf_bad() argument
27 …vprintf(isstring ? "%s" : "%d", va); // expected-warning{{Function 'vprintf' is called with an uni… in call_vprintf_bad()
Dvalist-uninitialized.c161 void call_vprintf_ok(int isstring, ...) { in call_vprintf_ok() argument
163 va_start(va, isstring); in call_vprintf_ok()
164 vprintf(isstring ? "%s" : "%d", va); in call_vprintf_ok()
/external/dtc/
Dtreesource.c42 static bool isstring(char c) in isstring() function
173 if (! isstring(p[i])) in guess_value_type()
/external/python/cpython3/Modules/
D_struct.c1793 int isstring; in s_pack_internal() local
1795 isstring = PyBytes_Check(v); in s_pack_internal()
1796 if (!isstring && !PyByteArray_Check(v)) { in s_pack_internal()
1801 if (isstring) { in s_pack_internal()
1815 int isstring; in s_pack_internal() local
1817 isstring = PyBytes_Check(v); in s_pack_internal()
1818 if (!isstring && !PyByteArray_Check(v)) { in s_pack_internal()
1823 if (isstring) { in s_pack_internal()
/external/python/cpython3/Doc/library/
Dmodulefinder.rst99 sre_compile: isstring,_sre,_optimize_unicode
/external/python/cpython2/Lib/
Dre.py246 if not sre_compile.isstring(pattern):
Dsre_compile.py546 def isstring(obj): function
570 if isstring(p):
/external/python/cpython2/Doc/library/
Dmodulefinder.rst102 sre_compile: isstring,_sre,_optimize_unicode
/external/python/cpython3/Lib/
Dre.py302 if not sre_compile.isstring(pattern):
Dsre_compile.py595 def isstring(obj): function
762 if isstring(p):
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log268 lodash.isstring: 4.0.1
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dbuild.log336 lodash.isstring: 4.0.1