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

1 2 3 4 5 6 7 8 9

  /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/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:
  /libcore/ojluni/src/main/native/
canonicalize_md.c 198 errno = ENAMETOOLONG;
216 errno = ENAMETOOLONG;
259 errno = ENAMETOOLONG;
  /external/libcxx/include/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /external/ltp/testcases/kernel/syscalls/link/
link04.c 75 {longpath, "pathname too long", "nefile", "nefile", ENAMETOOLONG},
86 {"regfile", "regfile", longpath, "pathname too long", ENAMETOOLONG},
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 304 #ifndef ENAMETOOLONG
305 #define ENAMETOOLONG 9957

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 9