HomeSort by: relevance | last modified time | path
    Searched refs:symlink (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/imake/dist/
cleanlinks 16 echo $i is a dangling symlink, removing
  /xsrc/external/mit/xedit/dist/
realpath.c 41 * Find the real name of path, by removing all ".", ".." and symlink
53 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
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[slen] = '/'
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/
.gitignore 43 symlink-tree
  /xsrc/external/mit/xf86-video-xgi/dist/
.gitignore 43 symlink-tree
ltmain.sh 2065 # the symlink we replace! Solaris /bin/ln does not understand -f,
3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
6725 potlib="$potent_lib" # see symlink-check above in file_magic test
  /xsrc/external/mit/fontconfig/dist/conf.d/
link_confs.py 37 os.symlink(os.path.relpath(src, start=args.confpath), dst)
42 # Symlink privileges are not available
  /xsrc/external/mit/MesaLib/dist/bin/
install_megadrivers.py 68 os.symlink(driver, name)
  /xsrc/external/mit/MesaLib.old/dist/bin/
install_megadrivers.py 68 os.symlink(driver, name)
  /xsrc/external/mit/MesaLib.old/dist/scons/
gallium.py 48 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/fontconfig/dist/test/
test-d1f48f11.c 210 if (symlink ("../conf.avail/00-foo.conf", link) != 0)
  /xsrc/external/mit/lndir/dist/
lndir.c 283 /* see if the file in the base tree was a symlink */
356 if (symlink (sympath, dp->d_name) < 0)
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
10-tmpdirs.cpp 55 # if $dir exists and is a symlink (ie protect against a race
  /xsrc/external/mit/xterm/dist/package/debian/
rules 60 --without-xterm-symlink \
  /xsrc/external/mit/xterm/dist/package/freebsd/
Makefile 90 CONFIGURE_ARGS+= --program-suffix=${PKGNAMESUFFIX} --with-app-class=${PKG_CLASS} --without-xterm-symlink
  /xsrc/external/mit/fontconfig/dist/src/
fcxml.c 2629 symlink ((const char *)userdir, (const char *)filename) != 0)
2647 symlink ((const char *)userconf, (const char *)filename) != 0)
  /xsrc/external/mit/xcb-util/dist/
ltmain.sh 2065 # the symlink we replace! Solaris /bin/ln does not understand -f,
3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
6732 potlib="$potent_lib" # see symlink-check above in file_magic test
  /xsrc/external/mit/xf86-video-intel-old/dist/
ltmain.sh 2065 # the symlink we replace! Solaris /bin/ln does not understand -f,
3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
6732 potlib="$potent_lib" # see symlink-check above in file_magic test
  /xsrc/external/mit/xterm/dist/
configure 717 --with-icon-symlink[=XXX] make symbolic link for icon name (default: xterm)
724 --with-xterm-symlink[=XXX] make symbolic link to installed xterm
8039 echo "$as_me:8039: checking for icon symlink to use" >&5
8040 echo $ECHO_N "checking for icon symlink to use... $ECHO_C" >&6
8042 # Check whether --with-icon-symlink or --without-icon-symlink was given.
8681 # Check whether --with-xterm-symlink or --without-xterm-symlink was given.
9442 # Check X11 before X11Rn because it is often a symlink to the current release.

Completed in 98 milliseconds