/glibc-2.36/scripts/ |
D | test_printers_common.py | 108 def test(command, pattern=None): argument 125 gdb.sendline(command) 146 'Response: {2}'.format(command, pattern, gdb.before)) 258 command = 'tbreak' 261 command = 'break' 266 test('{0} {1}:{2} {3}'.format(command, file_name, line_number, thread_str), 283 command = 'continue' 285 command = 'thread apply {0} continue'.format(thread) 287 test(command) 302 command = 'next' [all …]
|
D | build-many-glibcs.py | 1696 def __init__(self, desc, num, dir, path, command, always_run=False): argument 1703 self.command = command 1730 return self.shell_make_quote_list(self.command, True) 1774 def add_command_dir(self, desc, dir, command, always_run=False): argument 1777 command, always_run) 1780 def add_command(self, desc, command, always_run=False): argument 1783 self.path, command, always_run)
|
D | backport-support.sh | 44 case "$command" in
|
D | tst-ld-trace.py | 104 parse_trace(opts.command.split()[1:], fref)
|
/glibc-2.36/elf/ |
D | rtld-Rules | 63 # subdirectory's modules at once with one recursive make command. 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) [all …]
|
D | tst-glibc-hwcaps-cache.c | 33 char *command = xasprintf ("%s/ldconfig", support_install_rootsbindir); in main() local 34 if (system (command) != 0) in main() 36 free (command); in main()
|
D | tst-stackguard1.c | 29 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()
|
D | tst-glibc-hwcaps-2-cache.c | 33 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()
|
D | tst-ptrguard1.c | 39 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()
|
D | tst-glibc-hwcaps-prepend-cache.c | 33 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()
|
/glibc-2.36/stdlib/ |
D | isomac.c | 247 char line[BUFSIZ], *command; in get_null_defines() local 262 command = malloc (sizeof fmt + sizeof "/dev/null" + 2 * strlen (CC) in get_null_defines() 265 if (command == NULL) in get_null_defines() 271 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines() 273 if (system (command)) in get_null_defines() 276 free (command); in get_null_defines() 279 free (command); in get_null_defines() 349 char line[BUFSIZ], *command; in check_header() local 353 command = malloc (sizeof fmt + strlen (file_name) + 2 * strlen (CC) in check_header() 356 if (command == NULL) in check_header() [all …]
|
D | tst-system.c | 45 const char *command; member 59 ret = system (args->command); in call_system()
|
/glibc-2.36/posix/ |
D | annexc.c | 710 char line[BUFSIZ], *command; in get_null_defines() local 725 command = malloc (sizeof fmt + sizeof "/dev/null" + 2 * strlen (CC) in get_null_defines() 728 if (command == NULL) in get_null_defines() 734 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines() 736 if (xsystem (command)) in get_null_defines() 741 free (command); in get_null_defines() 803 char line[BUFSIZ], command[sizeof fmt + strlen (header->name) in check_header() local 814 sprintf (command, fmt, header->name, CC, INC, CC, macrofile); in check_header() 828 if (xsystem (command)) in check_header()
|
/glibc-2.36/nptl/ |
D | tst-cancel7.c | 33 static const char *command; variable 45 command, semfilename, pidfilename); in tf() 98 if (command == NULL) in do_prepare() 99 command = argv[0]; in do_prepare() 191 command = optarg; in cmdline_process()
|
D | tst-stackguard1.c | 30 static const char *command; variable 103 if (command == NULL) in do_test() 141 system (command); in do_test() 220 command = optarg; \
|
D | tst-oddstacklimit.c | 32 static const char *command; variable 53 ret = system (command); in do_test() 70 command = optarg; \
|
/glibc-2.36/libio/ |
D | iopopen.c | 70 spawn_process (posix_spawn_file_actions_t *fa, FILE *fp, const char *command, in spawn_process() argument 89 (char *) command, NULL }, __environ) != 0) in spawn_process() 108 _IO_new_proc_open (FILE *fp, const char *command, const char *mode) in _IO_new_proc_open() argument 196 spawn_ok = spawn_process (&fa, fp, command, do_cloexec, pipe_fds, in _IO_new_proc_open() 219 _IO_new_popen (const char *command, const char *mode) in _IO_new_popen() argument 240 if (_IO_new_proc_open (fp, command, mode) != NULL) in _IO_new_popen()
|
D | oldiopopen.c | 62 _IO_old_proc_open (FILE *fp, const char *command, const char *mode) in _IO_old_proc_open() argument 109 execl ("/bin/sh", "sh", "-c", command, (char *) 0); in _IO_old_proc_open() 138 _IO_old_popen (const char *command, const char *mode) in _IO_old_popen() argument 159 if (_IO_old_proc_open (fp, command, mode) != NULL) in _IO_old_popen()
|
/glibc-2.36/sunrpc/ |
D | openchild.c | 52 _openchild (const char *command, FILE ** fto, FILE ** ffrom) in _openchild() argument 80 execlp (command, command, NULL); in _openchild()
|
/glibc-2.36/manual/ |
D | process.texi | 47 @cindex running a command 54 @deftypefun int system (const char *@var{command}) 92 This function executes @var{command} as a shell command. In @theglibc{}, 93 it always uses the default shell @code{sh} to run the command. 100 If the @var{command} argument is a null pointer, a return value of zero 101 indicates that no command processor is available. 117 notion of a command processor that can execute other programs. You can 118 determine whether a command processor exists by executing 119 @w{@code{system (NULL)}}; if the return value is nonzero, a command 125 output channels of the command being executed. [all …]
|
D | startup.texi | 37 * Program Arguments:: Parsing your program's command-line arguments 47 @cindex command line arguments 60 take two arguments that represent the command line arguments to the 69 The command line arguments are the whitespace-separated tokens given in 70 the shell command used to invoke the program; thus, in @samp{cat foo 72 program can look at its command line arguments is via the arguments of 74 at the command line. 76 The value of the @var{argc} argument is the number of command line 78 elements are the individual command line argument strings. The file 84 For the command @samp{cat foo bar}, @var{argc} is 3 and @var{argv} has [all …]
|
D | llio.texi | 1714 It is safe to unmap multiple mappings in one command, or include unmapped 3280 The second argument to the @code{fcntl} function is a command that 3287 @deftypefun int fcntl (int @var{filedes}, int @var{command}, @dots{}) 3291 @var{command} on the file descriptor @var{filedes}. Some commands 3373 @code{F_DUPFD} command, but there are also convenient functions 3416 This macro is used as the @var{command} argument to @code{fcntl}, to 3429 The return value from @code{fcntl} with this command is normally the value 3432 this command: 3505 This macro is used as the @var{command} argument to @code{fcntl}, to 3509 The normal return value from @code{fcntl} with this command is a [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | glibcsyscalls.py | 221 if args.command == 'list-headers': 226 elif args.command == 'query-syscall':
|
/glibc-2.36/include/rpc/ |
D | clnt.h | 7 extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
|
/glibc-2.36/ |
D | Makeconfig | 93 # We don't want CPPFLAGS to be exported to the command running configure. 702 # A command that, prepended to the name and arguments of a program, 746 # $(run-via-rtld-prefix) is a command that, when prepended to the name 747 # of a program built with the newly built library, produces a command 761 # $(run-program-prefix) is a command that, when prepended to the name 762 # of a program built with the newly built library, produces a command 771 # $(built-program-cmd) is a command that, executed on the build system 781 # $(host-built-program-cmd) is a command that, executed on the host 794 # $(test-via-rtld-prefix) is a command that, when prepended to the name 795 # of a test program built with the newly built library, produces a command [all …]
|