Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/ucm/
Ducm_regex.c60 size_t name2_len = strlen(name) + 16; in set_variables() local
61 char *name2 = alloca(name2_len); in set_variables()
81 snprintf(name2, name2_len, "%s%u", name, i); in set_variables()
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c166 const ntfschar *name2, const u32 name2_len, in ntfs_names_full_collate() argument
180 cnt = min(name1_len, name2_len); in ntfs_names_full_collate()
208 if (name1_len < name2_len) in ntfs_names_full_collate()
210 if (name1_len > name2_len) in ntfs_names_full_collate()
231 if (name1_len < name2_len) in ntfs_names_full_collate()
233 if (name1_len > name2_len) in ntfs_names_full_collate()
237 if (name1_len < name2_len) in ntfs_names_full_collate()
239 if (name1_len > name2_len) in ntfs_names_full_collate()
/third_party/ntfs-3g/include/ntfs-3g/
Dunistr.h34 const ntfschar *name2, const u32 name2_len,