HomeSort by relevance Sort by last modified time
    Searched refs:ENAMETOOLONG (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tempnam.c 58 errno = ENAMETOOLONG;
70 errno = ENAMETOOLONG;
80 errno = ENAMETOOLONG;
89 errno = ENAMETOOLONG;
  /bionic/libc/bionic/
gethostname.cpp 42 errno = ENAMETOOLONG;
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 99 errno = ENAMETOOLONG;
116 errno = ENAMETOOLONG;
128 errno = ENAMETOOLONG;
161 errno = ENAMETOOLONG;
204 errno = ENAMETOOLONG;
215 errno = ENAMETOOLONG;
  /external/openssh/openbsd-compat/
realpath.c 105 errno = ENAMETOOLONG;
120 errno = ENAMETOOLONG;
130 errno = ENAMETOOLONG;
161 errno = ENAMETOOLONG;
200 errno = ENAMETOOLONG;
208 errno = ENAMETOOLONG;
basename.c 59 errno = ENAMETOOLONG;
dirname.c 65 errno = ENAMETOOLONG;
  /external/u-boot/fs/yaffs2/
yaffs_error.c 34 { ENAMETOOLONG, "ENAMETOOLONG"},
yportenv.h 189 #ifndef ENAMETOOLONG
190 #define ENAMETOOLONG 36
  /external/libusb/msvc/
errno.h 64 #define ENAMETOOLONG 38 /* Filename too long (91 in Cyg?) */
72 * NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
27-1.c 10 * Test that mq_open() fails with ENAMETOOLONG if the name parameter's
50 if (errno != ENAMETOOLONG) {
51 printf("errno != ENAMETOOLONG\n");
56 printf("errno == ENAMETOOLONG\n");
27-2.c 10 * Test that mq_open() fails with ENAMETOOLONG if a component of the
53 if (errno != ENAMETOOLONG) {
54 printf("errno != ENAMETOOLONG\n");
59 printf("errno == ENAMETOOLONG\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
39-1.c 10 * Test that the shm_open() function sets errno = ENAMETOOLONG if the length
44 if (fd == -1 && errno == ENAMETOOLONG) {
39-2.c 10 * Test that the shm_open() function sets errno = ENAMETOOLONG if the length
48 if (fd == -1 && errno == ENAMETOOLONG) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
10-1.c 10 * Test that the shm_unlink() function sets errno = ENAMETOOLONG if the length
50 if (result == -1 && errno == ENAMETOOLONG) {
10-2.c 10 * Test that the shm_unlink() function sets errno = ENAMETOOLONG if the length
53 if (result == -1 && errno == ENAMETOOLONG) {
  /external/curl/src/
tool_dirhie.c 59 #ifdef ENAMETOOLONG
60 case ENAMETOOLONG:
  /external/ltp/testcases/kernel/syscalls/link/
link04.c 70 {longpath, "pathname too long", "nefile", "nefile", ENAMETOOLONG},
78 {"regfile", "regfile", longpath, "pathname too long", ENAMETOOLONG},
  /external/libcxx/include/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 62 ENAMETOOLONG, "ENAMETOOLONG", ENAMETOOLONG}, {
  /external/wayland/tests/
socket-test.c 67 assert(errno == ENAMETOOLONG);
86 assert(errno == ENAMETOOLONG);
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 23 #define ENAMETOOLONG 36
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 57 #define ENAMETOOLONG 78
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 129 #define ENAMETOOLONG 63 /* File name too long */
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
access.c 43 function include: EACCES, ENOENT, ENOTDIR, ENAMETOOLONG
63 errno = ENAMETOOLONG;
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 8 #define ENAMETOOLONG 36 /* File name too long */

Completed in 755 milliseconds

1 2 3 4 5 6 7