HomeSort by relevance Sort by last modified time
    Searched full:ext2_match_entry (Results 1 - 1 of 1) sorted by null

  /external/syslinux/core/fs/ext2/
ext2.c 57 * Unlike strncmp, ext2_match_entry returns 1 for success, 0 for failure.
59 static inline bool ext2_match_entry(const char *name, size_t len, function
111 if (ext2_match_entry(dname, dname_len, de))

Completed in 527 milliseconds