Searched refs:stream (Results 1 – 5 of 5) sorted by relevance
/locale/programs/ |
A D | charmap-dir.c | 215 FILE *stream; in charmap_open() local 224 if (stream != NULL) in charmap_open() 225 return stream; in charmap_open() 229 if (stream != NULL) in charmap_open() 230 return stream; in charmap_open() 234 if (stream != NULL) in charmap_open() 235 return stream; in charmap_open() 248 FILE *stream; in charmap_aliases() local 253 if (stream == NULL) in charmap_aliases() 259 while (!feof (stream)) in charmap_aliases() [all …]
|
A D | locale.c | 292 fprintf (stream, gettext ("\ in print_version() 1012 if (stream == NULL) in quote_string() 1027 putc_unlocked ('a', stream); in quote_string() 1031 putc_unlocked ('b', stream); in quote_string() 1035 putc_unlocked ('f', stream); in quote_string() 1039 putc_unlocked ('n', stream); in quote_string() 1057 putc_unlocked (ch, stream); in quote_string() 1065 putc_unlocked (ch, stream); in quote_string() 1069 if (ferror (stream)) in quote_string() 1071 fclose (stream); in quote_string() [all …]
|
A D | localedef.c | 95 static void print_version (FILE *stream, struct argp_state *state); 456 print_version (FILE *stream, struct argp_state *state) in print_version() argument 458 fprintf (stream, "localedef %s%s\n", PKGVERSION, VERSION); in print_version() 459 fprintf (stream, gettext ("\ in print_version() 464 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); in print_version()
|
A D | record-status.c | 98 record_verbose (FILE *stream, const char *format, ...) in record_verbose() argument 121 fprintf (stream, "[verbose] %s\n", str); in record_verbose()
|
A D | record-status.h | 33 void record_verbose (FILE *stream, const char *format, ...);
|
Completed in 12 milliseconds