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

  /src/sys/rump/librump/
makerumpif.sh 50 unset TOPDIR
53 TOPDIR=$2
62 if [ -z "${TOPDIR}" ]; then
64 [ `pwd` = '/' ] && boom Could not find rump topdir.
67 TOPDIR="`pwd`"
78 ' ${1} | awk -F\| -v topdir=${TOPDIR} '
105 $1 == "PUBHDR"{pubhdr = topdir "/" $2;print pubhdr;next}
106 $1 == "PRIVHDR"{privhdr = topdir "/" $2;print privhdr;next}
107 $1 == "WRAPPERS"{gencalls = topdir "/" $2;print gencalls;next
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
getsrcs.sh 12 # The optional -topdir option can be used to specify the top LLVM source
20 if test "$1" = "-topdir" ; then
21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
29 ./utils/llvmdo -topdir "$TOPDIR" \
countloc.sh 14 # The script takes one optional option, -topdir, which specifies the top llvm
23 if test "$1" = "-topdir" ; then
24 TOPDIR="$2"
27 TOPDIR=`llvm-config --src-root`
31 if test -d "$TOPDIR" ; then
32 cd $TOPDIR
33 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
llvmgrep 20 if test "$1" = "-topdir" ; then
21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" \
  /src/tests/fs/tmpfs/
t_dots.sh 28 atf_test_case topdir
65 atf_add_test_case topdir
  /src/external/bsd/kyua-cli/dist/bootstrap/
testsuite 2020 topdir=$(pwd)
2022 echo ${topdir}
2084 topdir=$(pwd)
2086 echo ${topdir}
2148 topdir=$(pwd)
2150 echo ${topdir}
2212 topdir=$(pwd)
2214 echo ${topdir}
2301 topdir=$(pwd)
2303 echo ${topdir}
    [all...]
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 105 static char topdir[MAXPATHLEN]; variable
179 case 'D': (void)estrlcpy(topdir, optarg, sizeof(topdir)); break;
363 if (topdir[0] == '\0')
366 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
475 if (topdir[0] == '\0')
478 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
602 if (topdir[0] == '\0')
605 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
am_edit 70 $topdir = cwd(); # The current directory
169 #chdir('$topdir');
239 $printname =~ s/^\Q$topdir\E\///;
1798 $print =~ s/^\Q$topdir\E\\//;
  /src/external/gpl3/gcc.old/dist/gcc/
configure 13403 topdir=`${PWDCMD-pwd}`

Completed in 55 milliseconds