Searched refs:cur2 (Results 1 – 2 of 2) sorted by relevance
/fs/unicode/ |
D | utf8-core.c | 26 struct utf8cursor cur1, cur2; in utf8_strncmp() local 32 if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) in utf8_strncmp() 37 c2 = utf8byte(&cur2); in utf8_strncmp() 53 struct utf8cursor cur1, cur2; in utf8_strncasecmp() local 59 if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) in utf8_strncasecmp() 64 c2 = utf8byte(&cur2); in utf8_strncasecmp()
|
/fs/btrfs/ |
D | send.c | 3813 struct recorded_ref *cur2; in process_recorded_refs() local 3890 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs() 3891 if (cur == cur2) in process_recorded_refs() 3893 if (cur2->dir == cur->dir) { in process_recorded_refs()
|