Searched refs:strcmp (Results 1 – 14 of 14) sorted by relevance
| /bin/shell/ |
| D | shell.c | 128 if (strcmp(argv[0], "help") == 0) { in DispatchCommand() 130 } else if (strcmp(argv[0], "bkpt") == 0) { in DispatchCommand() 132 } else if (strcmp(argv[0], "exit") == 0) { in DispatchCommand() 134 } else if (strcmp(argv[0], "#") == 0) { in DispatchCommand()
|
| /sbin/sysctl/ |
| D | sysctl.c | 85 if (strcmp(val,"true") == 0) in UpdateVal() 87 else if (strcmp(val,"false") == 0) in UpdateVal() 105 if (argc == 2 && strcmp(argv[1],"-h") == 0) { in main() 110 if (argc == 2 && strcmp(argv[1],"-d") == 0) { in main() 122 if (strcmp(SYSCTLTable[i].path, argv[1]) == 0) { in main()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 84 if (strcmp(tokenString, "") == 0) in GetToken() 86 if (strcmp(tokenString, "DIR") == 0) in GetToken() 88 if (strcmp(tokenString, "END") == 0) in GetToken() 90 if (strcmp(tokenString, "FILE") == 0) in GetToken() 384 if (tok != TOKEN_STRING || strcmp(tokenString, "/") != 0) { in main()
|
| /sys/kern/ |
| D | sysctl.c | 50 if (strcmp(path, SYSCTLTable[i].path) == 0) in SysCtl_Lookup() 176 if (strcmp(argv[2], "0") == 0) { in Debug_SysCtl() 178 } else if (strcmp(argv[2], "1") == 0) { in Debug_SysCtl()
|
| D | debug.c | 278 if (strcmp(argv[0], "continue") == 0) { in Debug_Prompt() 290 if (strcmp(argv[0], cmds[i].name) == 0) in Debug_Prompt() 297 if (strcmp(argv[0], "") == 0) in Debug_Prompt()
|
| D | libc.c | 80 strcmp(const char *s1, const char *s2) in strcmp() function
|
| D | syscall.c | 290 if (strcmp("/dev/console", path) == 0) { in Syscall_Open()
|
| /include/ |
| D | string.h | 12 int strcmp(const char *s1, const char *s2);
|
| /lib/liblwip/src/core/ |
| D | dns.c | 353 if(strcmp(entry->name, hostname) == 0) { in dns_lookup_local() 361 if(strcmp(local_hostlist_static[i].name, hostname) == 0) { in dns_lookup_local() 385 if (((hostname == NULL) || !strcmp(entry->name, hostname)) && in dns_local_removehost() 470 (strcmp(name, dns_table[i].name) == 0)) { in dns_lookup() 949 if (strcmp(hostname, "localhost")==0) { in dns_gethostbyname()
|
| /lib/libc/ |
| D | string.c | 81 strcmp(const char *s1, const char *s2) in strcmp() function
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 442 if (strcmp((char *)dir[e].magic, BDIR_MAGIC) == 0) { in O2FS_Lookup() 445 if (strcmp((char *)dir[e].name, name) == 0) { in O2FS_Lookup()
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 1086 if(!client || !client[0] || strcmp(client, ppp_settings.user)) { in get_secret()
|
| /sys/amd64/ |
| D | disasm.c | 1394 if (strcmp(i_name, "cwde") == 0) in db_disasm() 1396 else if (strcmp(i_name, "cmpxchg8b") == 0) in db_disasm()
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 1530 LWIP_ASSERT("DNS response for wrong host name", strcmp(msg->name, name) == 0);
|