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; local
298 thisdir = listhead->dl_next;
300 while (thisdir != listhead) {
301 (void) fprintf(dbfp, "\t%s\n", thisdir->dl_dirname);
302 thisdir = thisdir->dl_next;
307 thisdir = listhead;
344 activeDir = startdir = thisdir;
655 spacecheck(dirlist_t *thisdir, int test_limit, size_t next_buf_size) argument
665 assert(thisdir !
[all...]

Completed in 54 milliseconds