Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcalendar.py387 a(formatstring(names, colwidth, c).rstrip())
390 a(formatstring(headers, colwidth, c).rstrip())
401 a(formatstring(weeks, colwidth, c).rstrip())
629 print(formatstring(cols, colwidth, spacing))
632 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
/third_party/alsa-utils/aplay/
Daplay.c3042 char formatstring[PATH_MAX] = ""; in mystrftime() local
3047 format = formatstring; in mystrftime()
3088 format = formatstring; in mystrftime()
/third_party/elfutils/
Dconfigure.ac645 dnl translatable strings, we must use need-formatstring-macros here.
646 AM_GNU_GETTEXT([external], [need-formatstring-macros])