Searched refs:thisdir (Results 1 – 2 of 2) sorted by relevance
35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'`36 test "X$thisdir" = "X$0" && thisdir=.40 if test -f $thisdir/../stage2/stage2; then41 grub_shell="$thisdir/../grub/grub"42 stage1dir="$thisdir/../stage1"43 stage2dir="$thisdir/../stage2"
263 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 ! in spacecheck() [all...]