Lines Matching refs:strncmp
607 if ((c == 'd') && (strncmp(argv[1], "dirname", length) == 0)) {
658 } else if ((c == 't') && (strncmp(argv[1], "tail", length) == 0)
701 } else if ((c == 'r') && (strncmp(argv[1], "rootname", length) == 0)
718 } else if ((c == 'e') && (strncmp(argv[1], "extension", length) == 0)
730 } else if ((c == 'p') && (strncmp(argv[1], "pathtype", length) == 0)) {
747 } else if ((c == 's') && (strncmp(argv[1], "split", length) == 0)
763 } else if ((c == 'j') && (strncmp(argv[1], "join", length) == 0)) {
779 if ((c == 'r') && (strncmp(argv[1], "readable", length) == 0)
793 } else if ((c == 'w') && (strncmp(argv[1], "writable", length) == 0)) {
800 } else if ((c == 'e') && (strncmp(argv[1], "executable", length) == 0)
808 } else if ((c == 'e') && (strncmp(argv[1], "exists", length) == 0)
822 if ((c == 'a') && (strncmp(argv[1], "atime", length) == 0)) {
832 } else if ((c == 'i') && (strncmp(argv[1], "isdirectory", length) == 0)
839 } else if ((c == 'i') && (strncmp(argv[1], "isfile", length) == 0)
846 } else if ((c == 'l') && (strncmp(argv[1], "lstat", length) == 0)) {
862 } else if ((c == 'm') && (strncmp(argv[1], "mtime", length) == 0)) {
872 } else if ((c == 'o') && (strncmp(argv[1], "owned", length) == 0)) {
878 } else if ((c == 'r') && (strncmp(argv[1], "readlink", length) == 0)
911 } else if ((c == 's') && (strncmp(argv[1], "size", length) == 0)
922 } else if ((c == 's') && (strncmp(argv[1], "stat", length) == 0)
940 } else if ((c == 't') && (strncmp(argv[1], "type", length) == 0)