Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 - 25 of 198) sorted by relevance

12345678

/third_party/rust/crates/nix/src/
H A Derrno.rs184 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 Dtool_dirhie.c56 #ifdef ENAMETOOLONG in show_dir_errno()
57 case ENAMETOOLONG: in show_dir_errno()
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink04.c44 {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 D3-2.c62 ENAMETOOLONG, "ENAMETOOLONG", ENAMETOOLONG}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h64 #undef ENAMETOOLONG macro
65 #define ENAMETOOLONG WSAENAMETOOLONG macro
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c601 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 Dnftw.c116 errno = ENAMETOOLONG; in do_nftw()
157 errno = ENAMETOOLONG;
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c83 errno = ENAMETOOLONG; in do_nftw()
117 errno = ENAMETOOLONG; in nftw()
/third_party/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat02.c70 {TEST_FILE, nametoolong, 0, ENAMETOOLONG, NULL, NULL},
71 {nametoolong, TEST_FILE, 0, ENAMETOOLONG, NULL, NULL},
/third_party/lwip/src/apps/http/makefsdata/
H A Dtinydir.h270 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 Drename10.c11 * Verify that rename(2) fails with ENAMETOOLONG, when
32 ENAMETOOLONG); in run() local
/third_party/ltp/testcases/kernel/syscalls/chdir/
H A Dchdir04.c22 {long_dir, ENAMETOOLONG},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D39-1.c10 * 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 D27-2.c10 * 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 D27-1.c10 * 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 D10-1.c10 * 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 Dcurl_setup_once.h381 #ifndef ENAMETOOLONG /* possible previous definition in errno.h */
382 #define ENAMETOOLONG WSAENAMETOOLONG macro
/third_party/libuv/include/uv/
H A Derrno.h209 #if defined(ENAMETOOLONG) && !defined(_WIN32)
210 # define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c105 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 Dlib.c105 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 Derrno.h209 #if defined(ENAMETOOLONG) && !defined(_WIN32)
210 # define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
/third_party/musl/porting/uniproton/kernel/src/misc/
H A Drealpath.c69 errno = ENAMETOOLONG; in realpath()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/misc/
H A Drealpath.c69 errno = ENAMETOOLONG; in realpath()
/third_party/musl/src/stdio/
H A Dtempnam.c27 errno = ENAMETOOLONG; in tempnam()
/third_party/musl/porting/liteos_m/kernel/src/misc/
H A Drealpath.c69 errno = ENAMETOOLONG; in realpath()

Completed in 12 milliseconds

12345678