Home
last modified time | relevance | path

Searched refs:thisdir (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'`
36 test "X$thisdir" = "X$0" && thisdir=.
40 if test -f $thisdir/../stage2/stage2; then
41 grub_shell="$thisdir/../grub/grub"
42 stage1dir="$thisdir/../stage1"
43 stage2dir="$thisdir/../stage2"
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c263 dirlist_t *thisdir; in loadauditlist() local
298 thisdir = listhead->dl_next; in loadauditlist()
300 while (thisdir != listhead) { in loadauditlist()
301 (void) fprintf(dbfp, "\t%s\n", thisdir->dl_dirname); in loadauditlist()
302 thisdir = thisdir->dl_next; in loadauditlist()
307 thisdir = listhead; in loadauditlist()
344 activeDir = startdir = thisdir; in loadauditlist()
655 spacecheck(dirlist_t *thisdir, int test_limit, size_t next_buf_size) in spacecheck() argument
665 assert(thisdir != NULL); in spacecheck()
667 if (statvfs(thisdir->dl_dirname, &sb) < 0) { in spacecheck()
[all …]