Searched refs:strncmp (Results 1 – 6 of 6) sorted by relevance
| /include/ |
| D | string.h | 15 int strncmp(const char *s1, const char *s2, size_t len);
|
| /sys/kern/ |
| D | libc.c | 90 strncmp(const char *s1, const char *s2, size_t len) in strncmp() function
|
| D | syscall.c | 289 if (strncmp("/dev/", path, 5) == 0) { in Syscall_Open()
|
| /lib/libc/ |
| D | string.c | 91 strncmp(const char *s1, const char *s2, size_t len) in strncmp() function
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 668 if (strncmp((char *)&dirEntry.magic[0], BDIR_MAGIC, sizeof(dirEntry.magic)) != 0) { in O2FS_ReadDir()
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 975 if (strncmp(snmp_publiccommunity, (const char*)m_stat->community, SNMP_COMMUNITY_STR_LEN) != 0) in snmp_pdu_header_check()
|