Searched refs:prgname (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 65 const char *prgname = g_get_prgname (); in fail() local 66 g_printerr ("%s: %s\n", prgname, msg); in fail() 68 g_printerr ("Try `%s --help' for more information.\n", prgname); in fail()
|
/third_party/ltp/metadata/ |
D | metaparse.c | 821 static void print_help(const char *prgname) in print_help() argument 823 printf("usage: %s [-vh] input.c\n\n", prgname); in print_help()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin.c | 2247 const gchar *tmp_dir, *prgname; in type_found() local 2250 prgname = g_get_prgname (); in type_found() 2251 if (prgname == NULL) in type_found() 2252 prgname = "GStreamer"; in type_found() 2254 filename = g_strdup_printf ("%s-XXXXXX", prgname); in type_found() 2260 temp_template, tmp_dir, prgname, filename); in type_found()
|
D | gsturisourcebin.c | 1114 const gchar *tmp_dir, *prgname; in get_output_slot() local 1117 prgname = g_get_prgname (); in get_output_slot() 1118 if (prgname == NULL) in get_output_slot() 1119 prgname = "GStreamer"; in get_output_slot() 1121 filename = g_strdup_printf ("%s-XXXXXX", prgname); in get_output_slot() 1127 temp_template, tmp_dir, prgname, filename); in get_output_slot()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 123162 name can be NULL and we don't want a separator between the prgname and the
|