Searched refs:substring (Results 1 – 9 of 9) sorted by relevance
/xen/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 489 if (substring (JOURNAL_DESC_MAGIC, desc.j_magic) in journal_init() 566 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 567 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 568 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount() 580 if (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 581 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 582 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount() 585 if (substring (REISERFS_SUPER_MAGIC_STRING, in reiserfs_mount() 1155 cmp = substring (dirname, filename); in reiserfs_dir() 1214 if ((substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) <= 0 in reiserfs_embed() [all …]
|
/xen/tools/libfsimage/fat/ |
A D | fsys_fat.c | 419 if (substring (dirname, filename) == 0) in fat_dir() 446 if (substring (dirname, filename) <= 0) in fat_dir() 456 if (substring (dirname, filename) == 0) in fat_dir()
|
/xen/tools/libfsimage/common/ |
A D | xenfsimage_grub.h | 55 #define substring fsig_substring macro
|
/xen/tools/libfsimage/ufs/ |
A D | fsys_ufs.c | 258 if (dp->d_ino && substring(name, dp->d_name) == 0) in dlook()
|
/xen/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 880 str_chk = substring (dirname, dp->name); in ext2fs_dir()
|
/xen/tools/libfsimage/xfs/ |
A D | fsys_xfs.c | 596 cmp = (!*dirname) ? -1 : substring (dirname, name); in xfs_dir()
|
/xen/docs/misc/ |
A D | xenstore.txt | 28 initial substring of <child>. (This includes <path> being a child of
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 3152 + if (!substring(".", *dirname)) { 3161 + if (!substring("..", *dirname)) { 3206 + result = substring(*dirname, filename);
|
A D | 99minios | 658 int substring (const char *s1, const char *s2);
|
Completed in 17 milliseconds