Searched refs:format (Results 1 – 6 of 6) sorted by relevance
/locale/programs/ |
A D | record-status.c | 98 record_verbose (FILE *stream, const char *format, ...) in record_verbose() argument 111 va_start (arg, format); in record_verbose() 114 ret = vasprintf (&str, format, arg); in record_verbose() 133 record_warning (const char *format, ...) in record_warning() argument 145 va_start (arg, format); in record_warning() 148 ret = vasprintf (&str, format, arg); in record_warning() 182 va_start (arg, format); in record_error() 185 ret = vasprintf (&str, format, arg); in record_error() 201 unsigned int linenum, const char *format, ...) in record_error_at_line() argument 215 va_start (arg, format); in record_error_at_line() [all …]
|
A D | record-status.h | 33 void record_verbose (FILE *stream, const char *format, ...); 34 void record_warning (const char *format, ...); 35 void record_error (int status, int errnum, const char *format, ...); 38 const char *format, ...);
|
A D | xasprintf.c | 25 xasprintf (const char *format, ...) in xasprintf() argument 28 va_start (ap, format); in xasprintf() 30 if (vasprintf (&result, format, ap) < 0) in xasprintf()
|
A D | ld-time.c | 45 const char *format; member 440 time->era_entries[idx].format = ""; in time_finish() 452 time->era_entries[idx].format = ""; in time_finish() 455 time->era_entries[idx].format = str; in time_finish() 597 add_locale_string (&file, time->era_entries[num].format); in time_output()
|
/locale/ |
A D | gen-translit.py | 47 raise ValueError("invalid character {!r} in {!r}".format( 58 raise ValueError("trailing backslash in {!r}".format(s)) 74 raise IOError("invalid line {}: {!r}".format( 94 raise IOError("unexpected codepoint {!r} on line {}: {!r}".format( 101 write("#define NTRANSLIT {}\n".format(len(translits))) 114 write("{:4}".format(total)) 137 write("L\"{}\"".format(translit.codepoints.source)) 152 write("{:4}".format(total)) 175 write("L\"{}\\0\"".format(translit.replacement.source))
|
A D | categories.def | 22 The general format of the descriptions is like this:
|
Completed in 13 milliseconds