Searched refs:g_get_prgname (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gutils.h | 125 gchar* g_get_prgname (void);
|
D | gtestutils.c | 503 if (!g_get_prgname()) in g_test_init() 522 g_test_log (G_TEST_LOG_START_BINARY, g_get_prgname(), test_run_seedstr, 0, NULL); in g_test_init()
|
D | goption.c | 615 _("Usage:"), g_get_prgname(), _("[OPTION...]")); in g_option_context_get_help() 1559 if (!g_get_prgname()) in g_option_context_parse()
|
D | gmessages.c | 915 const gchar *prg_name = g_get_prgname (); in g_log_default_handler()
|
D | gutils.c | 1931 g_get_prgname (void) in g_get_prgname() function 2010 return g_get_prgname (); in g_get_application_name()
|
D | gslice.c | 1191 pname = g_get_prgname(); in mem_error()
|
D | galiasdef.c | 3664 #undef g_get_prgname 3665 extern __typeof (g_get_prgname) g_get_prgname __attribute((alias("IA__g_get_prgname"), visibility("…
|
D | galias.h | 3653 extern __typeof (g_get_prgname) IA__g_get_prgname __attribute((visibility("hidden"))); 3654 #define g_get_prgname IA__g_get_prgname macro
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpvfs.c | 120 wagent = g_utf8_to_utf16 (g_get_prgname (), -1, NULL, NULL, NULL); in g_winhttp_vfs_init()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1416 g_get_prgname
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 583 * tests/option-test.c: Check the return value of g_get_prgname for
|
D | ChangeLog.pre-2-8 | 899 * glib/gutils.c (g_get_prgname): Move the Win32 code that asks the 900 program name from the system to g_get_prgname(). Do output the pid
|
D | ChangeLog.pre-2-0 | 1221 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK 3599 (g_get_prgname): G_CONST_RETURN 6359 g_get_prgname () returns NULL, along the lines of g_on_error_query).
|
D | ChangeLog.pre-1-2 | 2315 g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname().
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 2195 * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.
|