Searched refs:symlink (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/xsrc/external/mit/imake/dist/
H A Dcleanlinks16 echo $i is a dangling symlink, removing
/xsrc/external/mit/xedit/dist/
H A Drealpath.c41 * Find the real name of path, by removing all ".", ".." and symlink
53 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local in function:realpath
161 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
164 symlink[slen] = '\0';
165 if (symlink[0] == '/') {
178 * append them to symlink. The result is placed
182 if (symlink[slen - 1] != '/') {
183 if (slen + 1 >= sizeof(symlink)) {
187 symlink[sle
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dlink_confs.py37 os.symlink(os.path.relpath(src, start=args.confpath), dst)
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dinstall_megadrivers.py68 os.symlink(driver, name)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dinstall_megadrivers.py68 os.symlink(driver, name)
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dgallium.py48 def symlink(target, source, env): function
53 os.symlink(os.path.basename(source), target)
80 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D10-tmpdirs.cpp55 # if $dir exists and is a symlink (ie protect against a race
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.3.rst37 - install_megadrivers.py creates new dangling symlink [bisected]
H A D7.10.3.rst211 - darwin: Fix VG_LIB_GLOB to also match the unversioned symlink
/xsrc/external/mit/lndir/dist/
H A Dlndir.c283 /* see if the file in the base tree was a symlink */
356 if (symlink (sympath, dp->d_name) < 0)
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-prefix.m4174 dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
185 dnl symlink is missing, so we set acl_libdirstem2 too.
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-d1f48f11.c210 if (symlink ("../conf.avail/00-foo.conf", link) != 0)
/xsrc/external/mit/xterm/dist/package/debian/
H A Drules60 --without-xterm-symlink \
/xsrc/external/mit/xterm/dist/package/freebsd/
H A DMakefile90 CONFIGURE_ARGS+= --program-suffix=${PKGNAMESUFFIX} --with-app-class=${PKG_CLASS} --without-xterm-symlink
/xsrc/external/mit/MesaLib/dist/docs/
H A Dfaq.rst173 a symlink to ``libGL.so.1``
175 a symlink to ``libGL.so.1.xyz``
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4442 # symlink; some systems play weird games with the mod time of symlinks
443 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4857 # symlink; some systems play weird games with the mod time of symlinks
858 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m4854 # symlink; some systems play weird games with the mod time of symlinks
855 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in169 AC_ARG_WITH(xterm-symlink,
170 [[ --with-xterm-symlink[=XXX] make symbolic link to installed xterm]],
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m41135 # symlink; some systems play weird games with the mod time of symlinks
1136 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/fontconfig/dist/
H A Daclocal.m41201 # symlink; some systems play weird games with the mod time of symlinks
1202 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/xsetmode/dist/
H A Daclocal.m4244 # symlink; some systems play weird games with the mod time of symlinks
245 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/xsetpointer/dist/
H A Daclocal.m41210 # symlink; some systems play weird games with the mod time of symlinks
1211 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Daclocal.m4777 # symlink; some systems play weird games with the mod time of symlinks
778 # (eg FreeBSD returns the mod time of the symlink's containing
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcxml.c2629 symlink ((const char *)userdir, (const char *)filename) != 0)
2647 symlink ((const char *)userconf, (const char *)filename) != 0)

Completed in 29 milliseconds

1234567891011>>