Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dnamei.c104 const char *thisname; in dir_namei() local
115 thisname = pathname; in dir_namei()
123 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode); in dir_namei()
129 *name = thisname; in dir_namei()
/third_party/glib/glib/pcre/
Dpcre_compile.c1446 const pcre_uchar *thisname; in find_parens_sub() local
1451 thisname = ptr; in find_parens_sub()
1453 if (name != NULL && lorn == ptr - thisname && in find_parens_sub()
1454 STRNCMP_UC_UC(name, thisname, lorn) == 0) in find_parens_sub()