Lines Matching refs:strcmp
303 if (!strcmp(s, "xdev")) TT.xdev = 1;
304 else if (!strcmp(s, "delete")) {
310 } else if (!strcmp(s, "depth") || !strcmp(s, "d")) TT.depth = 1;
311 else if (!strcmp(s, "o") || !strcmp(s, "or")) {
317 } else if (!strcmp(s, "not")) {
320 } else if (!strcmp(s, "true")) {
322 } else if (!strcmp(s, "false")) {
326 } else if (!strcmp(s, "a") || !strcmp(s, "and") || !strcmp(s, "noleaf")) {
329 } else if (!strcmp(s, "print") || !strcmp("print0", s)) {
333 } else if (!strcmp(s, "empty")) {
349 } else if (!strcmp(s, "nouser")) {
351 } else if (!strcmp(s, "nogroup")) {
353 } else if (!strcmp(s, "prune")) {
355 } else if (!strcmp(s, "executable")) {
357 } else if (!strcmp(s, "quit")) {
365 if (!strcmp(s, "name") || !strcmp(s, "iname")
366 || !strcmp(s, "wholename") || !strcmp(s, "iwholename")
367 || !strcmp(s, "path") || !strcmp(s, "ipath")
368 || !strcmp(s, "lname") || !strcmp(s, "ilname"))
389 } else if (!CFG_TOYBOX_LSM_NONE && !strcmp(s, "context")) {
399 } else if (!strcmp(s, "perm")) {
410 } else if (!strcmp(s, "type")) {
426 && (!strcmp(s+1, "time") || !strcmp(s+1, "min")))
442 } else if (!strcmp(s, "size")) {
444 } else if (!strcmp(s, "links")) {
446 } else if (!strcmp(s, "inum")) {
448 } else if (!strcmp(s, "mindepth") || !strcmp(s, "maxdepth")) {
462 } else if (!strcmp(s, "user") || !strcmp(s, "group")
515 } else if (!strcmp(s, "exec") || !strcmp("ok", s)
516 || !strcmp(s, "execdir") || !strcmp(s, "okdir"))
527 if (!ss[1] || !strcmp(ss[1], ";")) error_exit("'%s' needs 1 arg", s);
535 if (!strcmp(ss[len], ";")) break;
536 else if (!strcmp(ss[len], "{}")) {
538 if (ss[len+1] && !strcmp(ss[len+1], "+")) {
597 } else if (!strcmp(s, "printf")) {