/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 184 ENAMETOOLONG => "File name too long", 1160 ENAMETOOLONG = libc::ENAMETOOLONG, 1305 libc::ENAMETOOLONG => ENAMETOOLONG, 1477 ENAMETOOLONG = libc::ENAMETOOLONG, 1595 libc::ENAMETOOLONG => ENAMETOOLONG, 1713 ENAMETOOLONG [all...] |
/third_party/curl/src/ |
H A D | tool_dirhie.c | 56 #ifdef ENAMETOOLONG in show_dir_errno() 57 case ENAMETOOLONG: in show_dir_errno()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link04.c | 44 {longpath, "pathname too long", "nefile", "nefile", ENAMETOOLONG}, 51 {"regfile", "regfile", longpath, "pathname too long", ENAMETOOLONG},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 62 ENAMETOOLONG, "ENAMETOOLONG", ENAMETOOLONG}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 64 #undef ENAMETOOLONG macro 65 #define ENAMETOOLONG WSAENAMETOOLONG macro
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 601 if (rval >= 0 || errno != ENAMETOOLONG) in attr_list_path() 620 if (rval >= 0 || errno != ENAMETOOLONG) in attr_remove_path() 640 if (rval >= 0 || errno != ENAMETOOLONG) in attr_set_path() 674 if (rval >= 0 || errno != ENAMETOOLONG) in creat_path() 928 if (rval >= 0 || errno != ENAMETOOLONG) in lchown_path() 949 if (rval >= 0 || errno != ENAMETOOLONG) in link_path() 1000 if (rval >= 0 || errno != ENAMETOOLONG) in lstat64_path() 1034 if (rval >= 0 || errno != ENAMETOOLONG) in mkdir_path() 1052 if (rval >= 0 || errno != ENAMETOOLONG) in mknod_path() 1090 if (rval >= 0 || errno != ENAMETOOLONG) in open_path() [all...] |
/third_party/musl/src/misc/ |
H A D | nftw.c | 116 errno = ENAMETOOLONG; in do_nftw() 157 errno = ENAMETOOLONG;
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | nftw.c | 83 errno = ENAMETOOLONG; in do_nftw() 117 errno = ENAMETOOLONG; in nftw()
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat02.c | 70 {TEST_FILE, nametoolong, 0, ENAMETOOLONG, NULL, NULL}, 71 {nametoolong, TEST_FILE, 0, ENAMETOOLONG, NULL, NULL},
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 270 errno = ENAMETOOLONG; in tinydir_open() 512 errno = ENAMETOOLONG; in tinydir_open() 523 errno = ENAMETOOLONG; in tinydir_open() 646 errno = ENAMETOOLONG; in tinydir_open()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename10.c | 11 * Verify that rename(2) fails with ENAMETOOLONG, when 32 ENAMETOOLONG); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir04.c | 22 {long_dir, ENAMETOOLONG},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 39-1.c | 10 * Test that the shm_open() function sets errno = ENAMETOOLONG if the length 44 if (fd == -1 && errno == ENAMETOOLONG) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 27-2.c | 10 * Test that mq_open() fails with ENAMETOOLONG if a component of the 53 if (errno != ENAMETOOLONG) { in main() 54 printf("errno != ENAMETOOLONG\n"); in main() 59 printf("errno == ENAMETOOLONG\n"); in main()
|
H A D | 27-1.c | 10 * Test that mq_open() fails with ENAMETOOLONG if the name parameter's 50 if (errno != ENAMETOOLONG) { in main() 51 printf("errno != ENAMETOOLONG\n"); in main() 56 printf("errno == ENAMETOOLONG\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 10-1.c | 10 * Test that the shm_unlink() function sets errno = ENAMETOOLONG if the length 50 if (result == -1 && errno == ENAMETOOLONG) { in main()
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 381 #ifndef ENAMETOOLONG /* possible previous definition in errno.h */ 382 #define ENAMETOOLONG WSAENAMETOOLONG macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 209 #if defined(ENAMETOOLONG) && !defined(_WIN32) 210 # define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | lib64.c | 105 fprintf(temp, "TEST: %s fails with ENAMETOOLONG\n", name); in execute_function() 124 if (errno != ENAMETOOLONG) { in execute_function() 126 ENAMETOOLONG, errno); in execute_function()
|
H A D | lib.c | 105 fprintf(temp, "TEST: %s fails with ENAMETOOLONG\n", name); in execute_function() 124 if (errno != ENAMETOOLONG) { in execute_function() 126 ENAMETOOLONG, errno); in execute_function()
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 209 #if defined(ENAMETOOLONG) && !defined(_WIN32) 210 # define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
|
/third_party/musl/porting/uniproton/kernel/src/misc/ |
H A D | realpath.c | 69 errno = ENAMETOOLONG; in realpath()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/misc/ |
H A D | realpath.c | 69 errno = ENAMETOOLONG; in realpath()
|
/third_party/musl/src/stdio/ |
H A D | tempnam.c | 27 errno = ENAMETOOLONG; in tempnam()
|
/third_party/musl/porting/liteos_m/kernel/src/misc/ |
H A D | realpath.c | 69 errno = ENAMETOOLONG; in realpath()
|