Searched refs:always (Results 1 – 25 of 143) sorted by relevance
123456
/glibc-2.36/hurd/ |
D | Versions | 106 # These always existed as inlines but the real functions were not exported. 128 # These always existed as inlines but the real functions were not exported.
|
/glibc-2.36/time/ |
D | tzset.c | 66 static void tzset_internal (int always); 367 tzset_internal (int always) in tzset_internal() argument 372 if (is_initialized && !always) in tzset_internal()
|
/glibc-2.36/sysdeps/mips/mips64/ |
D | Versions | 4 # sets, but we always had it.
|
/glibc-2.36/sysdeps/x86_64/ |
D | Versions | 12 # sets, but we always had it.
|
/glibc-2.36/sysdeps/m68k/ |
D | Versions | 10 # sets, but we always had it.
|
/glibc-2.36/sysdeps/loongarch/ |
D | configure.ac | 4 dnl It is always possible to access static and hidden symbols in an
|
/glibc-2.36/sysdeps/ia64/ |
D | Versions | 18 # sets, but we always had it.
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | Versions | 17 # sets, but we always had it.
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | Makeconfig | 6 # GNU libc on the Hurd is always reentrant.
|
/glibc-2.36/nscd/ |
D | nscd.service | 15 Restart=always
|
/glibc-2.36/sysdeps/i386/ |
D | Versions | 35 # sets, but we always had it.
|
/glibc-2.36/mach/ |
D | Versions | 55 # This was always there, but not exported as it should have been.
|
/glibc-2.36/sysdeps/arm/ |
D | memcpy.S | 88 CALGN( sbcsne r4, r3, r2 ) @ C is always set here 240 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
|
D | memmove.S | 104 CALGN( sbcsne r4, ip, r2 ) @ C is always set here 255 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
|
/glibc-2.36/localedata/locales/ |
D | az_AZ | 146 % always accepted as affirmative, and those matching ^[Nn] are 147 % always accepted as negative.”. But that is not quite right, actually
|
/glibc-2.36/elf/ |
D | rtld-debugger-interface.txt | 88 r_debug structure at application startup. init_start always has 95 r_debug structure at application startup. init_complete always
|
/glibc-2.36/ |
D | libc-abis | 8 # Adding new features should always happen by appending new lines. Never
|
/glibc-2.36/scripts/ |
D | install-sh | 143 is_target_a_directory=always
|
D | pylintrc | 136 # Good variable names which should always be accepted, separated by a comma 140 # Bad variable names which should always be refused, separated by a comma
|
/glibc-2.36/intl/ |
D | locale.alias | 25 # Locales should always be specified by their full name.
|
/glibc-2.36/manual/ |
D | string.texi | 71 null byte always represents the null character. A @dfn{multibyte 111 document, the term @dfn{allocated size} is always used to refer to the 166 strings since there is almost always an exact equivalent 203 arrays or blocks of storage, then you should always use the @samp{mem} 269 take string arguments; those arguments are always pointers, not arrays. 837 we don't use @code{strcat} anymore. We always keep track of the length 848 is almost always unnecessary to use @code{strcat}. 865 This function is similar to @code{strcpy} but always copies exactly 888 This function is similar to @code{wcscpy} but always copies exactly 912 This function is similar to @code{strdup} but always copies at most [all …]
|
D | signal.texi | 216 always by the names defined here. This is because the number for a 499 It cannot be handled or ignored, and is therefore always fatal. It is 506 it a @code{SIGKILL} signal will almost always cause it to go away. 589 On @gnusystems{} @code{SIGIO} will always be generated properly 640 This signal is special---it always makes the process continue if it is 643 @code{SIGCONT} always makes the process continue regardless. 700 always causes termination of the process and can't be blocked, handled 701 or ignored. You can ignore @code{SIGCONT}, but it always causes the 1201 To avoid having problems as a result, always use @code{sigaction} to 1837 function that returns information in the same object, or if it always [all …]
|
D | ipc.texi | 58 @c Function does nothing and is therefore always safe.
|
D | lang.texi | 304 This is always true in the GNU C compiler. But you might as well call 386 In practice, the GNU C compiler always passes a given set of argument 492 you should always be prepared for the 495 so one should always write something like this if concerned about 555 The result of subtracting two pointers in C is always an integer, but the 890 always be represented as an unsigned quantity. This is only important 911 but not stored in memory because its value is always 1 in a normalized 921 value of the fraction is always strictly less than @code{1}. The
|
D | conf.texi | 95 These limit macros are always defined in @file{limits.h}. 132 should always be defined even if there is no specific imposed limit. 160 always define this symbol. 184 C compiler command, @code{c89}. @Theglibc{} always defines this 214 always defines this as @code{1}, on the assumption that you had to have 228 @code{_POSIX_VERSION} is always defined (in @file{unistd.h}) in any 784 so @samp{sysconf (_SC_XOPEN_CRYPT)} always returns @code{-1}. 1143 number. @strong{This is always the case on @gnuhurdsystems{}.} 1216 can always make up to eight names for a file without running into a
|
123456