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

/osnet-11/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"
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c298 dirlist_t *thisdir; local
332 thisdir = listhead->dl_next;
334 while (thisdir != listhead) {
336 "\t%s\n", thisdir->dl_dirname);
337 thisdir = thisdir->dl_next;
342 thisdir = listhead;
380 ctrl->startdir = thisdir;
381 ctrl->activeDir = thisdir;
690 spacecheck(dirlist_t *thisdir, in argument
[all...]

Completed in 22 milliseconds