Searched refs:this (Results 1 – 25 of 660) sorted by relevance
12345678910>>...27
40 int this; in do_sigwait() local54 for (this = 1; this < NSIG; ++this) in do_sigwait()55 if (__sigismember (set, this)) in do_sigwait()58 __sigdelset (&tmp_mask, this); in do_sigwait()61 if (__sigaction (this, &action, &saved[this]) != 0) in do_sigwait()71 while (--this >= 1) in do_sigwait()72 if (__sigismember (set, this)) in do_sigwait()74 __sigaction (this, &saved[this], NULL); in do_sigwait()
52 ElfW(Half) this, nent = l->l_phnum; in elf_machine_runtime_link_map()58 for (this = 0; this < nent; this++) in elf_machine_runtime_link_map()60 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()62 base = p[this].p_vaddr + l->l_addr; in elf_machine_runtime_link_map()63 limit = base + p[this].p_memsz; in elf_machine_runtime_link_map()79 ElfW(Half) this, nent = l->l_phnum; in elf_machine_runtime_link_map()81 for (this = 0; this < nent; ++this) in elf_machine_runtime_link_map()83 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()85 base = p[this].p_vaddr + l->l_addr; in elf_machine_runtime_link_map()86 limit = base + p[this].p_memsz; in elf_machine_runtime_link_map()
28 nothing to do with this library's @code{getline}. They would not be32 standard. It is insufficient for this purpose, as it will not protect you38 If you define this macro, then the functionality from the POSIX.148 Define this macro to a positive integer to control which POSIX49 functionality is made available. The greater the value of this macro,52 If you define this macro to a value greater than or equal to @code{1},56 If you define this macro to a value greater than or equal to @code{2},60 If you define this macro to a value greater than or equal to @code{199309L},64 If you define this macro to a value greater than or equal to68 If you define this macro to a value greater than or equal to[all …]
12 of this license document, but changing it is not allowed.19 The purpose of this License is to make a manual, textbook, or other23 Secondarily, this License preserves for the author and publisher a way32 We have designed this License in order to use it for manuals for free35 software does. But this License is not limited to software manuals;37 whether it is published as a printed book. We recommend this License45 distributed under the terms of this License. Such a notice grants a70 that says that the Document is released under this License. If a78 the Document is released under this License. A Front-Cover Text may109 this License requires to appear in the title page. For works in[all …]
12 of this license document, but changing it is not allowed.29 it too, but we suggest you first think carefully about whether this36 for this service if you wish); that you receive source code or can get55 library, and (2) we offer you this license, which gives you legal70 consistent with the full freedom of use specified in this license.76 this license for certain libraries in order to permit linking those87 We call this license the @dfn{Lesser} General Public License because it97 a de-facto standard. To achieve this, non-free programs must be99 library does the same job as widely used non-free libraries. In this127 authorized party saying it may be distributed under the terms of this[all …]
9 correctly in the local environment. Traditionally, this was done by15 @Theglibc{} contains a cleaner solution to this problem. It is17 @w{Solaris 2}. @Theglibc{} follows their name and calls this27 * NSS Basics:: What is this NSS good for.118 this reason there is the file @file{/etc/nsswitch.conf}. For each119 database, this file contains a specification of how the lookup process should120 work. The file could look like this:163 this service is implemented in a module called @file{libnss_@var{name}}.164 On a system supporting shared libraries this is in fact a shared library173 to store their own configuration for similar purposes. Examples of this[all …]
23 functions is defined in the X/Open standard but this is derived from42 The two approaches mainly differ in the implementation of this last116 this loaded catalog.121 succeeded this does not mean that all messages can be translated.126 catalog files. All this can be specified by the user by setting some137 a value which describes her/his choice. Since this value must be usable148 observe are the format string, @code{%L} and @code{%N} in this case.160 selected locale for translating messages. How this is determined is167 @code{@var{lang}[_@var{terr}[.@var{codeset}]]} and this format uses the183 does this just like it works for @code{printf}.[all …]
19 use this facility, your program must include the header file25 If the value of this variable is nonzero, then @code{getopt} prints an28 the default behavior. If you set this variable to zero, @code{getopt}37 this variable. You can use this for providing your own diagnostic45 all of the option arguments, you can use this variable to determine47 this variable is @code{1}.83 characters that are valid for this program. An option character in this86 (@samp{::}), its argument is optional; this is a GNU extension.97 written to expect this.100 If the @var{options} argument string begins with a hyphen (@samp{-}), this[all …]
14 limitations of this approach became more apparent as more people36 character sets with ratios of 2:1 or 4:1. The remainder of this69 As shown in some other part of this manual,80 assigned, but the assignment of more specialized characters outside this96 this reason the @w{ISO C} standard introduces a new type that is104 In other words, arrays of objects of this type are the equivalent of110 this type is capable of storing all elements of the basic character set.128 contain a single wide character. As the name suggests this type is the216 character sets can be used for this external encoding (information that254 character sets using this policy are the various EUC character sets[all …]
10 modified in different ways. The current default method to do this is via120 Setting this tunable to a non-zero value less than 4 enables a special (less146 The default value of this tunable is @samp{0}.154 on some low order bits of this tunable when they are allocated (except when156 uninitialized or freed heap memory. Note that this option does not guarantee160 The default value of this tunable is @samp{0}.167 When this tunable is set, all chunks larger than this value in bytes are170 on @code{free}. Note that requests smaller than this threshold might still be173 If this tunable is not set, the default value is set to @samp{131072} bytes and183 The value of this tunable is the minimum size (in bytes) of the top-most,[all …]
11 Most of the functions in this chapter operate on file descriptors.36 The functions described in this chapter only work on files that42 Prototypes for the functions in this section are declared in the header101 @code{errno} error conditions are defined for this function:124 Many of the remaining functions in this section refer to the input and190 Most programs use canonical input mode, because this gives the user a210 terminal device itself, which are discussed in this section.284 The value of this macro is the number of elements in the @code{c_cc}303 defined for this function:334 You should usually use this option when changing parameters that affect[all …]
10 Among the facilities described in this chapter are functions for49 @code{cd}. The functions described in this section are the primitives61 @c If buffer is NULL, this function calls malloc and realloc, and, in84 The @glibcadj{} version of this function also permits you to specify a92 The following @code{errno} error conditions are defined for this function:145 there is no limit to the size of a file name, so this is not147 this function is deprecated.154 @c Besides getcwd, which this function calls as a fallback, it calls176 error conditions defined for this function are the usual file name189 @code{errno} error conditions are defined for this function:[all …]
5 The functions and macros listed in this chapter give information about44 and this should not require recompiling application programs.69 with the same real user ID at any one time. In BSD and GNU, this is78 can have open simultaneously. In BSD and GNU, this is controlled102 The value of this macro is actually a lower bound for the maximum. That112 Effectively, this is the limit on the number of bytes that can be read115 This macro is defined in all POSIX systems because this limit is never124 The value of this macro is actually a lower bound for the maximum. That147 this section, together with the function @code{sysconf}. The macros are156 If this symbol is defined, it indicates that the system supports job[all …]
97 this array, in bytes. Note that this is @emph{not} the DNS hostname.98 If the system participates in the DNS, this is the FQDN (see above).103 @code{errno} error condition is defined for this function:113 But you can't count on this to exist, so it is cleaner to handle129 privileged processes are permitted to do this.140 The following @code{errno} error condition is defined for this function:156 on which it is called. Note that this is not the more popular DNS159 The specifics of this function are analogous to @code{gethostname}, above.171 on which it is called. Note that this is not the more popular DNS174 The specifics of this function are analogous to @code{sethostname}, above.[all …]
74 (The C library doesn't yet help you implement this.)85 output in the user's favorite language is to program this more or less177 this environment variable overwrites all selections by the other182 If this environment variable is defined, its value specifies the locale193 German, and if this also fails to use English. This is195 this GNU extension see @ref{Using gettextized software}.221 The symbols in this section are defined in the header file @file{locale.h}.227 @c ought to be MT-Safe, so we're ruling out the use of this function358 If @var{category} is @code{LC_ALL}, this specifies the locale for all362 You can also use this function to find out the current locale by passing[all …]
52 the call to @code{setjmp}, but if an exit is later made to this return114 @code{longjmp} is later used to perform a non-local exit to this124 @c plugins may be unsafe themselves, but even if they weren't, this178 from @code{setjmp}, this is intended as a safety net against accidental203 The facilities in this section are declared in the header file222 @code{siglongjmp} is later performed with this @var{state}.230 argument. If the @code{sigsetjmp} call that set this @var{state} used a240 discussed in this chapter so far. These functions were part of the241 original @w{System V} API and by this route were added to the Unix244 is available on provide this interface. Use @file{configure} to[all …]
20 purposes of this manual, which corresponds to a common definition in the26 Writing the program is what this manual is all about. This chapter61 program, like this:80 first element; the value of @var{argc} counts this element. A null82 is this null pointer.96 allow this three-argument form, so to be portable it is best to write143 non-option arguments. They do this by reordering the elements of the216 For this case some programs use suboptions. One of the most prominent219 programming of code like this the function @code{getsubopt} is245 @var{valuep} is set to the null pointer. By doing this the caller can[all …]
28 @c On HURD, this calls task_info 3 times. On UNIX, it's a syscall.173 32-bit system this function is in fact @code{getrlimit64}. Thus, the187 32-bit machine, this function is available under the name213 32-bit system this function is in fact @code{setrlimit64}. Thus, the227 32-bit machine this function is available under the name273 longer than this, it gets a signal: @code{SIGXCPU}. The value is285 to allocate data memory beyond this amount, the allocation function291 its stack past this size, it gets a @code{SIGSEGV} signal.296 The maximum size core file that this process can create. If the process297 terminates and would dump a core file larger than this, then no core[all …]
7 of this license document, but changing it is not allowed.24 this service if you wish), that you receive source code or can get it40 (2) offer you this license which gives you legal permission to copy,44 that everyone understands that there is no warranty for this free53 program proprietary. To prevent this, we have made it clear that any64 under the terms of this General Public License. The "Program", below,73 covered by this License; they are outside its scope. The act of83 notices that refer to this License and to the absence of any warranty;84 and give any other recipients of the Program a copy of this License101 parties under the terms of this License.[all …]
5 binary distributions of the code, so be sure to include this file along20 notice, this list of conditions and the following disclaimer.22 notice, this list of conditions and the following disclaimer in the26 may be used to endorse or promote products derived from this software47 Permission to use, copy, modify, and distribute this software for any49 copyright notice and this permission notice appear in all copies, and67 Permission to use, copy, modify, and distribute this software for any69 copyright notice and this permission notice appear in all copies.90 notice, this list of conditions and the following disclaimer.92 copyright notice, this list of conditions and the following[all …]
68 normally look in '/usr/include' for them, but if you specify this73 Conflicts can occasionally happen in this case. You can also use74 this option if you want to compile the GNU C Library with a newer86 ones the C compiler would default to. You can use this option if104 automatically use the appropriate flags, but this option can be110 that the objects in 'libc_nonshared.a' are compiled with this flag111 (although this will not affect the generated code in this164 When the GNU C Library is built with this option then the resulting170 At present only AArch64 platforms with MTE provide this178 use this option if you don't plan to do profiling.[all …]
26 #define called_from(this, saved) ((this) < (saved)) argument28 #define called_from(this, saved) ((this) > (saved)) argument
5 # distribute this software, either in source code form or as a compiled10 # of this software dedicate any and all copyright interest in the11 # software to the public domain. We make this dedication for the benefit13 # successors. We intend this dedication to be an overt act of14 # relinquishment in perpetuity of all present and future rights to this
5 This source code in this directory is currently based on Intel libm16 changes into future releases of libm, so this patching step can29 At this point, you should be able to build glibc in the usual fashion.30 We assume you do this in directory $OBJ. Once the build has39 There should be no (unexpected) errors reported by this script.
2 # See Makefile in this directory for the rule that builds this.3 # We must define this variable earlier than sysdeps Makefiles are included.