Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 25 of 28) sorted by relevance

12

/external/openssh/openbsd-compat/
Drealpath.c79 errno = ENAMETOOLONG; in realpath()
94 errno = ENAMETOOLONG; in realpath()
104 errno = ENAMETOOLONG; in realpath()
135 errno = ENAMETOOLONG; in realpath()
173 errno = ENAMETOOLONG; in realpath()
181 errno = ENAMETOOLONG; in realpath()
Ddirname.c65 errno = ENAMETOOLONG; in dirname()
Dbasename.c59 errno = ENAMETOOLONG; in basename()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp159 #ifndef ENAMETOOLONG
160 #error ENAMETOOLONG not defined
/external/libxml2/os400/dlfcn/
Ddlfcn.c388 errno = ENAMETOOLONG; in dlmakepath()
462 errno = ENAMETOOLONG; in dlresolveLink()
478 errno = ENAMETOOLONG; in dlresolveLink()
542 errno = ENAMETOOLONG; in dlGetObjectName()
/external/bison/lib/
Dstat.c114 errno = ENAMETOOLONG; in rpl_stat()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h7 #define ENAMETOOLONG 36 /* File name too long */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h52 #define ENAMETOOLONG 78 /* File name too long */ macro
/external/tcpdump/win32/Include/
Derrno.h39 #define ENAMETOOLONG 36 /* File name too long */ macro
/external/libcxx/include/
Dcerrno301 #ifndef ENAMETOOLONG
302 #define ENAMETOOLONG 9957
Dsystem_error140 filename_too_long, // ENAMETOOLONG
272 filename_too_long = ENAMETOOLONG,
Dmodule.modulemap47 EALREADY, EFBIG, ENAMETOOLONG, ENOPROTOOPT, EOVERFLOW, EWOULDBLOCK,
/external/selinux/libselinux/src/
Dcompute_create.c82 errno = ENAMETOOLONG; in security_compute_create_name_raw()
Dmatchpathcon.c395 errno=ENAMETOOLONG; in realpath_not_final()
Dlabel_file.c460 errno = ENAMETOOLONG; in process_file()
/external/squashfs-tools/kernel/fs/squashfs/
Dnamei.c157 err = -ENAMETOOLONG; in squashfs_lookup()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp39 static_assert(static_cast<int>(std::errc::filename_too_long) == ENAMETOOLONG, ""); in main()
/external/netcat/
Dnetcat.c519 errno = ENAMETOOLONG; in unix_bind()
555 errno = ENAMETOOLONG; in unix_connect()
/external/valgrind/include/vki/
Dvki-darwin.h591 #define VKI_ENAMETOOLONG ENAMETOOLONG
/external/openssh/
Dmisc.c1072 errno = ENAMETOOLONG; in unix_listener()
Dsftp-server.c207 case ENAMETOOLONG: in errno_to_portable()
/external/libxml2/
DxmlIO.c335 #ifdef ENAMETOOLONG in __xmlIOErr()
336 else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG; in __xmlIOErr()
/external/strace/
Dstrace.c1170 errno = ENAMETOOLONG; in startup_child()
/external/elfutils/src/src/
Dar.c469 if (errno == ENAMETOOLONG && allow_truncate_fname) in do_oper_extract()
/external/mksh/src/
Dmisc.c1493 errno = ENAMETOOLONG; in do_realpath()

12