Home
last modified time | relevance | path

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

/elf/
A Dtst-glibc-hwcaps-cache.c33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in main() local
34 if (system (command) != 0) in main()
36 free (command); in main()
A Dtst-glibc-hwcaps-2-cache.c33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in main() local
35 support_capture_subprogram (command, &((char *) { NULL })); in main()
37 free (command); in main()
A Drtld-Rules91 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 …]
A Dtst-stackguard1.c29 static const char *command; variable
73 if (command == NULL) in do_test()
111 system (command); in do_test()
195 command = optarg; in cmdline_process_function()
A Dtst-ptrguard1.c39 static const char *command; variable
83 if (command == NULL) in do_test()
121 system (command); in do_test()
207 command = optarg; in cmdline_process_function()
A Dtst-glibc-hwcaps-prepend-cache.c33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in run_ldconfig() local
34 TEST_COMPARE (system (command), 0); in run_ldconfig()
35 free (command); in run_ldconfig()

Completed in 5 milliseconds