/glibc-2.36/scripts/ |
D | gen-sorted.awk | 7 cnt = split(subdirs, all) + 1 35 from[dnt] = all[1]; 46 all[cnt++] = thisdir; 76 if (all[j] == from[i]) { 78 if (all[k] == to[i]) { 84 all[l + 1] = all[l] 86 all[j] = to[i] 102 if (all[i] in inhibit) 104 if (all[i] == "elf") 107 printf " %s", all[i];
|
/glibc-2.36/manual/ |
D | tsort.awk | 13 all[cnt++] = $1 20 if (all[j] == from[i]) { 22 if (all[k] == to[i]) { 28 all[l + 1] = all[l] 30 all[j] = to[i] 43 print all[i];
|
D | fdl-1.3.texi | 138 to the Document are reproduced in all copies, and that you add no other 154 copies in covers that carry, clearly and legibly, all these Cover 158 the full title with all words of the title equally prominent and 208 Document (all of its principal authors, if it has fewer than five), 216 Preserve all the copyright notices of the Document. 254 the Title of the section, and preserve in the section all the 259 Preserve all the Invariant Sections of the Document, 277 copied from the Document, you may at your option designate some or all 307 versions, provided that you include in the combination all of the 308 Invariant Sections of all of the original documents, unmodified, and [all …]
|
D | crypt.texi | 54 impractically slow, for all but the most obvious guesses. (Do not use 62 especially weak, because it ignores all but the first eight characters 87 compare the result with all the hashes. Salt forces the attacker to 111 In all cases, the random characters should be chosen from the alphabet 114 With all of the hash functions @emph{except} DES, @var{phrase} can be 115 arbitrarily long, and all eight bits of each byte are significant. 139 Hashing passphrases is not supported at all, or the hash function 151 present on nearly all historical Unix systems. However, the XPG does 175 it must be initialized to all zeroes, using @code{memset} or similar. 277 at all.
|
D | job.texi | 58 group} or @dfn{job}. This is so that you can operate on all of them at 60 terminate all the processes in the foreground process group. 63 A @dfn{session} is a larger group of processes. Normally all the 116 their parent process. In this way, all the processes in a session 148 This normally causes all of the processes in that group to stop (unless 306 /* @r{Return true if all processes in the job have stopped or completed.} */ 320 /* @r{Return true if all processes in the job have completed.} */ 365 When a shell enables job control, it should set itself to ignore all the 367 You can do this by setting the action for all the stop signals to 371 control. It must leave all processes it creates in the same process [all …]
|
D | sysinfo.texi | 357 simply to get lists of all the available filesystems. @Theglibc{} 361 describes all possibly mounted filesystems. The @code{mount} program 362 uses this file to mount at startup time of the system all the 363 necessary filesystems. The information about all the filesystems 366 syntax and it is crucial that this syntax is followed all the time. 464 since these are all strings. Comparing the pointer will probably always 505 This function makes sure that all resources acquired by a prior call to 525 fstab}. This variable is shared by all threads and therefore this 547 fstab}. This variable is shared by all threads and therefore this 569 fstab}. This variable is shared by all threads and therefore this [all …]
|
D | charset.texi | 15 grappled with non-Roman character sets, where not all the characters 110 this type is capable of storing all elements of the basic character set. 115 capable of representing all UCS-4 values and, therefore, covering all of 118 fine with the standard, but it also means that to represent all 205 that are all byte-based and therefore require that the sender has to 212 For all the above reasons, an external encoding that is different from 231 not sufficient to cover all languages but might be sufficient to handle 282 encoding: UTF-8. This encoding is able to represent all of @w{ISO 306 all people to collaborate. 462 A variable of type @code{mbstate_t} can contain all the information [all …]
|
D | locale.texi | 31 * Standard Locales:: Locale names available on all systems. 78 automatically by the library subroutines. For example, all your program 98 for all purposes. For example, a user could specify a hypothetical 121 like all locales, would include conventions for all of the purposes to 176 with @code{setlocale} to set a single locale for all purposes. Setting 177 this environment variable overwrites all selections by the other 183 to use for all purposes except as overridden by the variables above. 203 @w{ISO C} says that all programs start by default in the standard @samp{C} 358 If @var{category} is @code{LC_ALL}, this specifies the locale for all 380 encodes the entire combination of selected locales for all categories. [all …]
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/ |
D | Makefile | 64 $(foreach suf,$(all-object-suffixes),%f128$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-attri… 65 $(foreach suf,$(all-object-suffixes),%f128_r$(suf)): CFLAGS += $(type-float128-CFLAGS) $(no-gnu-att… 66 $(foreach suf,$(all-object-suffixes),$(objpfx)test-float128%$(suf)): CFLAGS += $(type-float128-CFLA… 67 $(foreach suf,$(all-object-suffixes),$(objpfx)test-float64x%$(suf)): CFLAGS += $(type-float128-CFLA… 72 $(foreach suf,$(all-object-suffixes),$(foreach pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf))): C… 83 $(foreach suf,$(all-object-suffixes),\ 88 $(foreach suf,$(all-object-suffixes),\ 94 $(foreach suf,$(all-object-suffixes),\ 104 $(foreach suf,$(all-object-suffixes),\ 112 $(foreach suf,$(all-object-suffixes),\ [all …]
|
/glibc-2.36/ |
D | extra-lib.mk | 31 all-$(lib)-routines := $($(lib)-routines) $($(lib)-sysdep_routines) 40 $(all-$(lib)-routines)))) 43 $(all-$(lib)-routines))) 47 $(all-$(lib)-routines))) 75 $(all-$(lib)-routines))); \ 86 $(all-$(lib)-routines))) 94 $(all-$(lib)-routines)))
|
D | Rules | 26 all: # Don't let the default goal come from Makeconfig. 38 .PHONY: all 39 all: objs lib others 85 # Test that all of the headers installed by this directory can be compiled 129 # This makes all the auxiliary and test programs. 187 binaries-all-notests = $(others) $(sysdep-others) 188 binaries-all-tests = $(tests) $(tests-internal) $(xtests) $(test-srcs) \ 190 binaries-all = $(binaries-all-notests) $(binaries-all-tests) 206 binaries-all-notests = 207 binaries-all-tests = $(tests) $(tests-internal) $(xtests) $(test-srcs) [all …]
|
D | Makerules | 20 # by the top-level Makefile and by all subdirectory makefiles 87 # second, before all else. The mach and hurd subdirectories have many 100 $(common-objpfx)Versions.all 293 # Generate the header containing the names of all shared libraries. 343 ($(foreach s,$(all-sonames), echo $(s);)) \ 360 # each sysdep directory. The old method was to use vpath to search all the 382 -v all_object_suffixes='$(all-object-suffixes)' \ 396 object-suffixes-left := $(all-object-suffixes) 402 object-suffixes-left := $(all-object-suffixes) 408 object-suffixes-left := $(all-object-suffixes) [all …]
|
D | Makefile.in | 6 .PHONY: all install bench 8 all .DEFAULT:
|
D | shlib-versions | 16 # version subsumes all prior versions back to the previous listed version. 29 # The -ldl interface (see <dlfcn.h>) is the same on all platforms. 32 # So far the -lutil interface is the same on all platforms, except for the
|
D | COPYING | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
D | Makefile | 29 .PHONY: all help minihelp 30 all: minihelp lib others target 478 all-subdirs-targets := $(foreach dir,$(subdirs),\ 483 $(all-subdirs-targets): 492 .PHONY: $(+subdir_targets) $(all-subdirs-targets)
|
D | INSTALL | 42 compiler options required for all compilations, such as options 52 The following list describes all of the available options for 87 the default binutils on your system cannot deal with all the 107 requires that all code linked into applications must be built with 129 Don't build shared libraries even if it is possible. Not all 148 is enabled, the GNU C Library is compatible with all existing 204 '--enable-stack-protector=all' 205 Compile the C library and all other parts of the glibc package 208 '-fstack-protector-strong' or '-fstack-protector-all' options to 335 files must all contain correct and sensible content. [all …]
|
/glibc-2.36/elf/ |
D | rtld-Rules | 26 .PHONY: rtld-all 27 rtld-all: 45 rtld-all: $(objpfx)rtld-libc.a 62 # For each subdirectory, define a pattern rule that makes all of that 74 -f Makefile -f ../elf/rtld-Rules rtld-all \ 88 # Some other subdir's Makefile has provided all its normal rules, 127 rtld-all: $(addprefix $(objpfx),$(rtld-modules)) 141 # This here is the whole point of all the shenanigans.
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | libc-abis | 2 # copy needs to include all libc definitions applicable to MIPS; only 12 # Architecture independent, all ELF targets (== all targets)
|
/glibc-2.36/debug/ |
D | Makefile | 122 tests-all-chk = tst-fortify 169 tests-all-chk += $(tests-c-chk) $(tests-cc-chk) 189 CFLAGS-tst-ssp-1.c += -fstack-protector-all 202 $(tests-all-chk) 237 $(foreach t, $(tests-all-chk), $(eval $(call chk-gen-locales,$(t))))
|
/glibc-2.36/nscd/ |
D | nscd_stat.c | 269 unsigned long int all = hit + data.dbs[i].posmiss + data.dbs[i].negmiss; in receive_print_stats() local 287 if (all == 0) in receive_print_stats() 289 all = 1; in receive_print_stats() 318 (100 * hit) / all, in receive_print_stats()
|
/glibc-2.36/localedata/locales/ |
D | af_ZA | 24 % - name_* corrected all capitalisation 26 % - Update all contact details 37 % - Add all missing items in LC_ADDRESS 38 % - Add all name_* to LC_NAME 195 % Salutation valid for all females
|
/glibc-2.36/mach/ |
D | Machrules | 34 all: 75 # If any .ir file is missing, we will be unable to make all the deps. 95 # %.uh is built all over again to build %.h. 202 # Convenient target to generate all the headers. 212 # dependencies and then assume all other MiG-generated modules depend on the 221 # containing all the MiG-generated functions for the specified interfaces.
|
/glibc-2.36/nptl/ |
D | TODO | 2 single linked list of all instances. This requires changing the 16 only after all threads are gone
|
/glibc-2.36/sysdeps/or1k/ |
D | preconfigure | 10 # of this software dedicate any and all copyright interest in the 14 # relinquishment in perpetuity of all present and future rights to this
|