Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 14 of 14) sorted by relevance

/bin/shell/
Dshell.c128 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/
Dsysctl.c85 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/
Dnewfs_o2fs.c84 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/
Dsysctl.c50 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()
Ddebug.c278 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()
Dlibc.c80 strcmp(const char *s1, const char *s2) in strcmp() function
Dsyscall.c290 if (strcmp("/dev/console", path) == 0) { in Syscall_Open()
/include/
Dstring.h12 int strcmp(const char *s1, const char *s2);
/lib/liblwip/src/core/
Ddns.c353 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/
Dstring.c81 strcmp(const char *s1, const char *s2) in strcmp() function
/sys/fs/o2fs/
Do2fs.c442 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/
Dauth.c1086 if(!client || !client[0] || strcmp(client, ppp_settings.user)) { in get_secret()
/sys/amd64/
Ddisasm.c1394 if (strcmp(i_name, "cwde") == 0) in db_disasm()
1396 else if (strcmp(i_name, "cmpxchg8b") == 0) in db_disasm()
/lib/liblwip/src/api/
Dapi_msg.c1530 LWIP_ASSERT("DNS response for wrong host name", strcmp(msg->name, name) == 0);