Searched refs:name2_len (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 60 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/ |
H A D | unistr.c | 145 * @name2_len: length of second Unicode name to compare 166 const ntfschar *name2, const u32 name2_len, in ntfs_names_full_collate() 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() 165 ntfs_names_full_collate(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_names_full_collate() argument
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | unistr.h | 34 const ntfschar *name2, const u32 name2_len,
|
Completed in 4 milliseconds