Home
last modified time | relevance | path

Searched defs:yaffs_strncmp (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/fs/yaffs2/
Dydirectenv.h43 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c) macro
46 #define yaffs_strncmp(a, b, c) strncmp(a, b, c) macro