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
3385 stdin_str = g_string_sized_new (256); /* default size for passing params; can grow */ in hald_exec_method()
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()
3414 g_string_append_printf (stdin_str, "%d", value); in hald_exec_method()
3421 g_string_append_printf (stdin_str, "%u", value); in hald_exec_method()
3428 g_string_append_printf (stdin_str, "%lld", (long long int) value); in hald_exec_method()
3435 g_string_append_printf (stdin_str, "%llu", (long long unsigned int) value); in hald_exec_method()
3442 g_string_append_printf (stdin_str, "%g", value); in hald_exec_method()
[all …]