/glibc-2.36/elf/ |
D | dl-object.c | 192 char *origin; in _dl_new_object() local 199 cp = origin = (char *) malloc (realname_len); in _dl_new_object() 200 if (origin == NULL) in _dl_new_object() 202 origin = (char *) -1; in _dl_new_object() 212 origin = NULL; in _dl_new_object() 218 new_origin = (char *) realloc (origin, len); in _dl_new_object() 222 origin = new_origin; in _dl_new_object() 224 while ((result = __getcwd (origin, len - realname_len)) == NULL in _dl_new_object() 231 free (origin); in _dl_new_object() 232 origin = (char *) -1; in _dl_new_object() [all …]
|
D | Makefile | 40 dl-origin \ 72 dl-origin \ 114 dl-origin \
|
/glibc-2.36/resolv/ |
D | ns_print.c | 38 static size_t prune_origin(const char *name, const char *origin); 42 const u_char **p, const char *origin, 68 const char *name_ctx, const char *origin, in ns_sprintrr() argument 76 name_ctx, origin, buf, buflen); in ns_sprintrr() 91 const char *name_ctx, const char *origin, in libresolv_hidden_def() 109 len = prune_origin(name, origin); in libresolv_hidden_def() 117 if (((origin == NULL || origin[0] == '\0') || in libresolv_hidden_def() 118 (origin[0] != '.' && origin[1] != '\0' && in libresolv_hidden_def() 155 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in libresolv_hidden_def() 182 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in libresolv_hidden_def() [all …]
|
/glibc-2.36/dlfcn/ |
D | tst-dlinfo.c | 53 char origin[8192]; /* >= PATH_MAX, in theory */ in do_test() local 54 TRY (RTLD_DI_ORIGIN, origin) in do_test() 56 printf ("origin: %s\n", origin); in do_test()
|
/glibc-2.36/scripts/ |
D | backport-support.sh | 53 branch=origin/master
|
/glibc-2.36/posix/rxspencer/ |
D | COPYRIGHT | 12 2. The origin of this software must not be misrepresented, either by
|
/glibc-2.36/ |
D | Rules | 51 ifneq "$(findstring env,$(origin headers))" "" 55 ifneq "$(findstring env,$(origin generated))" "" 59 ifneq "$(findstring env,$(origin common-generated))" ""
|
D | Makeconfig | 28 ifneq "$(origin +included-Makeconfig)" "file" 114 ifeq ($(origin prefix),undefined) # ifndef would override explicit empty value. 130 ifeq ($(origin exec_prefix),undefined) 156 ifeq ($(origin libprefix),undefined) 314 ifeq ($(origin CC),default)
|
D | LICENSES | 315 2. The origin of this software must not be misrepresented, either by 337 2. The origin of this software must not be misrepresented, either by
|
D | Makerules | 42 ifneq "$(findstring env,$(origin sources))" "" 943 ifeq ($(origin prefix),command line) 948 ifeq ($(origin exec_prefix),command line)
|
D | CONTRIBUTED-BY | 162 elf/dl-origin.c: 9300 sysdeps/unix/sysv/linux/dl-origin.c: 9321 sysdeps/unix/sysv/linux/generic/dl-origin.c:
|
/glibc-2.36/mach/ |
D | Machrules | 38 # including Rules, which changes the origin. 39 ifneq "$(findstring env,$(origin generated))" ""
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-linux-generic | 135 * sysdeps/unix/sysv/linux/generic/dl-origin.c: New file.
|
D | ChangeLog.9 | 5809 origin entry based on empty realname. Handle file in root directory 5814 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly. 5815 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise. 5967 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused 6021 * elf/Makefile (distribute): Add dl-origin.h. 6022 * sysdeps/generic/dl-origin.h: New file. 6023 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
|
D | ChangeLog.4 | 1941 * time/strftime.c: Make %j value 1-origin instead of 0-origin.
|
D | ChangeLog.13 | 2245 * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix 9152 * elf/Makefile (dl-routines): Add dl-origin. 9153 (elide-routines.os): Add dl-origin. 9173 * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before 9175 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise. 10380 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the 10584 * sysdeps/generic/dl-origin: Likewise. 10665 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
|
D | ChangeLog.10 | 10935 * elf/Makefile (distribute): Remove dl-origin.h. 11151 * elf/Makefile (routines): Add dl-origin. 11172 * sysdeps/generic/dl-origin.h: Moved to... 11173 * sysdeps/generic/dl-origin.c: ...here. 11174 * sysdeps/unix/sysv/linux/dl-origin.h: Moved to... 11175 * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
|
D | ChangeLog.2 | 604 * mach/errsystems.awk: The array that split creates is origin 1, 605 not origin 0; fixed loop to match.
|
D | ChangeLog.1 | 1836 * Makeconfig (CC): Define unless origin is default.
|
D | ChangeLog.17 | 5952 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all 6088 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot 6279 * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning. 6388 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
|
/glibc-2.36/posix/ |
D | PCRE.tests | 26 # 2. The origin of this software must not be misrepresented, either by
|
/glibc-2.36/manual/ |
D | math.texi | 397 @code{atan2} returns the signed angle between the line from the origin 716 of the point (@var{x}, @var{y}) from the origin. Using this function
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 740 dl-origin.c 2434 dl-origin.c 12082 dl-origin.c
|
D | filelist#en_US.UTF-8 | 740 dl-origin.c 2434 dl-origin.c 12082 dl-origin.c
|
/glibc-2.36/timezone/ |
D | northamerica | 27 # but in 1872-05 he moved the proposed origin to Greenwich.
|