Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3343 GString *stdin_str; in hald_exec_method() local
3393 g_string_append_printf (stdin_str, "%u", value); in hald_exec_method()
3400 g_string_append_printf (stdin_str, "%d", value); in hald_exec_method()
3407 g_string_append_printf (stdin_str, "%u", value); in hald_exec_method()
3456 g_string_append (stdin_str, value); in hald_exec_method()
3470 g_string_append (stdin_str, value); in hald_exec_method()
3471 g_string_append (stdin_str, "\t"); in hald_exec_method()
3481 g_string_append_c (stdin_str, '\n'); in hald_exec_method()
3489 mi->mstdin = g_strdup (stdin_str->str); in hald_exec_method()
3497 g_string_free (stdin_str, TRUE); in hald_exec_method()
[all …]