Searched defs:formatstr (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
D | test_format.py | 15 def testformat(formatstr, args, output=None, limit=None, overflowok=False): argument 50 def testcommon(formatstr, args, output=None, limit=None, overflowok=False): argument 74 def test_exc(formatstr, args, exception, excmsg): argument 91 def test_exc_common(formatstr, args, exception, excmsg): argument
|
/third_party/mksh/ |
D | var.c | 658 formatstr(struct tbl *vp, const char *s) in formatstr() function
|