Home
last modified time | relevance | path

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

/external/grub/stage2/
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()
Dfsys_ext2fs.c506 int str_chk = 0; /* used to hold the results of a string compare */ in ext2fs_dir() local
765 str_chk = substring (dirname, dp->name); in ext2fs_dir()
769 && (!*dirname || str_chk <= 0)) in ext2fs_dir()
781 while (!dp->inode || (str_chk || (print_possibilities && ch != '/'))); in ext2fs_dir()