Searched refs:command (Results 1 – 6 of 6) sorted by relevance
33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in main() local34 if (system (command) != 0) in main()36 free (command); in main()
33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in main() local35 support_capture_subprogram (command, &((char *) { NULL })); in main()37 free (command); in main()
91 rtld-compile-command.S = $(compile-command.S) $(rtld-CPPFLAGS)92 rtld-compile-command.s = $(compile-command.s) $(rtld-CPPFLAGS)93 rtld-compile-command.c = $(compile-command.c) $(rtld-CPPFLAGS) $(rtld-CFLAGS)99 $(rtld-compile-command.S)101 $(rtld-compile-command.s)103 $(rtld-compile-command.c)105 $(rtld-compile-command.S)107 $(rtld-compile-command.s)109 $(rtld-compile-command.c)113 $(rtld-compile-command.S)[all …]
29 static const char *command; variable73 if (command == NULL) in do_test()111 system (command); in do_test()195 command = optarg; in cmdline_process_function()
39 static const char *command; variable83 if (command == NULL) in do_test()121 system (command); in do_test()207 command = optarg; in cmdline_process_function()
33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in run_ldconfig() local34 TEST_COMPARE (system (command), 0); in run_ldconfig()35 free (command); in run_ldconfig()
Completed in 5 milliseconds