| /dragonfly/crypto/openssh/ |
| HD | sftp-realpath.c | 102 errno = ENAMETOOLONG; in sftp_realpath() 117 errno = ENAMETOOLONG; in sftp_realpath() 127 errno = ENAMETOOLONG; in sftp_realpath() 158 errno = ENAMETOOLONG; in sftp_realpath() 197 errno = ENAMETOOLONG; in sftp_realpath() 205 errno = ENAMETOOLONG; in sftp_realpath()
|
| /dragonfly/lib/libc/stdlib/ |
| HD | realpath.c | 113 errno = ENAMETOOLONG; in realpath() 130 errno = ENAMETOOLONG; in realpath() 142 errno = ENAMETOOLONG; in realpath() 174 errno = ENAMETOOLONG; in realpath() 217 errno = ENAMETOOLONG; in realpath() 228 errno = ENAMETOOLONG; in realpath()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | xgethostname.c | 38 #ifndef ENAMETOOLONG 39 # define ENAMETOOLONG 0 macro 72 else if (errno != 0 && errno != ENAMETOOLONG && errno != EINVAL in xgethostname()
|
| /dragonfly/contrib/grep/lib/ |
| HD | chdir-long.c | 113 if (e == 0 || errno != ENAMETOOLONG) in chdir_long() 145 errno = ENAMETOOLONG; in chdir_long() 174 errno = ENAMETOOLONG; in chdir_long()
|
| /dragonfly/lib/libutil/ |
| HD | efun.c | 62 errno = ENAMETOOLONG; in estrlcpy() 75 errno = ENAMETOOLONG; in estrlcat()
|
| HD | gr_util.c | 65 errno = ENAMETOOLONG; in gr_init() 76 errno = ENAMETOOLONG; in gr_init() 81 errno = ENAMETOOLONG; in gr_init() 140 errno = ENAMETOOLONG; in gr_tmp()
|
| HD | pw_util.c | 98 errno = ENAMETOOLONG; in pw_init() 109 errno = ENAMETOOLONG; in pw_init() 114 errno = ENAMETOOLONG; in pw_init() 220 errno = ENAMETOOLONG; in pw_tmp()
|
| /dragonfly/contrib/bmake/ |
| HD | realpath.c | 156 errno = ENAMETOOLONG; in realpath() 190 errno = ENAMETOOLONG; in realpath()
|
| /dragonfly/test/stress/fsstress/ |
| HD | fsstress.c | 526 if (rval >= 0 || errno != ENAMETOOLONG) in attr_list_path() 546 if (rval >= 0 || errno != ENAMETOOLONG) in attr_remove_path() 566 if (rval >= 0 || errno != ENAMETOOLONG) in attr_set_path() 602 if (rval >= 0 || errno != ENAMETOOLONG) in creat_path() 869 if (rval >= 0 || errno != ENAMETOOLONG) in lchown_path() 891 if (rval >= 0 || errno != ENAMETOOLONG) in link_path() 943 if (rval >= 0 || errno != ENAMETOOLONG) in lstat64_path() 979 if (rval >= 0 || errno != ENAMETOOLONG) in mkdir_path() 998 if (rval >= 0 || errno != ENAMETOOLONG) in mknod_path() 1039 if (rval >= 0 || errno != ENAMETOOLONG) in open_path() [all …]
|
| /dragonfly/sbin/badsect/ |
| HD | badsect.c | 96 errno = ENAMETOOLONG; in main() 104 errno = ENAMETOOLONG; in main()
|
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_sem.c | 423 return (ENAMETOOLONG); in get_path() 430 return (ENAMETOOLONG); in get_path() 602 errno = ENAMETOOLONG; in _sem_open() 740 if (errno != ENAMETOOLONG && errno != ENOENT) in _sem_unlink()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | system_error.cc | 181 #ifdef ENAMETOOLONG in default_error_condition() 182 case ENAMETOOLONG: in default_error_condition()
|
| /dragonfly/contrib/smbfs/lib/smb/ |
| HD | ctx.c | 279 return ENAMETOOLONG; in smb_ctx_setserver() 290 return ENAMETOOLONG; in smb_ctx_setuser() 301 return ENAMETOOLONG; in smb_ctx_setworkgroup() 314 return ENAMETOOLONG; in smb_ctx_setpassword() 329 return ENAMETOOLONG; in smb_ctx_setshare()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_ustar.c | 435 archive_set_error(&a->archive, ENAMETOOLONG, in __archive_write_format_header_ustar() 445 archive_set_error(&a->archive, ENAMETOOLONG, in __archive_write_format_header_ustar() 450 archive_set_error(&a->archive, ENAMETOOLONG, in __archive_write_format_header_ustar() 493 archive_set_error(&a->archive, ENAMETOOLONG, in __archive_write_format_header_ustar()
|
| /dragonfly/contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/ |
| HD | dmeventd_mirror.c | 151 …return -ENAMETOOLONG; /* FIXME These return code distinctions are not used so remove them!… in _remove_failed_devices() 164 …return -ENAMETOOLONG; /* FIXME Replace with generic error return - reason for failure has already … in _remove_failed_devices()
|
| /dragonfly/usr.bin/mkstr/ |
| HD | mkstr.c | 101 errno = ENAMETOOLONG; in main() 109 errno = ENAMETOOLONG; in main()
|
| /dragonfly/test/testcases/posixipc/unlink_path_too_long/ |
| HD | unlink_path_too_long.c | 11 retval = sem_unlink_should_fail(page, ENAMETOOLONG); in main()
|
| /dragonfly/lib/libc/gen/ |
| HD | gethostname.c | 49 errno = ENAMETOOLONG; in gethostname()
|
| /dragonfly/test/testcases/posixipc/open_path_too_long/ |
| HD | open_path_too_long.c | 12 sem_open_should_fail(page, O_RDONLY, 0777, 1, ENAMETOOLONG); in main()
|
| /dragonfly/usr.bin/diff/ |
| HD | diffdir.c | 59 warnc(ENAMETOOLONG, "%s", p1); in diffdir() 69 warnc(ENAMETOOLONG, "%s", p2); in diffdir()
|
| /dragonfly/contrib/openpam/lib/libpam/ |
| HD | openpam_configure.c | 428 errno = ENAMETOOLONG; in openpam_load_chain() 434 errno = ENAMETOOLONG; in openpam_load_chain()
|
| /dragonfly/sys/sys/ |
| HD | errno.h | 146 #define ENAMETOOLONG 63 /* File name too long */ macro
|
| /dragonfly/contrib/tnftp/src/ |
| HD | main.c | 218 errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG)); in main() 333 strerror(ENAMETOOLONG)); in main() 488 strerror(ENAMETOOLONG)); in main()
|
| /dragonfly/sys/platform/vkernel64/platform/ |
| HD | copyio.c | 261 return (ENAMETOOLONG); in copystr() 301 return(ENAMETOOLONG); in copyinstr()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strerror.c | 286 #if defined (ENAMETOOLONG) 287 ENTRY(ENAMETOOLONG, "ENAMETOOLONG", "File name too long"),
|