Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 105) sorted by relevance

12345

/glibc-2.36/elf/
Ddl-deps.c126 preload (struct list *known, unsigned int *nlist, struct link_map *map) in preload() argument
128 known[*nlist].done = 0; in preload()
129 known[*nlist].map = map; in preload()
130 known[*nlist].next = &known[*nlist + 1]; in preload()
144 struct list *known = __alloca (sizeof *known * (1 + npreloads + 1)); in _dl_map_object_deps() local
157 preload (known, &nlist, map); in _dl_map_object_deps()
161 preload (known, &nlist, preloads[i]); in _dl_map_object_deps()
164 known[nlist - 1].next = NULL; in _dl_map_object_deps()
167 tail = &known[nlist - 1]; in _dl_map_object_deps()
186 for (runp = known; runp; ) in _dl_map_object_deps()
[all …]
/glibc-2.36/locale/programs/
Drepertoire.c47 static void *known; variable
67 resultp = tfind (&search, &known, &repertoire_compare); in repertoire_read()
327 if (tsearch (result, &known, &repertoire_compare) == NULL) in repertoire_read()
Dld-collate.c2749 struct section_list *known = collate->sections; in collate_read() local
2750 while (known != NULL) in collate_read()
2752 if (strcmp (known->name, arg->val.str.startmb) == 0) in collate_read()
2754 known = known->next; in collate_read()
2757 if (known != NULL) in collate_read()
2769 lr_ignore_rest (ldfile, known == NULL); in collate_read()
/glibc-2.36/posix/
Dposix-envs.def24 KNOWN_PRESENT_ENVIRONMENT, for POSIX environments that are known to
27 KNOWN_ABSENT_ENVIRONMENT, for POSIX environments that are known not
/glibc-2.36/sysdeps/arm/
Dconfigure.ac65 # (it's known to be broken in 2.24 and 2.25; see
Dconfigure225 # (it's known to be broken in 2.24 and 2.25; see
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dconfigure.ac143 # all known configurations. If this changes, the check must be updated.
Dconfigure484 # all known configurations. If this changes, the check must be updated.
/glibc-2.36/
D.clang-format26 # There are some known cases that this doesn't produce the desired
DREADME60 and contains some known errors and omissions; we regret that we do not
DINSTALL327 problem is not already known. *Note Reporting Bugs::, for instructions
509 the newest version of the compiler that is known to work for
689 a number of well known bugs and the central GNU C Library bug tracking
/glibc-2.36/manual/
Dctype.texi333 no property with the given name is known for the current locale
337 The properties known in every locale are:
369 @code{wctype} if the property string is one of the known character
379 @c optimized version because the category has a known offset, but the
732 zero no such mapping is known in the current locale.
Dinstall.texi356 verifying that the problem is not already known. @xref{Reporting Bugs},
550 the newest version of the compiler that is known to work for building
752 describes a number of well known bugs and the central @glibcadj{}
Dsysinfo.texi31 Every Unix system (also known as a host) has a host name, whether it's
64 in which a computer needs to be known. Another name space is the
975 The file system type @var{fstype} is not known to the kernel.
Dcharset.texi74 (also known as UCS for Universal Character Set). Unicode was originally
1052 parameter @var{len} to any specific value. Since it is not known how
2073 known Unix systems and the availability of the conversion functions from
2165 known way, directly or indirectly, to perform the wanted conversion.
2257 containing all the known aliases and another that contains the
2669 general not known which character comes next, one cannot emit escape
2813 the known state before the initial conversion (i.e., if necessary the
2815 executed again). The difference now is that it is known how much input
Dintro.texi135 standards, known more formally as the @dfn{Portable Operating System
459 contexts, there are known ways to avoid the safety problem other than
850 the safety status of the function is known to differ from the specified
913 and 4.4 BSD Unix systems (also known as @dfn{Berkeley Unix}) and from
Dcrypt.texi48 A one-way function is easy to compute, but there is no known way to
/glibc-2.36/localedata/locales/
Dro_RO246 % not widely known nor used
305 % popular form, it is widespread and widely known.
Duk_UA973 % A salutation to not well known person:
979 % A salutation to well known person (but not a friend):
/glibc-2.36/crypt/
DREADME.ufc-crypt2 that are known to be incorrect for the implementation used with the
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsyscall-names.list1 # List of all known Linux system calls.
/glibc-2.36/timezone/
Daustralasia468 # 1886-1891; Baker was similar but exact dates are not known.
1262 # (now properly known as Chuuk) ... is in the time zone GMT+10.''
1281 # For the past two months we've been on what is known as Daylight
1300 # Co-ordinated Universal time minus 8 hours and shall be known
Dasia629 # known exactly, amongst other factors. 2157 is even closer:
1690 # known as the Gaza Strip and the West Bank, was under British rule.
1968 # Within Sri Lanka I think LKT is well known among computer users and
1971 # known by that abbreviation - simply as SLT (there IP domains are
1975 # (that we have not known so far) then it is better that it be used for
/glibc-2.36/po/
Den_GB.po277 msgid "%s is not a known library type"
478 msgid "%s: cannot reorder after %.*s: symbol not known"
785 msgid "%s: section `%.*s' not known"
966 msgid "(PROGRAM ERROR) No version known!?"
2405 msgid "Name or service not known"
3383 "The following list contain all the coded character sets known. This does\n"
4473 msgid "list all known coded character sets"
Dsl.po93 msgid "(PROGRAM ERROR) No version known!?"
732 msgid "%s is not a known library type"
1338 msgid "list all known coded character sets"
1428 "The following list contains all the coded character sets known. This does\n"
2609 msgid "Name or service not known"

12345