Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 19 of 19) sorted by relevance

/glibc-2.36/stdlib/
Dtest-canon.c43 } symlinks[] = { variable
156 for (i = 0; i < (int) (sizeof (symlinks) / sizeof (symlinks[0])); ++i) in do_test()
157 symlink (symlinks[i].value, symlinks[i].name); in do_test()
225 for (i = 0; i < (int) (sizeof (symlinks) / sizeof (symlinks[0])); ++i) in do_test()
226 unlink (symlinks[i].name); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dconfigure140 # If $prefix/include/{net,scsi} are symlinks, make install will
148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symlinks in ${ac_prefix}/include" >&5
149 $as_echo_n "checking for symlinks in ${ac_prefix}/include... " >&6; }
Dconfigure.ac95 # If $prefix/include/{net,scsi} are symlinks, make install will
103 AC_MSG_CHECKING([for symlinks in ${ac_prefix}/include])
/glibc-2.36/
DMakerules1081 # Make symlinks in the build directory, because the versioned names might
DNEWS2786 [866] glob: glob should match dangling symlinks
2966 symlinks") cause "make" segfaults
/glibc-2.36/manual/
Dfilesys.texi1314 The macro @code{MAXSYMLINKS} specifies how many symlinks some function
1429 components nor any repeated path separators (@code{/}) or symlinks. The
1454 More than @code{MAXSYMLINKS} many symlinks have been followed.
/glibc-2.36/ChangeLog.old/
DChangeLog.12467 much hassle for dist. Just made symlinks in posix/ instead.
DChangeLog.91975 * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks
2186 * sysdeps/unix/sysv/linux/configure.in: Test for symlinks in
DChangeLog.152157 readdir results; for symlinks or files of unknown type check using
DChangeLog.146089 following the symlinks.
16733 symlinks.
DChangeLog.248037 …lib: Fix tst-canon-bz26341 when the glibc build current working directory is itself using symlinks.
DChangeLog.610059 Remove alias conversion; we will just use symlinks.
DChangeLog.52124 * Makerules [versioned]: Make symlinks in the build directory, because
DChangeLog.1012501 check for root-owned symlinks and reject them too.
DChangeLog.1313425 * elf/ldconfig.c (search_dir): Remove stale symlinks.
DChangeLog.1722 * elf/ldconfig.c (search_dir): Fix handling of symlinks in chroot.
DChangeLog.710508 * rellns-sh: Rewrite to work also in presence of symlinks.
DChangeLog.1934837 (glob, glob_in_dir): Match symlinks even if they are dangling.
DChangeLog.1895542 of inacessible symlinks. Verify result of symlink before returning it.