Lines Matching refs:strcmp
489 rv = strcmp (al, bl); in need_sync()
538 if (strcmp (de->d_name, ".") == 0 in rsync_1()
539 || strcmp (de->d_name, "..") == 0) in rsync_1()
631 if (strcmp (de->d_name, ".") == 0 in rsync_1()
632 || strcmp (de->d_name, "..") == 0) in rsync_1()
792 if (strcmp (argv[1], "-v") == 0) in main()
799 if (strcmp (argv[1], "env") == 0) in main()
817 if (strcmp (argv[1], support_objdir_elf_ldso) == 0) in main()
823 if (strcmp (argv[1], "--library-path") == 0) in main()
965 else if (strcmp (the_words[0], "exec") != 0 in main()
966 && strcmp (the_words[0], "cwd") != 0 in main()
984 if (nt == 2 && strcmp (the_words[0], "so") == 0) in main()
991 else if (nt == 3 && strcmp (the_words[0], "cp") == 0) in main()
995 else if (nt == 3 && strcmp (the_words[0], "mv") == 0) in main()
1001 else if (nt == 3 && strcmp (the_words[0], "chmod") == 0) in main()
1012 else if (nt == 2 && strcmp (the_words[0], "rm") == 0) in main()
1016 else if (nt >= 2 && strcmp (the_words[0], "exec") == 0) in main()
1047 else if (nt == 2 && strcmp (the_words[0], "cwd") == 0) in main()
1051 else if (nt == 1 && strcmp (the_words[0], "su") == 0) in main()
1055 else if (nt >= 1 && strcmp (the_words[0], "pidns") == 0) in main()
1063 else if (nt == 3 && strcmp (the_words[0], "mkdirp") == 0) in main()