HomeSort by relevance Sort by last modified time
    Searched refs:str_chk (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fsys_minix.c 303 int str_chk = 0; /* used ot hold the results of a string local
510 str_chk = substring (dirname, dp->name);
514 && (!*dirname || str_chk <= 0))
526 while (!dp->inode || (str_chk || (print_possibilities && ch != '/')));
fsys_ext2fs.c 506 int str_chk = 0; /* used to hold the results of a string compare */ local
765 str_chk = substring (dirname, dp->name);
769 && (!*dirname || str_chk <= 0))
781 while (!dp->inode || (str_chk || (print_possibilities && ch != '/')));

Completed in 30 milliseconds