Lines Matching refs:strncmp
123 if (strncmp(cmd, "add", strlen(cmd)) != 0) in runcmdshell()
136 if (strncmp(cmd, "cd", strlen(cmd)) != 0) in runcmdshell()
151 if (strncmp(cmd, "delete", strlen(cmd)) != 0) in runcmdshell()
164 if (strncmp(cmd, "extract", strlen(cmd)) != 0) in runcmdshell()
177 if (strncmp(cmd, "help", strlen(cmd)) != 0) in runcmdshell()
203 if (strncmp(cmd, "ls", strlen(cmd)) != 0) in runcmdshell()
211 if (strncmp(cmd, "pwd", strlen(cmd)) != 0) in runcmdshell()
222 if (strncmp(cmd, "quit", strlen(cmd)) != 0) in runcmdshell()
226 if (strncmp(cmd, "xit", strlen(cmd)) != 0) in runcmdshell()
233 if (strncmp(cmd, "verbose", strlen(cmd)) != 0) in runcmdshell()
247 if (strncmp(cmd, "setmodes", strlen(cmd)) != 0) in runcmdshell()
255 if (strncmp(cmd, "what", strlen(cmd)) != 0) in runcmdshell()
263 if (strncmp(cmd, "Debug", strlen(cmd)) != 0) in runcmdshell()
440 if (strcmp(rawname, ".") == 0 || strncmp(rawname, "./", 2) == 0) in canon()
476 if (np - cp == 2 && strncmp(cp, "..", 2) == 0) { in canon()