Searched refs:countformat (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | modsupport.c | 43 countformat(const char *format, char endchar) in countformat() function 289 countformat(*p_format, ')'), flags); in do_mkvalue() 293 countformat(*p_format, ']'), flags); in do_mkvalue() 297 countformat(*p_format, '}'), flags); in do_mkvalue() 535 Py_ssize_t n = countformat(f, '\0'); in va_build_value() 578 n = countformat(format, '\0'); in va_build_stack()
|
/external/python/cpython2/Python/ |
D | modsupport.c | 110 countformat(const char *format, int endchar) in countformat() function 325 countformat(*p_format, ')'), flags); in do_mkvalue() 329 countformat(*p_format, ']'), flags); in do_mkvalue() 333 countformat(*p_format, '}'), flags); in do_mkvalue() 543 int n = countformat(f, '\0'); in va_build_value()
|