Home
last modified time | relevance | path

Searched defs:formatstr (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_format.py13 def testformat(formatstr, args, output=None, limit=None, overflowok=False): argument
49 def testboth(formatstr, *args, **kwargs): argument
252 def test_exc(formatstr, args, exception, excmsg): argument
/external/mksh/src/
Dvar.c646 formatstr(struct tbl *vp, const char *s) in formatstr() function
/external/fio/
Dinit.c2592 char formatstr[8]; in parse_cmd_line() local