/glibc-2.36/debug/ |
D | xtrace.sh | 142 program=$1 144 if test ! -f "$program"; then 145 printf >&2 $"executable \`$program' not found\n" 148 if test ! -x "$program"; then 149 printf >&2 $"\`$program' is no executable\n" 159 addr2line -fC -e "$program" | 172 …$TERMINAL_PROG -T "xtrace - $program $*" -e /bin/sh -c "LD_PRELOAD=$pcprofileso PCPROFILE_OUTPUT=$… 178 addr2line -fC -e "$program" 186 read -p "Press return here to close $TERMINAL_PROG($program)."
|
/glibc-2.36/sysdeps/x86/ |
D | dl-cet.c | 38 dl_cet_check (struct link_map *m, const char *program) in dl_cet_check() argument 73 if (program) in dl_cet_check() 112 || (program && l == m)) in dl_cet_check() 144 if (!program) in dl_cet_check() 185 if (program) in dl_cet_check() 186 _dl_fatal_printf ("%s: can't disable CET\n", program); in dl_cet_check() 205 if (program && (ibt_enabled || shstk_enabled)) in dl_cet_check() 216 _dl_fatal_printf ("%s: can't lock CET\n", program); in dl_cet_check() 251 _dl_cet_check (struct link_map *main_map, const char *program) in _dl_cet_check() argument 253 dl_cet_check (main_map, program); in _dl_cet_check()
|
D | dl-prop.h | 30 dl_isa_level_check (struct link_map *m, const char *program) in dl_isa_level_check() argument 56 if (program) in dl_isa_level_check() 58 *l->l_name != '\0' ? l->l_name : program); in dl_isa_level_check() 67 _rtld_main_check (struct link_map *m, const char *program) in _rtld_main_check() argument 69 dl_isa_level_check (m, program); in _rtld_main_check() 71 _dl_cet_check (m, program); in _rtld_main_check()
|
/glibc-2.36/manual/ |
D | startup.texi | 2 @c %MENU% Writing the beginning and end of your program 6 @cindex program 11 thread of control. A process executes a program; you can have multiple 12 processes executing the same program, but each process has its own copy 13 of the program within its own address space and executes it 15 of control within the same program and a program may be composed of 17 one program. 19 Note that we are using a specific definition of ``program'' for the 21 context of Unix systems. In popular usage, ``program'' enjoys a much 26 Writing the program is what this manual is all about. This chapter [all …]
|
D | process.texi | 8 thread of control. A process executes a program; you can have multiple 9 processes executing the same program, but each process has its own copy 10 of the program within its own address space and executes it 20 This chapter describes how a program can create, terminate, and control 23 execute a program, and coordinating the completion of the child process 24 with the original program. 27 running another program; it does all three steps automatically. If you 32 * Running a Command:: The easy way to run another program. 36 * Executing a File:: How to make a process execute another program. 41 * Process Creation Example:: A complete example program. [all …]
|
D | signal.texi | 8 executing program. Some signals report errors such as references to 14 impossible for the program to proceed as usual, and the corresponding 15 signals normally abort the program. Other kinds of signals that report 37 * Waiting for a Signal:: Suspending your program until a signal 67 A program error such as dividing by zero or issuing an address outside 71 A user request to interrupt or terminate the program. Most environments 72 are set up to let a user suspend the program by typing @kbd{C-z}, or 108 An error means that a program has done something invalid and cannot 115 the program, not just in library calls. These include division by zero 126 synchronous signal pertains to a specific action in the program, and is [all …]
|
D | message.texi | 2 @c %MENU% How to make the program speak the user's language 5 The program's interface with the user should be designed to ease the user's 30 in the program a translation for the appropriate language. So the tasks 62 This means for the author of the program that s/he will have to make 63 sure the meaning of the identifier in the program code and in the 67 The user of the program must be able to guide the responsible function 77 * The gencat program:: How to generate message catalogs files which 124 the program influence the decision. It is up to the user to decide 130 stored. Every program could have its own place to keep all the 135 To tell the @code{catopen} function where the catalog for the program [all …]
|
D | argp.texi | 4 @cindex argp (program argument parser) 79 in @var{flags}, calling @code{argp_parse} may result in the program 112 If defined or set by the user program to a non-zero value, then a 120 If defined or set by the user program to a non-zero value, 129 If defined or set by the user program to a non-zero value, a 131 which prints the program version and exits with a status of zero. This 133 @code{ARGP_NO_EXIT} flag is set, the exit behavior of the program is 147 useful if a program has version information not easily expressed in a 154 not defined or set by the user program, this defaults to: 195 explaining what the program does. Documentation printed after the [all …]
|
D | errno.texi | 16 program should include the header file @file{errno.h} to use this 50 The initial value of @code{errno} at program startup is zero. In many 90 @code{EAGAIN}. Your program should not make any other assumptions about 101 happen as a result of a bug in your program, and since it will not 172 Used when the arguments passed to a new program 320 debugger to run a program is considered having it open for writing and 363 @code{SIGPIPE} signal; this signal terminates the program if not handled 364 or blocked. Thus, your program will never actually see @code{EPIPE} 401 different from @code{EAGAIN}. To make your program portable, you should 407 pass, so your program can try the call again later and it may succeed. [all …]
|
D | dynlink.texi | 89 This request writes the address of the program header array to 94 @code{dlinfo} is the number of program headers in the program header 106 This structure contains information about a main program or loaded 116 the program header, so it follows its convention, and the address is not 161 macro expands to the program header type for the unwinding data. 186 object that contains the program code @var{address} in
|
/glibc-2.36/catgets/ |
D | Makefile | 67 $(built-program-cmd-before-env) \ 68 $(run-program-env) LC_ALL=hr_HR.ISO-8859-2 \ 69 $(built-program-cmd-after-env) -H $(objpfx)test1.h $@ $<; \ 72 $(built-program-cmd) -H $(objpfx)test2.h $@ $<; \ 76 $(built-program-cmd-before-env) \ 77 $(run-program-env) LC_ALL=de_DE.ISO-8859-1 \ 78 $(built-program-cmd-after-env) $@ $<; \ 93 $(built-program-cmd) -H $(objpfx)test-gencat.h < $(word 1,$^) > $@; \
|
/glibc-2.36/sysdeps/aarch64/ |
D | dl-bti.c | 64 bti_failed (struct link_map *l, const char *program) in bti_failed() argument 66 if (program) in bti_failed() 68 program, l->l_name); in bti_failed() 79 _dl_bti_check (struct link_map *l, const char *program) in _dl_bti_check() argument 85 bti_failed (l, program); in _dl_bti_check() 92 bti_failed (dep, program); in _dl_bti_check()
|
D | dl-prop.h | 28 _rtld_main_check (struct link_map *m, const char *program) in _rtld_main_check() argument 30 _dl_bti_check (m, program); in _rtld_main_check()
|
/glibc-2.36/ |
D | Makeconfig | 702 # A command that, prepended to the name and arguments of a program, 703 # and run on the build system, causes that program with those 708 # Likewise, but the name of the program is preceded by 713 # Likewise, but the program's environment will be empty except for any 714 # explicit <variable>=<value> assignments preceding the program name. 734 # How to run a program we just linked with our library. 735 # The program binary is assumed to be $(word 2,$^). 736 built-program-file = $(dir $(word 2,$^))$(notdir $(word 2,$^)) 747 # of a program built with the newly built library, produces a command 749 # program. For tests listed in tests-static or xtests-static, it is [all …]
|
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 33 For example, if you distribute copies of such a program, whether 50 Finally, any free program is threatened constantly by software 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 103 c) If the modified program normally reads commands interactively 108 a warranty) and that users may redistribute the program under 152 received the program in object code or executable form with such [all …]
|
/glibc-2.36/sunrpc/ |
D | pm_getport.c | 84 __libc_rpc_getport (struct sockaddr_in *address, u_long program, in __libc_rpc_getport() argument 113 parms.pm_prog = program; in __libc_rpc_getport() 149 pmap_getport (struct sockaddr_in *address, u_long program, u_long version, in libc_hidden_def() 152 return __libc_rpc_getport (address, program, version, protocol, 5, 60); in libc_hidden_def()
|
D | pmap_clnt.c | 106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set() argument 120 parms.pm_prog = program; in pmap_set() 142 pmap_unset (u_long program, u_long version) in libc_hidden_nolink_sunrpc() 156 parms.pm_prog = program; in libc_hidden_nolink_sunrpc()
|
D | clnt_udp.c | 124 __libc_clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, in __libc_clntudp_bufcreate() argument 151 pmap_getport (raddr, program, version, IPPROTO_UDP)) == 0) in __libc_clntudp_bufcreate() 169 call_msg.rm_call.cb_prog = program; in __libc_clntudp_bufcreate() 218 clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, u_long version, in libc_hidden_def() 222 return __libc_clntudp_bufcreate (raddr, program, version, wait, in libc_hidden_def() 228 clntudp_create (struct sockaddr_in *raddr, u_long program, u_long version, in libc_hidden_nolink_sunrpc() 231 return __libc_clntudp_bufcreate (raddr, program, version, wait, in libc_hidden_nolink_sunrpc()
|
/glibc-2.36/posix/ |
D | tst-spawn2.c | 36 const char *program = "/path/to/invalid/binary"; in do_test() local 40 int ret = posix_spawn (&pid, program, 0, 0, args, environ); in do_test() 59 char *args2[] = { (char*) program, 0 }; in do_test()
|
/glibc-2.36/localedata/ |
D | README | 13 You need this program to "compile" the locale description in a form 19 `localedef' program. 59 The test program shuffles the lines and sort them afterwards. 65 To run the test program the appropriate locale information must be 66 installed. Therefore the localedef program is used to generate this 68 Since we cannot run the localedef program in case of cross-compilation
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | powtwo.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
D | root.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
/glibc-2.36/locale/programs/ |
D | charmap-kw.gperf | 5 This program is free software; you can redistribute it and/or modify 10 This program is distributed in the hope that it will be useful, 16 along with this program; if not, see
|
/glibc-2.36/gmon/ |
D | tst-gmon-gprof.sh | 26 program="$2" 52 "$GPROF" -C "$program" "$data" \
|
D | tst-gmon-static-gprof.sh | 26 program="$2" 54 "$GPROF" -C "$program" "$data" \
|