/glibc-2.36/debug/ |
D | realpath_chk.c | 25 __realpath_chk (const char *buf, char *resolved, size_t resolvedlen) in __realpath_chk() argument 31 return __realpath (buf, resolved); in __realpath_chk() 40 return __realpath (buf, resolved); in __realpath_chk() 52 memcpy (resolved, res, actlen); in __realpath_chk() 54 res = resolved; in __realpath_chk()
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 189 realpath_stk (const char *name, char *resolved, struct realpath_bufs *bufs) in realpath_stk() argument 388 if (resolved != NULL) in realpath_stk() 395 strcpy (resolved, rname); in realpath_stk() 399 return resolved; in realpath_stk() 426 __realpath (const char *name, char *resolved) in __realpath() argument 432 char *result = realpath_stk (name, resolved, &bufs); in __realpath() 446 __old_realpath (const char *name, char *resolved) in __old_realpath() argument 448 if (resolved == NULL) in __old_realpath() 454 return __realpath (name, resolved); in __old_realpath()
|
D | tst-canon-bz26341.c | 87 char *resolved = stack + stack_size - thread_usage + 1024; in do_realpath() local 89 char *p = realpath (linkname, resolved); in do_realpath() 91 TEST_COMPARE_BLOB (resolved, filenamelen, filename, filenamelen); in do_realpath()
|
D | test-canon.c | 53 const char * in, * out, * resolved; member 179 && !check_path (buf, tests[i].out ? tests[i].out : tests[i].resolved)) in do_test() 182 argv[0], i, tests[i].out ? tests[i].out : tests[i].resolved, in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-pidfd.c | 155 char *resolved = xreadlink (path); in do_test() local 156 TEST_COMPARE_STRING (resolved, REMOTE_PATH); in do_test()
|
/glibc-2.36/posix/ |
D | tst-spawn5.c | 116 char *resolved = xreadlink (path); in handle_restart() local 117 FAIL_EXIT1 ("unexpected open file descriptor %ld: %s", fd, resolved); in handle_restart()
|
/glibc-2.36/manual/ |
D | libc.texinfo | 32 @c resolved how to keep them in sync with the master sources of the
|
D | io.texi | 349 Too many symbolic links were resolved while trying to look up the file 351 that may be resolved in looking up a single file name, as a primitive
|
D | ctype.texi | 325 @c locale changes. Ideally we'd explicitly save the resolved
|
D | filesys.texi | 1254 pathnames is not absolute, it is resolved relative to the corresponding 1464 @deftypefun {char *} realpath (const char *restrict @var{name}, char *restrict @var{resolved}) 1469 A call to @code{realpath} where the @var{resolved} parameter is 1472 it. If @var{resolved} is not @code{NULL} it points to a buffer into 1480 One other difference is that the buffer @var{resolved} (if nonzero) will
|
D | intro.texi | 423 just calls those already-resolved functions, the former will be marked 836 cause relative pathnames to be resolved in unexpected ways in other
|
D | argp.texi | 893 option with the same name, the parser conflicts are resolved in favor of
|
D | locale.texi | 531 with a slash @samp{/}, it is resolved as an absolute path. However,
|
/glibc-2.36/ |
D | NEWS | 88 The following bugs are resolved with this release: 109 [28815] libc: realpath should not copy to resolved buffer on error 144 [28996] libc: realpath fails to copy partial result to resolved buffer 394 The following bugs are resolved with this release: 734 The following bugs are resolved with this release: 990 The following bugs are resolved with this release: 1293 The following bugs are resolved with this release: 1553 The following bugs are resolved with this release: 1745 The following bugs are resolved with this release: 1970 The following bugs are resolved with this release: [all …]
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | dl-trampoline.h | 271 basr %r14,%r1 # call resolved function
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | dl-trampoline.h | 275 basr %r14,%r1 # call resolved function
|
/glibc-2.36/timezone/ |
D | northamerica | 468 # resolved that the City of Unalaska hereby goes to Alaska Standard
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 6088 link file use the real file name, not the resolved name we got by 15987 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
|
D | ChangeLog.11 | 10144 of the symbol being resolved to input argument list and make the
|
D | ChangeLog.18 | 70918 tail-call to the resolved function if pltexit isn't needed. 71195 (_dl_runtime_profile): Do a tail-call to the resolved function. 95023 resolved.
|