Home
last modified time | relevance | path

Searched refs:to_stdout (Results 1 – 10 of 10) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dwrite-catalog.c95 bool to_stdout; in msgdomain_list_print() local
207 to_stdout = (filename == NULL || strcmp (filename, "-") == 0 in msgdomain_list_print()
213 || (color_mode == color_tty && to_stdout in msgdomain_list_print()
221 if (!to_stdout) in msgdomain_list_print()
268 if (!to_stdout) in msgdomain_list_print()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c122 const int to_stdout = (file_name == NULL) || !WSTRCMP(file_name, "-"); in ImgIoUtilWriteFile() local
127 out = to_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(file_name, "wb"); in ImgIoUtilWriteFile()
/third_party/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c122 const int to_stdout = (file_name == NULL) || !WSTRCMP(file_name, "-"); in ImgIoUtilWriteFile() local
127 out = to_stdout ? ImgIoUtilSetBinaryMode(stdout) : WFOPEN(file_name, "wb"); in ImgIoUtilWriteFile()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafmodule.c33 FT_Bool to_stdout );
36 FT_Bool to_stdout );
39 FT_Bool to_stdout );
Dafhints.c284 if ( to_stdout ) \
416 FT_Bool to_stdout ) in af_glyph_hints_dump_points() argument
534 FT_Bool to_stdout ) in af_glyph_hints_dump_segments() argument
673 FT_Bool to_stdout ) in af_glyph_hints_dump_edges() argument
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafmodule.c33 FT_Bool to_stdout );
36 FT_Bool to_stdout );
39 FT_Bool to_stdout );
Dafhints.c186 if ( to_stdout ) \
318 FT_Bool to_stdout ) in af_glyph_hints_dump_points() argument
436 FT_Bool to_stdout ) in af_glyph_hints_dump_segments() argument
575 FT_Bool to_stdout ) in af_glyph_hints_dump_edges() argument
/third_party/freetype/src/autofit/
Dafmodule.c33 FT_Bool to_stdout );
36 FT_Bool to_stdout );
39 FT_Bool to_stdout );
Dafhints.c186 if ( to_stdout ) \
318 FT_Bool to_stdout ) in af_glyph_hints_dump_points() argument
436 FT_Bool to_stdout ) in af_glyph_hints_dump_segments() argument
575 FT_Bool to_stdout ) in af_glyph_hints_dump_edges() argument
/third_party/glib/glib/
Dgmessages.c1200 gboolean to_stdout = !gmessages_use_stderr; in mklevel_prefix() local
1210 to_stdout = FALSE; in mklevel_prefix()
1214 to_stdout = FALSE; in mklevel_prefix()
1218 to_stdout = FALSE; in mklevel_prefix()
1222 to_stdout = FALSE; in mklevel_prefix()
1252 return to_stdout ? stdout : stderr; in mklevel_prefix()