Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcalendar.py389 a(formatstring(names, colwidth, c).rstrip())
392 a(formatstring(headers, colwidth, c).rstrip())
403 a(formatstring(weeks, colwidth, c).rstrip())
640 print(formatstring(cols, colwidth, spacing))
643 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
/third_party/alsa-utils/aplay/
Daplay.c3094 char formatstring[PATH_MAX] = ""; local
3099 format = formatstring;
3140 format = formatstring;
/third_party/elfutils/
Dconfigure.ac645 dnl translatable strings, we must use need-formatstring-macros here.
646 AM_GNU_GETTEXT([external], [need-formatstring-macros])