Lines Matching refs:LFS_ERR_INVAL
2040 lfs_mkdir(&lfs, "coffee/turkish/../../..") => LFS_ERR_INVAL;
2041 lfs_mkdir(&lfs, "coffee/tubruk/../../../..") => LFS_ERR_INVAL;
2042 lfs_mkdir(&lfs, "coffee/vietnamese/../../../../..") => LFS_ERR_INVAL;
2043 lfs_mkdir(&lfs, "coffee/thai/../../../../../..") => LFS_ERR_INVAL;
2060 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2062 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2064 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2066 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2091 lfs_stat(&lfs, "coffee/drip/../../../../../..", &info) => LFS_ERR_INVAL;
2092 lfs_stat(&lfs, "coffee/coldbrew/../../../../..", &info) => LFS_ERR_INVAL;
2093 lfs_stat(&lfs, "coffee/turkish/../../../..", &info) => LFS_ERR_INVAL;
2094 lfs_stat(&lfs, "coffee/tubruk/../../..", &info) => LFS_ERR_INVAL;
2109 LFS_O_RDONLY) => LFS_ERR_INVAL;
2111 LFS_O_RDONLY) => LFS_ERR_INVAL;
2113 LFS_O_RDONLY) => LFS_ERR_INVAL;
2115 LFS_O_RDONLY) => LFS_ERR_INVAL;
2122 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
2124 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
2126 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
2128 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
2135 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2137 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2139 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2141 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
2149 lfs_dir_open(&lfs, &dir, "coffee/turkish/../../..") => LFS_ERR_INVAL;
2150 lfs_dir_open(&lfs, &dir, "coffee/tubruk/../../../..") => LFS_ERR_INVAL;
2151 lfs_dir_open(&lfs, &dir, "coffee/vietnamese/../../../../..") => LFS_ERR_INVAL;
2152 lfs_dir_open(&lfs, &dir, "coffee/thai/../../../../../..") => LFS_ERR_INVAL;
2159 "espresso/espresso") => LFS_ERR_INVAL;
2162 "espresso/americano") => LFS_ERR_INVAL;
2165 "espresso/macchiato") => LFS_ERR_INVAL;
2168 "espresso/latte") => LFS_ERR_INVAL;
2171 "espresso/cappuccino") => LFS_ERR_INVAL;
2196 "espresso/americano/../..") => LFS_ERR_INVAL;
2199 "espresso/macchiato/../../..") => LFS_ERR_INVAL;
2202 "espresso/latte/../../../..") => LFS_ERR_INVAL;
2205 "espresso/cappuccino/../../../../..") => LFS_ERR_INVAL;
2208 "espresso/mocha/../../../../../..") => LFS_ERR_INVAL;
2213 "espresso/espresso/..") => LFS_ERR_INVAL;
2216 "espresso/americano/../..") => LFS_ERR_INVAL;
2219 "espresso/macchiato/../../..") => LFS_ERR_INVAL;
2222 "espresso/latte/../../../..") => LFS_ERR_INVAL;
2225 "espresso/cappuccino/../../../../..") => LFS_ERR_INVAL;
2228 "espresso/mocha/../../../../../..") => LFS_ERR_INVAL;
2232 lfs_remove(&lfs, "coffee/coldbrew/../..") => LFS_ERR_INVAL;
2233 lfs_remove(&lfs, "coffee/turkish/../../..") => LFS_ERR_INVAL;
2234 lfs_remove(&lfs, "coffee/tubruk/../../../..") => LFS_ERR_INVAL;
2235 lfs_remove(&lfs, "coffee/vietnamese/../../../../..") => LFS_ERR_INVAL;
2236 lfs_remove(&lfs, "coffee/thai/../../../../../..") => LFS_ERR_INVAL;
3026 lfs_mkdir(&lfs, "/../coffee/drip") => LFS_ERR_INVAL;
3027 lfs_mkdir(&lfs, "/../../coffee/coldbrew") => LFS_ERR_INVAL;
3028 lfs_mkdir(&lfs, "/../../../coffee/turkish") => LFS_ERR_INVAL;
3029 lfs_mkdir(&lfs, "/no/../../coffee/tubruk") => LFS_ERR_INVAL;
3030 lfs_mkdir(&lfs, "/no/../../../coffee/vietnamese") => LFS_ERR_INVAL;
3031 lfs_mkdir(&lfs, "/no/../../../../coffee/thai") => LFS_ERR_INVAL;
3035 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3037 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3039 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3041 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3043 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3045 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3080 lfs_stat(&lfs, "/no/../../../../coffee/drip", &info) => LFS_ERR_INVAL;
3081 lfs_stat(&lfs, "/no/../../../coffee/coldbrew", &info) => LFS_ERR_INVAL;
3082 lfs_stat(&lfs, "/no/../../coffee/turkish", &info) => LFS_ERR_INVAL;
3083 lfs_stat(&lfs, "/../../../coffee/tubruk", &info) => LFS_ERR_INVAL;
3084 lfs_stat(&lfs, "/../../coffee/vietnamese", &info) => LFS_ERR_INVAL;
3085 lfs_stat(&lfs, "/../coffee/thai", &info) => LFS_ERR_INVAL;
3090 LFS_O_RDONLY) => LFS_ERR_INVAL;
3092 LFS_O_RDONLY) => LFS_ERR_INVAL;
3094 LFS_O_RDONLY) => LFS_ERR_INVAL;
3096 LFS_O_RDONLY) => LFS_ERR_INVAL;
3098 LFS_O_RDONLY) => LFS_ERR_INVAL;
3100 LFS_O_RDONLY) => LFS_ERR_INVAL;
3103 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3105 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3107 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3109 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3111 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3113 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
3116 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3118 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3120 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3122 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3124 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3126 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
3130 lfs_dir_open(&lfs, &dir, "/../coffee/drip") => LFS_ERR_INVAL;
3131 lfs_dir_open(&lfs, &dir, "/../../coffee/coldbrew") => LFS_ERR_INVAL;
3132 lfs_dir_open(&lfs, &dir, "/../../../coffee/turkish") => LFS_ERR_INVAL;
3133 lfs_dir_open(&lfs, &dir, "/no/../../coffee/tubruk") => LFS_ERR_INVAL;
3134 lfs_dir_open(&lfs, &dir, "/no/../../../coffee/vietnamese") => LFS_ERR_INVAL;
3135 lfs_dir_open(&lfs, &dir, "/no/../../../../coffee/thai") => LFS_ERR_INVAL;
3142 "espresso/espresso") => LFS_ERR_INVAL;
3145 "espresso/americano") => LFS_ERR_INVAL;
3148 "espresso/macchiato") => LFS_ERR_INVAL;
3151 "espresso/latte") => LFS_ERR_INVAL;
3154 "espresso/cappuccino") => LFS_ERR_INVAL;
3157 "espresso/mocha") => LFS_ERR_INVAL;
3162 "/../espresso/espresso") => LFS_ERR_INVAL;
3165 "/../../espresso/americano") => LFS_ERR_INVAL;
3168 "/../../../espresso/macchiato") => LFS_ERR_INVAL;
3171 "/no/../../espresso/latte") => LFS_ERR_INVAL;
3174 "/no/../../../espresso/cappuccino") => LFS_ERR_INVAL;
3177 "/no/../../../../espresso/mocha") => LFS_ERR_INVAL;
3182 "/../espresso/espresso") => LFS_ERR_INVAL;
3185 "/../../espresso/americano") => LFS_ERR_INVAL;
3188 "/../../../espresso/macchiato") => LFS_ERR_INVAL;
3191 "/no/../../espresso/latte") => LFS_ERR_INVAL;
3194 "/no/../../../espresso/cappuccino") => LFS_ERR_INVAL;
3197 "/no/../../../../espresso/mocha") => LFS_ERR_INVAL;
3202 "/no/../../../../coffee/drip") => LFS_ERR_INVAL;
3205 "/no/../../../coffee/coldbrew") => LFS_ERR_INVAL;
3208 "/no/../../coffee/turkish") => LFS_ERR_INVAL;
3211 "/../../../coffee/tubruk") => LFS_ERR_INVAL;
3214 "/../../coffee/vietnamese") => LFS_ERR_INVAL;
3217 "/../coffee/thai") => LFS_ERR_INVAL;
3220 lfs_remove(&lfs, "/../espresso/espresso") => LFS_ERR_INVAL;
3221 lfs_remove(&lfs, "/../../espresso/americano") => LFS_ERR_INVAL;
3222 lfs_remove(&lfs, "/../../../espresso/macchiato") => LFS_ERR_INVAL;
3223 lfs_remove(&lfs, "/no/../../espresso/latte") => LFS_ERR_INVAL;
3224 lfs_remove(&lfs, "/no/../../../espresso/cappuccino") => LFS_ERR_INVAL;
3225 lfs_remove(&lfs, "/no/../../../../espresso/mocha") => LFS_ERR_INVAL;
4388 lfs_stat(&lfs, "coffee/_rip/../../../../../..", &info) => LFS_ERR_INVAL;
4389 lfs_stat(&lfs, "coffee/c_ldbrew/../../../../..", &info) => LFS_ERR_INVAL;
4390 lfs_stat(&lfs, "coffee/tu_kish/../../../..", &info) => LFS_ERR_INVAL;
4391 lfs_stat(&lfs, "coffee/tub_uk/../../..", &info) => LFS_ERR_INVAL;
4406 LFS_O_RDONLY) => LFS_ERR_INVAL;
4408 LFS_O_RDONLY) => LFS_ERR_INVAL;
4410 LFS_O_RDONLY) => LFS_ERR_INVAL;
4412 LFS_O_RDONLY) => LFS_ERR_INVAL;
4420 lfs_dir_open(&lfs, &dir, "coffee/tu_kish/../../..") => LFS_ERR_INVAL;
4421 lfs_dir_open(&lfs, &dir, "coffee/tub_uk/../../../..") => LFS_ERR_INVAL;
4422 lfs_dir_open(&lfs, &dir, "coffee/_vietnamese/../../../../..") => LFS_ERR_INVAL;
4423 lfs_dir_open(&lfs, &dir, "coffee/thai_/../../../../../..") => LFS_ERR_INVAL;
4430 "espresso/espresso") => LFS_ERR_INVAL;
4433 "espresso/americano") => LFS_ERR_INVAL;
4436 "espresso/macchiato") => LFS_ERR_INVAL;
4439 "espresso/latte") => LFS_ERR_INVAL;
4442 "espresso/cappuccino") => LFS_ERR_INVAL;
4474 "espresso/espresso/..") => LFS_ERR_INVAL;
4477 "espresso/americano/../..") => LFS_ERR_INVAL;
4480 "espresso/macchiato/../../..") => LFS_ERR_INVAL;
4483 "espresso/latte/../../../..") => LFS_ERR_INVAL;
4486 "espresso/cappuccino/../../../../..") => LFS_ERR_INVAL;
4489 "espresso/mocha/../../../../../..") => LFS_ERR_INVAL;
4494 "coffee/_rip/../../../../../..") => LFS_ERR_INVAL;
4497 "coffee/c_ldbrew/../../../../..") => LFS_ERR_INVAL;
4500 "coffee/tu_kish/../../../..") => LFS_ERR_INVAL;
4503 "coffee/tub_uk/../../..") => LFS_ERR_INVAL;
4506 "coffee/_vietnamese/../..") => LFS_ERR_INVAL;
4513 lfs_remove(&lfs, "coffee/c_ldbrew/../..") => LFS_ERR_INVAL;
4514 lfs_remove(&lfs, "coffee/tu_kish/../../..") => LFS_ERR_INVAL;
4515 lfs_remove(&lfs, "coffee/tub_uk/../../../..") => LFS_ERR_INVAL;
4516 lfs_remove(&lfs, "coffee/_vietnamese/../../../../..") => LFS_ERR_INVAL;
4517 lfs_remove(&lfs, "coffee/thai_/../../../../../..") => LFS_ERR_INVAL;
4560 lfs_mkdir(&lfs, "") => LFS_ERR_INVAL;
4564 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
4568 lfs_stat(&lfs, "", &info) => LFS_ERR_INVAL;
4573 LFS_O_RDONLY) => LFS_ERR_INVAL;
4576 LFS_O_WRONLY | LFS_O_CREAT) => LFS_ERR_INVAL;
4579 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_EXCL) => LFS_ERR_INVAL;
4583 lfs_dir_open(&lfs, &dir, "") => LFS_ERR_INVAL;
4587 lfs_rename(&lfs, "", "coffee") => LFS_ERR_INVAL;
4590 lfs_rename(&lfs, "coffee", "") => LFS_ERR_INVAL;
4593 lfs_rename(&lfs, "", "") => LFS_ERR_INVAL;
4596 lfs_stat(&lfs, "", &info) => LFS_ERR_INVAL;
4599 lfs_remove(&lfs, "") => LFS_ERR_INVAL;
4602 lfs_stat(&lfs, "", &info) => LFS_ERR_INVAL;
4655 lfs_rename(&lfs, "/", "coffee") => LFS_ERR_INVAL;
4658 lfs_rename(&lfs, "coffee", "/") => LFS_ERR_INVAL;
4661 lfs_rename(&lfs, "/", "/") => LFS_ERR_INVAL;
4669 lfs_remove(&lfs, "/") => LFS_ERR_INVAL;
4775 lfs_rename(&lfs, "/", "coffee") => LFS_ERR_INVAL;
4776 lfs_rename(&lfs, ".", "coffee") => LFS_ERR_INVAL;
4777 lfs_rename(&lfs, "./", "coffee") => LFS_ERR_INVAL;
4778 lfs_rename(&lfs, "/.", "coffee") => LFS_ERR_INVAL;
4779 lfs_rename(&lfs, "//", "coffee") => LFS_ERR_INVAL;
4782 lfs_rename(&lfs, "coffee", "/") => LFS_ERR_INVAL;
4783 lfs_rename(&lfs, "coffee", ".") => LFS_ERR_INVAL;
4784 lfs_rename(&lfs, "coffee", "./") => LFS_ERR_INVAL;
4785 lfs_rename(&lfs, "coffee", "/.") => LFS_ERR_INVAL;
4786 lfs_rename(&lfs, "coffee", "//") => LFS_ERR_INVAL;
4789 lfs_rename(&lfs, "/", "/") => LFS_ERR_INVAL;
4790 lfs_rename(&lfs, ".", ".") => LFS_ERR_INVAL;
4791 lfs_rename(&lfs, "..", "..") => LFS_ERR_INVAL;
4792 lfs_rename(&lfs, "./", "./") => LFS_ERR_INVAL;
4793 lfs_rename(&lfs, "/.", "/.") => LFS_ERR_INVAL;
4794 lfs_rename(&lfs, "//", "//") => LFS_ERR_INVAL;
4814 lfs_remove(&lfs, "/") => LFS_ERR_INVAL;
4815 lfs_remove(&lfs, ".") => LFS_ERR_INVAL;
4816 lfs_remove(&lfs, "./") => LFS_ERR_INVAL;
4817 lfs_remove(&lfs, "/.") => LFS_ERR_INVAL;
4818 lfs_remove(&lfs, "//") => LFS_ERR_INVAL;