Changeset 2d0d637 in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2011-06-21T18:56:31Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61e29a4d
Parents:
9553d7d
Message:

Functions for checking string compatibility with SFN requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    r9553d7d r2d0d637  
    140140extern size_t fat_lfn_copy_part(const uint16_t *, size_t, uint16_t *, size_t *);
    141141extern size_t fat_lfn_copy_entry(const fat_dentry_t *, uint16_t *, size_t *);
     142
    142143extern int utf16_to_str(char *, size_t, const uint16_t *);
    143144extern int str_to_utf16(uint16_t *, size_t, const char *);
     145extern bool fat_lfn_valid_char(uint16_t);
     146extern bool fat_lfn_valid_str(const uint16_t *);
     147extern size_t utf16_length(const uint16_t *);
     148extern bool fat_dentry_is_sfn(const uint16_t *);
    144149
    145150
Note: See TracChangeset for help on using the changeset viewer.