HomeSort by: relevance | last modified time | path
    Searched refs:topdir (Results 1 - 3 of 3) 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/tests/fs/tmpfs/
t_dots.sh 28 atf_test_case topdir
65 atf_add_test_case topdir
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 105 static char topdir[MAXPATHLEN]; variable in typeref:typename:char[]
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));

Completed in 97 milliseconds