Searched refs:nshort (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.h20 const uchar nshort[11], int encoding);
24 status_t munge_short_name2(uchar nshort[11], int encoding);
25 status_t munge_short_name1(uchar nshort[11], int iteration, int encoding);
27 uint32 unilen, uchar nshort[11], int *encoding);
H A Ddir.cpp573 const char nshort[11], const char *nlong, uint32 len, uint32 *ns,
603 if (!memcmp(nshort, device_names[i], 8))
695 hash = hash_msdos_name(nshort);
720 memcpy(buffer, nshort, 11);
819 unsigned char nlong[512], nshort[11]; local
852 error = generate_short_name((uchar *)name, nlong, len, nshort, &encoding);
863 memcpy(tshort, nshort, 11);
865 if (requires_munged_short_name((uchar *)name, nshort, encoding))
868 error = find_short_name(vol, dir, nshort);
872 memcpy(nshort, tshor
572 _create_dir_entry_(nspace *vol, vnode *dir, struct _entry_info_ *info, const char nshort[11], const char *nlong, uint32 len, uint32 *ns, uint32 *ne) argument
[all...]
H A Dencodings.cpp1216 status_t munge_short_name_english(uchar nshort[11], uint64 value) argument
1231 while ((nshort[i] == ' ') && (i > 0)) i--;
1234 memcpy(nshort + i, buffer, len);
1240 status_t munge_short_name_sjis(uchar nshort[11], uint64 value) argument
1255 if (nshort[i] == ' ') break;
1256 if (is_initial_sjis_byte(nshort[i])) i++;
1259 memcpy(nshort + last, buffer, len);
1260 memset(nshort + last + len, ' ', 8 - (last + len));
1265 status_t munge_short_name2(uchar nshort[11], int encoding) argument
1276 return munge_short_name_english(nshort, valu
1283 munge_short_name1(uchar nshort[11], int iteration, int encoding) argument
1307 generate_short_name_msdos(const uchar *utf8, const uint16 *uni, uint32 unilen, uchar nshort[11]) argument
1387 generate_short_name_sjis(const uchar *utf8, const uint16 *uni, uint32 unilen, uchar nshort[11]) argument
1464 generate_short_name(const uchar *name, const uchar *uni, uint32 unilen, uchar nshort[11], int *encoding) argument
1535 requires_munged_short_name(const uchar *utf8name, const uchar nshort[11], int encoding) argument
1592 char nshort[11]; local
[all...]

Completed in 90 milliseconds