Home
last modified time | relevance | path

Searched refs:badstr (Results 1 – 4 of 4) sorted by relevance

/external/fsck_msdos/
Dcheck.c138 char freestr[7], badstr[7]; in checkfilesys() local
143 humanize_number(badstr, sizeof(badstr), badbytes, "", in checkfilesys()
148 badstr, boot.NumBad); in checkfilesys()
/external/e2fsprogs/lib/ext2fs/
Dread_bb_file.c38 char *badstr, in ext2fs_read_bb_FILE2() argument
83 char *badstr EXT2FS_ATTR((unused)), in call_compat_invalid()
Dext2fs.h1687 char *badstr,
/external/python/cpython2/Lib/test/
Dtest_builtin.py479 class badstr(str): class
482 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
504 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))