Lines Matching refs:LFS_ERR_NOTDIR
174 lfs_dir_open(&lfs, &dir, "coffee/drip") => LFS_ERR_NOTDIR;
175 lfs_dir_open(&lfs, &dir, "coffee/coldbrew") => LFS_ERR_NOTDIR;
176 lfs_dir_open(&lfs, &dir, "coffee/turkish") => LFS_ERR_NOTDIR;
177 lfs_dir_open(&lfs, &dir, "coffee/tubruk") => LFS_ERR_NOTDIR;
178 lfs_dir_open(&lfs, &dir, "coffee/vietnamese") => LFS_ERR_NOTDIR;
179 lfs_dir_open(&lfs, &dir, "coffee/thai") => LFS_ERR_NOTDIR;
423 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR;
424 lfs_dir_open(&lfs, &dir, "/coffee/coldbrew") => LFS_ERR_NOTDIR;
425 lfs_dir_open(&lfs, &dir, "/coffee/turkish") => LFS_ERR_NOTDIR;
426 lfs_dir_open(&lfs, &dir, "/coffee/tubruk") => LFS_ERR_NOTDIR;
427 lfs_dir_open(&lfs, &dir, "/coffee/vietnamese") => LFS_ERR_NOTDIR;
428 lfs_dir_open(&lfs, &dir, "/coffee/thai") => LFS_ERR_NOTDIR;
670 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR;
671 lfs_dir_open(&lfs, &dir, "//coffee//coldbrew") => LFS_ERR_NOTDIR;
672 lfs_dir_open(&lfs, &dir, "///coffee///turkish") => LFS_ERR_NOTDIR;
673 lfs_dir_open(&lfs, &dir, "////coffee////tubruk") => LFS_ERR_NOTDIR;
674 lfs_dir_open(&lfs, &dir, "/////coffee/////vietnamese") => LFS_ERR_NOTDIR;
675 lfs_dir_open(&lfs, &dir, "//////coffee//////thai") => LFS_ERR_NOTDIR;
767 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
769 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
771 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
773 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
775 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
777 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
822 lfs_stat(&lfs, "coffee/drip//////", &info) => LFS_ERR_NOTDIR;
823 lfs_stat(&lfs, "coffee/coldbrew/////", &info) => LFS_ERR_NOTDIR;
824 lfs_stat(&lfs, "coffee/turkish////", &info) => LFS_ERR_NOTDIR;
825 lfs_stat(&lfs, "coffee/tubruk///", &info) => LFS_ERR_NOTDIR;
826 lfs_stat(&lfs, "coffee/vietnamese//", &info) => LFS_ERR_NOTDIR;
827 lfs_stat(&lfs, "coffee/thai/", &info) => LFS_ERR_NOTDIR;
874 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
876 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
878 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
880 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
882 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
884 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
887 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
889 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
891 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
893 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
895 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
897 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
900 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
902 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
904 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
906 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
908 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
910 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
930 lfs_dir_open(&lfs, &dir, "coffee/drip/") => LFS_ERR_NOTDIR;
931 lfs_dir_open(&lfs, &dir, "coffee/coldbrew//") => LFS_ERR_NOTDIR;
932 lfs_dir_open(&lfs, &dir, "coffee/turkish///") => LFS_ERR_NOTDIR;
933 lfs_dir_open(&lfs, &dir, "coffee/tubruk////") => LFS_ERR_NOTDIR;
934 lfs_dir_open(&lfs, &dir, "coffee/vietnamese/////") => LFS_ERR_NOTDIR;
935 lfs_dir_open(&lfs, &dir, "coffee/thai//////") => LFS_ERR_NOTDIR;
1007 "espresso/espresso") => LFS_ERR_NOTDIR;
1010 "espresso/americano") => LFS_ERR_NOTDIR;
1013 "espresso/macchiato") => LFS_ERR_NOTDIR;
1016 "espresso/latte") => LFS_ERR_NOTDIR;
1019 "espresso/cappuccino") => LFS_ERR_NOTDIR;
1022 "espresso/mocha") => LFS_ERR_NOTDIR;
1027 "espresso/espresso/") => LFS_ERR_NOTDIR;
1030 "espresso/americano//") => LFS_ERR_NOTDIR;
1033 "espresso/macchiato///") => LFS_ERR_NOTDIR;
1036 "espresso/latte////") => LFS_ERR_NOTDIR;
1039 "espresso/cappuccino/////") => LFS_ERR_NOTDIR;
1042 "espresso/mocha//////") => LFS_ERR_NOTDIR;
1047 "espresso/espresso/") => LFS_ERR_NOTDIR;
1050 "espresso/americano//") => LFS_ERR_NOTDIR;
1053 "espresso/macchiato///") => LFS_ERR_NOTDIR;
1056 "espresso/latte////") => LFS_ERR_NOTDIR;
1059 "espresso/cappuccino/////") => LFS_ERR_NOTDIR;
1062 "espresso/mocha//////") => LFS_ERR_NOTDIR;
1065 lfs_remove(&lfs, "coffee/drip/") => LFS_ERR_NOTDIR;
1066 lfs_remove(&lfs, "coffee/coldbrew//") => LFS_ERR_NOTDIR;
1067 lfs_remove(&lfs, "coffee/turkish///") => LFS_ERR_NOTDIR;
1068 lfs_remove(&lfs, "coffee/tubruk////") => LFS_ERR_NOTDIR;
1069 lfs_remove(&lfs, "coffee/vietnamese/////") => LFS_ERR_NOTDIR;
1070 lfs_remove(&lfs, "coffee/thai//////") => LFS_ERR_NOTDIR;
1275 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR;
1276 lfs_dir_open(&lfs, &dir, "/./coffee/./coldbrew") => LFS_ERR_NOTDIR;
1277 lfs_dir_open(&lfs, &dir, "/././coffee/././turkish") => LFS_ERR_NOTDIR;
1278 lfs_dir_open(&lfs, &dir, "/./././coffee/./././tubruk") => LFS_ERR_NOTDIR;
1279 lfs_dir_open(&lfs, &dir, "/././././coffee/././././vietnamese") => LFS_ERR_NOTDIR;
1280 lfs_dir_open(&lfs, &dir, "/./././././coffee/./././././thai") => LFS_ERR_NOTDIR;
1442 lfs_stat(&lfs, "coffee/drip/./././././.", &info) => LFS_ERR_NOTDIR;
1443 lfs_stat(&lfs, "coffee/coldbrew/././././.", &info) => LFS_ERR_NOTDIR;
1444 lfs_stat(&lfs, "coffee/turkish/./././.", &info) => LFS_ERR_NOTDIR;
1445 lfs_stat(&lfs, "coffee/tubruk/././.", &info) => LFS_ERR_NOTDIR;
1446 lfs_stat(&lfs, "coffee/vietnamese/./.", &info) => LFS_ERR_NOTDIR;
1447 lfs_stat(&lfs, "coffee/thai/.", &info) => LFS_ERR_NOTDIR;
1494 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1496 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1498 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1500 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1502 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1504 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
1507 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1509 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1511 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1513 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1515 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1517 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
1520 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1522 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1524 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1526 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1528 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1530 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
1550 lfs_dir_open(&lfs, &dir, "coffee/drip/.") => LFS_ERR_NOTDIR;
1551 lfs_dir_open(&lfs, &dir, "coffee/coldbrew/./.") => LFS_ERR_NOTDIR;
1552 lfs_dir_open(&lfs, &dir, "coffee/turkish/././.") => LFS_ERR_NOTDIR;
1553 lfs_dir_open(&lfs, &dir, "coffee/tubruk/./././.") => LFS_ERR_NOTDIR;
1554 lfs_dir_open(&lfs, &dir, "coffee/vietnamese/././././.") => LFS_ERR_NOTDIR;
1555 lfs_dir_open(&lfs, &dir, "coffee/thai/./././././.") => LFS_ERR_NOTDIR;
1668 "espresso/espresso") => LFS_ERR_NOTDIR;
1671 "espresso/americano") => LFS_ERR_NOTDIR;
1674 "espresso/macchiato") => LFS_ERR_NOTDIR;
1677 "espresso/latte") => LFS_ERR_NOTDIR;
1680 "espresso/cappuccino") => LFS_ERR_NOTDIR;
1683 "espresso/mocha") => LFS_ERR_NOTDIR;
1708 "espresso/espresso/.") => LFS_ERR_NOTDIR;
1711 "espresso/americano/./.") => LFS_ERR_NOTDIR;
1714 "espresso/macchiato/././.") => LFS_ERR_NOTDIR;
1717 "espresso/latte/./././.") => LFS_ERR_NOTDIR;
1720 "espresso/cappuccino/././././.") => LFS_ERR_NOTDIR;
1723 "espresso/mocha/./././././.") => LFS_ERR_NOTDIR;
1726 lfs_remove(&lfs, "coffee/drip/.") => LFS_ERR_NOTDIR;
1727 lfs_remove(&lfs, "coffee/coldbrew/./.") => LFS_ERR_NOTDIR;
1728 lfs_remove(&lfs, "coffee/turkish/././.") => LFS_ERR_NOTDIR;
1729 lfs_remove(&lfs, "coffee/tubruk/./././.") => LFS_ERR_NOTDIR;
1730 lfs_remove(&lfs, "coffee/vietnamese/././././.") => LFS_ERR_NOTDIR;
1731 lfs_remove(&lfs, "coffee/thai/./././././.") => LFS_ERR_NOTDIR;
1939 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR;
1940 lfs_dir_open(&lfs, &dir, "/no/../coffee/coldbrew") => LFS_ERR_NOTDIR;
1941 lfs_dir_open(&lfs, &dir, "/coffee/no/../turkish") => LFS_ERR_NOTDIR;
1942 lfs_dir_open(&lfs, &dir, "/no/no/../../coffee/tubruk") => LFS_ERR_NOTDIR;
1943 lfs_dir_open(&lfs, &dir, "/no/no/../../coffee/no/../vietnamese") => LFS_ERR_NOTDIR;
1944 lfs_dir_open(&lfs, &dir, "/no/no/../../no/no/../../coffee/thai") => LFS_ERR_NOTDIR;
2443 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR;
2444 lfs_dir_open(&lfs, &dir, "/no/./../coffee/coldbrew") => LFS_ERR_NOTDIR;
2445 lfs_dir_open(&lfs, &dir, "/coffee/no/./../turkish") => LFS_ERR_NOTDIR;
2446 lfs_dir_open(&lfs, &dir, "/no/no/./.././../coffee/tubruk") => LFS_ERR_NOTDIR;
2447 lfs_dir_open(&lfs, &dir, "/no/no/./.././../coffee/no/./../vietnamese") => LFS_ERR_NOTDIR;
2448 lfs_dir_open(&lfs, &dir, "/no/no/./.././../no/no/./.././../coffee/thai") => LFS_ERR_NOTDIR;
2691 lfs_dir_open(&lfs, &dir, "/coffee/.../drip") => LFS_ERR_NOTDIR;
2692 lfs_dir_open(&lfs, &dir, "/coffee/.../coldbrew") => LFS_ERR_NOTDIR;
2693 lfs_dir_open(&lfs, &dir, "/coffee/.../turkish") => LFS_ERR_NOTDIR;
2694 lfs_dir_open(&lfs, &dir, "/coffee/.../tubruk") => LFS_ERR_NOTDIR;
2695 lfs_dir_open(&lfs, &dir, "/coffee/.../vietnamese") => LFS_ERR_NOTDIR;
2696 lfs_dir_open(&lfs, &dir, "/coffee/.../thai") => LFS_ERR_NOTDIR;
2939 lfs_dir_open(&lfs, &dir, "/coffee/.drip") => LFS_ERR_NOTDIR;
2940 lfs_dir_open(&lfs, &dir, "/coffee/..coldbrew") => LFS_ERR_NOTDIR;
2941 lfs_dir_open(&lfs, &dir, "/coffee/...turkish") => LFS_ERR_NOTDIR;
2942 lfs_dir_open(&lfs, &dir, "/coffee/....tubruk") => LFS_ERR_NOTDIR;
2943 lfs_dir_open(&lfs, &dir, "/coffee/.....vietnamese") => LFS_ERR_NOTDIR;
2944 lfs_dir_open(&lfs, &dir, "/coffee/......thai") => LFS_ERR_NOTDIR;
3680 lfs_mkdir(&lfs, "drip/coffee") => LFS_ERR_NOTDIR;
3681 lfs_mkdir(&lfs, "coldbrew/coffee") => LFS_ERR_NOTDIR;
3682 lfs_mkdir(&lfs, "turkish/coffee") => LFS_ERR_NOTDIR;
3683 lfs_mkdir(&lfs, "tubruk/coffee") => LFS_ERR_NOTDIR;
3684 lfs_mkdir(&lfs, "vietnamese/coffee") => LFS_ERR_NOTDIR;
3685 lfs_mkdir(&lfs, "thai/coffee") => LFS_ERR_NOTDIR;
3689 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3691 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3693 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3695 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3697 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3699 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3704 lfs_stat(&lfs, "drip/coffee", &info) => LFS_ERR_NOTDIR;
3705 lfs_stat(&lfs, "coldbrew/coffee", &info) => LFS_ERR_NOTDIR;
3706 lfs_stat(&lfs, "turkish/coffee", &info) => LFS_ERR_NOTDIR;
3707 lfs_stat(&lfs, "tubruk/coffee", &info) => LFS_ERR_NOTDIR;
3708 lfs_stat(&lfs, "vietnamese/coffee", &info) => LFS_ERR_NOTDIR;
3709 lfs_stat(&lfs, "thai/coffee", &info) => LFS_ERR_NOTDIR;
3713 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3715 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3717 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3719 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3721 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3723 LFS_O_RDONLY) => LFS_ERR_NOTDIR;
3726 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3728 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3730 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3732 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3734 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3736 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3739 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3741 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3743 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3745 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3747 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3749 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3753 lfs_dir_open(&lfs, &dir, "drip/coffee") => LFS_ERR_NOTDIR;
3754 lfs_dir_open(&lfs, &dir, "coldbrew/coffee") => LFS_ERR_NOTDIR;
3755 lfs_dir_open(&lfs, &dir, "turkish/coffee") => LFS_ERR_NOTDIR;
3756 lfs_dir_open(&lfs, &dir, "tubruk/coffee") => LFS_ERR_NOTDIR;
3757 lfs_dir_open(&lfs, &dir, "vietnamese/coffee") => LFS_ERR_NOTDIR;
3758 lfs_dir_open(&lfs, &dir, "thai/coffee") => LFS_ERR_NOTDIR;
3796 "espresso/espresso") => LFS_ERR_NOTDIR;
3799 "espresso/americano") => LFS_ERR_NOTDIR;
3802 "espresso/macchiato") => LFS_ERR_NOTDIR;
3805 "espresso/latte") => LFS_ERR_NOTDIR;
3808 "espresso/cappuccino") => LFS_ERR_NOTDIR;
3811 "espresso/mocha") => LFS_ERR_NOTDIR;
3816 "drip/espresso") => LFS_ERR_NOTDIR;
3819 "coldbrew/espresso") => LFS_ERR_NOTDIR;
3822 "turkish/espresso") => LFS_ERR_NOTDIR;
3825 "tubruk/espresso") => LFS_ERR_NOTDIR;
3828 "vietnamese/espresso") => LFS_ERR_NOTDIR;
3831 "thai/espresso") => LFS_ERR_NOTDIR;
3836 "drip/espresso") => LFS_ERR_NOTDIR;
3839 "coldbrew/espresso") => LFS_ERR_NOTDIR;
3842 "turkish/espresso") => LFS_ERR_NOTDIR;
3845 "tubruk/espresso") => LFS_ERR_NOTDIR;
3848 "vietnamese/espresso") => LFS_ERR_NOTDIR;
3851 "thai/espresso") => LFS_ERR_NOTDIR;
3856 "drip/coffee") => LFS_ERR_NOTDIR;
3859 "coldbrew/coffee") => LFS_ERR_NOTDIR;
3862 "turkish/coffee") => LFS_ERR_NOTDIR;
3865 "tubruk/coffee") => LFS_ERR_NOTDIR;
3868 "vietnamese/coffee") => LFS_ERR_NOTDIR;
3871 "thai/coffee") => LFS_ERR_NOTDIR;
3874 lfs_stat(&lfs, "drip/espresso", &info) => LFS_ERR_NOTDIR;
3875 lfs_stat(&lfs, "coldbrew/espresso", &info) => LFS_ERR_NOTDIR;
3876 lfs_stat(&lfs, "turkish/espresso", &info) => LFS_ERR_NOTDIR;
3877 lfs_stat(&lfs, "tubruk/espresso", &info) => LFS_ERR_NOTDIR;
3878 lfs_stat(&lfs, "vietnamese/espresso", &info) => LFS_ERR_NOTDIR;
3879 lfs_stat(&lfs, "thai/espresso", &info) => LFS_ERR_NOTDIR;
3882 lfs_stat(&lfs, "drip/espresso", &info) => LFS_ERR_NOTDIR;
3883 lfs_stat(&lfs, "coldbrew/espresso", &info) => LFS_ERR_NOTDIR;
3884 lfs_stat(&lfs, "turkish/espresso", &info) => LFS_ERR_NOTDIR;
3885 lfs_stat(&lfs, "tubruk/espresso", &info) => LFS_ERR_NOTDIR;
3886 lfs_stat(&lfs, "vietnamese/espresso", &info) => LFS_ERR_NOTDIR;
3887 lfs_stat(&lfs, "thai/espresso", &info) => LFS_ERR_NOTDIR;
3975 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3977 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3979 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3981 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3983 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3985 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_NOTDIR;
3988 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3990 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3992 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3994 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3996 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
3998 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_NOTDIR;
4929 lfs_dir_open(&lfs, &dir, "littlefs") => LFS_ERR_NOTDIR;
5305 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5307 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5309 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5311 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5313 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5315 lfs_dir_open(&lfs, &dir, path) => LFS_ERR_NOTDIR;
5582 lfs_dir_open(&lfs, &dir, "coffee/dripcoffee") => LFS_ERR_NOTDIR;
5583 lfs_dir_open(&lfs, &dir, "coffee/coldbrew") => LFS_ERR_NOTDIR;
5584 lfs_dir_open(&lfs, &dir, "coffee/türkkahvesi") => LFS_ERR_NOTDIR;
5585 lfs_dir_open(&lfs, &dir, "coffee/ꦏꦺꦴꦥꦶꦠꦸꦧꦿꦸꦏ꧀") => LFS_ERR_NOTDIR;
5586 lfs_dir_open(&lfs, &dir, "coffee/càphêđá") => LFS_ERR_NOTDIR;
5587 lfs_dir_open(&lfs, &dir, "coffee/โอเลี้ยง") => LFS_ERR_NOTDIR;
5829 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/dɹɪpˈkɔ.fi") => LFS_ERR_NOTDIR;
5830 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/koʊldbɹuː") => LFS_ERR_NOTDIR;
5831 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/tyɾckɑhvɛˈsi") => LFS_ERR_NOTDIR;
5832 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/ˈko.piˈt̪up̚.rʊk̚") => LFS_ERR_NOTDIR;
5833 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/kaː˨˩fe˧˧ɗaː˧˥") => LFS_ERR_NOTDIR;
5834 lfs_dir_open(&lfs, &dir, "ˈkɔ.fi/ʔoː˧.lia̯ŋ˦˥") => LFS_ERR_NOTDIR;
6076 lfs_dir_open(&lfs, &dir, "c o f f e e/d r i p") => LFS_ERR_NOTDIR;
6077 lfs_dir_open(&lfs, &dir, "c o f f e e/c o l d b r e w") => LFS_ERR_NOTDIR;
6078 lfs_dir_open(&lfs, &dir, "c o f f e e/t u r k i s h") => LFS_ERR_NOTDIR;
6079 lfs_dir_open(&lfs, &dir, "c o f f e e/t u b r u k") => LFS_ERR_NOTDIR;
6080 lfs_dir_open(&lfs, &dir, "c o f f e e/v i e t n a m e s e") => LFS_ERR_NOTDIR;
6081 lfs_dir_open(&lfs, &dir, "c o f f e e/t h a i") => LFS_ERR_NOTDIR;
6325 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6326 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6327 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6328 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6329 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6330 lfs_dir_open(&lfs, &dir, " / ") => LFS_ERR_NOTDIR;
6574 lfs_dir_open(&lfs, &dir, "\x0c/\x01") => LFS_ERR_NOTDIR;
6575 lfs_dir_open(&lfs, &dir, "\x0c/\x02") => LFS_ERR_NOTDIR;
6576 lfs_dir_open(&lfs, &dir, "\x0c/\x03") => LFS_ERR_NOTDIR;
6577 lfs_dir_open(&lfs, &dir, "\x0c/\x04") => LFS_ERR_NOTDIR;
6578 lfs_dir_open(&lfs, &dir, "\x0c/\x05") => LFS_ERR_NOTDIR;
6579 lfs_dir_open(&lfs, &dir, "\x0c/\x06") => LFS_ERR_NOTDIR;
6823 lfs_dir_open(&lfs, &dir, "\x7f/\x7f") => LFS_ERR_NOTDIR;
6824 lfs_dir_open(&lfs, &dir, "\x7f/\x7f\x7f") => LFS_ERR_NOTDIR;
6825 lfs_dir_open(&lfs, &dir, "\x7f/\x7f\x7f\x7f") => LFS_ERR_NOTDIR;
6826 lfs_dir_open(&lfs, &dir, "\x7f/\x7f\x7f\x7f\x7f") => LFS_ERR_NOTDIR;
6827 lfs_dir_open(&lfs, &dir, "\x7f/\x7f\x7f\x7f\x7f\x7f") => LFS_ERR_NOTDIR;
6828 lfs_dir_open(&lfs, &dir, "\x7f/\x7f\x7f\x7f\x7f\x7f\x7f") => LFS_ERR_NOTDIR;
7074 lfs_dir_open(&lfs, &dir, "\xc0/\xa0") => LFS_ERR_NOTDIR;
7075 lfs_dir_open(&lfs, &dir, "\xc0/\xb0") => LFS_ERR_NOTDIR;
7076 lfs_dir_open(&lfs, &dir, "\xc0/\xc0") => LFS_ERR_NOTDIR;
7077 lfs_dir_open(&lfs, &dir, "\xc0/\xd0") => LFS_ERR_NOTDIR;
7078 lfs_dir_open(&lfs, &dir, "\xc0/\xe0") => LFS_ERR_NOTDIR;
7079 lfs_dir_open(&lfs, &dir, "\xc0/\xf0") => LFS_ERR_NOTDIR;
7325 lfs_dir_open(&lfs, &dir, "\xff/\xff") => LFS_ERR_NOTDIR;
7326 lfs_dir_open(&lfs, &dir, "\xff/\xff\xff") => LFS_ERR_NOTDIR;
7327 lfs_dir_open(&lfs, &dir, "\xff/\xff\xff\xff") => LFS_ERR_NOTDIR;
7328 lfs_dir_open(&lfs, &dir, "\xff/\xff\xff\xff\xff") => LFS_ERR_NOTDIR;
7329 lfs_dir_open(&lfs, &dir, "\xff/\xff\xff\xff\xff\xff") => LFS_ERR_NOTDIR;
7330 lfs_dir_open(&lfs, &dir, "\xff/\xff\xff\xff\xff\xff\xff") => LFS_ERR_NOTDIR;