/titanic_41/usr/src/cmd/hal/hald/ |
H A D | hald_runner.h | 57 hald_runner_start (HalDevice *device, const gchar *command_line, char **extra_env, 64 const gchar *command_line, char **extra_env, 70 const gchar *command_line, char **extra_env,
|
H A D | hald_runner.c | 312 add_command(DBusMessageIter *iter, const gchar *command_line) { in add_command() argument 319 if (!g_shell_parse_argv(command_line, &argc, &argv, &err)) { in add_command() 321 command_line, err->message)); in add_command() 341 const gchar *command_line, char **extra_env) { in add_first_part() argument 357 if (!add_command(iter, command_line)) { in add_first_part() 365 hald_runner_start (HalDevice *device, const gchar *command_line, char **extra_env, in hald_runner_start() argument 381 if (!add_first_part(&iter, device, command_line, extra_env)) in hald_runner_start() 482 const gchar *command_line, char **extra_env, in hald_runner_run_method() argument 499 if (!add_first_part(&iter, device, command_line, extra_env)) in hald_runner_run_method() 533 const gchar *command_line, char **extra_env, in hald_runner_run() argument [all …]
|
H A D | hald.c | 112 const gchar *command_line; in gdl_store_changed() local 115 command_line = (const gchar *) i->data; in gdl_store_changed() 116 if (hald_runner_start(device, command_line, extra_env, addon_terminated, NULL, NULL)) { in gdl_store_changed() 118 command_line, hal_device_get_udi(device))); in gdl_store_changed() 122 command_line, hal_device_get_udi(device))); in gdl_store_changed()
|
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | show.c | 48 static void command_line(); 139 command_line(); in ADM_Get_Var() 193 command_line(); in ADM_Get_Next_Var() 221 command_line() in command_line() function
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | doname.cc | 1791 rule->command_line = in execute_serial() 1792 vpath_translation(rule->command_line); in execute_serial() 1795 if ((rule->command_line->hash.length > 0) && in execute_serial() 1799 (void) printf("%s\n", rule->command_line->string_mb); in execute_serial() 1801 if (rule->command_line->hash.length > 0) { in execute_serial() 1805 do_assign(rule->command_line, target); in execute_serial() 1809 result = dosys(rule->command_line, in execute_serial() 1826 rule->command_line->string_mb); in execute_serial() 2158 String_rec command_line; in build_command_strings() local 2317 used->command_line = NULL; in build_command_strings() [all …]
|
H A D | state.cc | 333 if (cp->command_line != NULL) { in write_state_file() 335 command_line-> in write_state_file() 338 command_line-> in write_state_file()
|
H A D | misc.cc | 331 (void) printf("\t%s\n", rule->command_line->string_mb); in dump_make_state() 358 (void) printf("\t%s\n", rule->command_line->string_mb); in dump_make_state() 393 (void) printf("\t%s\n", rule->command_line->string_mb); in dump_make_state() 484 (void) printf("\t%s\n", rule->command_line->string_mb); in print_rule()
|
H A D | parallel.cc | 183 rule->command_line = in execute_parallel() 184 vpath_translation(rule->command_line); in execute_parallel() 190 if (rule->command_line->hash.length > 0) { in execute_parallel() 206 command_line-> in execute_parallel() 216 (void) strcpy(cp, rule->command_line->string_mb); in execute_parallel() 218 *p++ = rule->command_line->string_mb; in execute_parallel() 1220 cmds_length += rule->command_line->hash.length + 1; in finish_children()
|
H A D | nse_printdep.cc | 339 (void)printf("\t%s\n", rule->command_line->string_mb); in print_rule()
|
H A D | read.cc | 1288 command->command_line = empty_name; in parse_makefile() 1916 command_tail->command_line = in parse_makefile()
|
H A D | read2.cc | 1654 (void) printf("\t%s\n", command->command_line->string_mb); in print_rule()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 284 struct _Name *command_line; member
|