Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c303 int str_chk = 0; /* used ot hold the results of a string in minix_dir() local
510 str_chk = substring (dirname, dp->name); in minix_dir()
514 && (!*dirname || str_chk <= 0)) in minix_dir()
526 while (!dp->inode || (str_chk || (print_possibilities && ch != '/'))); in minix_dir()
H A Dfsys_ext2fs.c554 int str_chk = 0; /* used to hold the results of a string compare */ in ext2fs_dir() local
813 str_chk = substring (dirname, dp->name); in ext2fs_dir()
817 && (!*dirname || str_chk <= 0)) in ext2fs_dir()
829 while (!dp->inode || (str_chk || (print_possibilities && ch != '/'))); in ext2fs_dir()