Searched refs:yaffs_strncmp (Results 1 - 4 of 4) 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
H A Dyaffs_nameval.c40 if (!yaffs_strncmp((YCHAR *) (xb + pos + sizeof(int)),
H A Dyaffsfs.c1449 else if (yaffs_strncmp(name, _Y("."), 2) == 0)
1539 yaffs_strncmp(oldname, _Y("."), 2) == 0) {
H A Dyaffs_guts.c4355 if (!yaffs_strncmp(name, buffer, YAFFS_MAX_NAME_LENGTH))

Completed in 97 milliseconds