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

/u-boot/fs/yaffs2/
H A Dydirectenv.h42 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c) macro
45 #define yaffs_strncmp(a, b, c) strncmp(a, b, c) macro

Completed in 30 milliseconds