Home
last modified time | relevance | path

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

/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.h1654 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")))