Lines Matching refs:strlen
101 if (strncmp(cmd, "add", strlen(cmd)) != 0) in runcmdshell()
116 if (strncmp(cmd, "cd", strlen(cmd)) != 0) in runcmdshell()
137 if (strncmp(cmd, "delete", strlen(cmd)) != 0) in runcmdshell()
153 if (strncmp(cmd, "extract", strlen(cmd)) != 0) in runcmdshell()
167 if (strncmp(cmd, "help", strlen(cmd)) != 0) in runcmdshell()
195 if ((strncmp(cmd, "ls", strlen(cmd)) != 0) && in runcmdshell()
196 (strncmp(cmd, "marked", strlen(cmd)) != 0)) in runcmdshell()
209 if (strlen(cmd) < 2) in runcmdshell()
211 if (strncmp(cmd, "pwd", strlen(cmd)) == 0) { in runcmdshell()
217 } else if (strncmp(cmd, "paginate", strlen(cmd)) == 0) { in runcmdshell()
253 if (strncmp(cmd, "quit", strlen(cmd)) != 0) in runcmdshell()
258 if (strncmp(cmd, "xit", strlen(cmd)) != 0) in runcmdshell()
266 if (strncmp(cmd, "verbose", strlen(cmd)) != 0) in runcmdshell()
280 if (strlen(cmd) < 4) in runcmdshell()
282 if (strncmp(cmd, "setmodes", strlen(cmd)) == 0) { in runcmdshell()
284 } else if (strncmp(cmd, "setpager", strlen(cmd)) == 0) { in runcmdshell()
294 if (strncmp(cmd, "what", strlen(cmd)) != 0) in runcmdshell()
302 if (strncmp(cmd, "Debug", strlen(cmd)) != 0) in runcmdshell()
359 if ((strlen(name) + 2) > namesiz) {
363 name[strlen(name) + 1] = '\0';
385 for (cp = &input[strlen(input) - 2];
392 if ((strlen(input) + 2) > MAXCOMPLEXLEN) {
415 if ((strlen(name) + 2) > namesiz) {
419 name[strlen(name) + 1] = '\0';
455 name[strlen(name) + 1] = '\0';
515 if ((strlen(output) + 2) > outsize) {
557 if ((strlen(canonname) + 2) > limit) {
581 len = strlen(np);
595 len = strlen(np);
667 if (strncmp(name, basename, strlen(basename)) == 0)
668 single.fname = savename(name + strlen(basename) + 1);
797 len = strlen(fmtentry(fp));
815 w = strlen(cp);
870 dp = &fmtres[strlen(fmtres)];
987 catenate_length = setpagerargs(&nextarg) + strlen(pager_vector[0]) + 1; in setpagercmd()
1028 length += strlen(word) + 1;