Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 76 – 100 of 120) sorted by relevance

12345

/freebsd/sys/ufs/ffs/
H A Dffs_subr.c383 return(EILSEQ); in validate_sblock()
661 if (error == 0 || error == EILSEQ) { in ffs_sbsearch()
662 if (msg && error == EILSEQ) in ffs_sbsearch()
/freebsd/lib/libc/nls/
H A Dde_DE.ISO8859-1.msg177 $ EILSEQ
H A DC.msg177 $ EILSEQ
H A Dfr_FR.ISO8859-1.msg177 $ EILSEQ
H A Dnl_NL.ISO8859-1.msg177 $ EILSEQ
H A Dpl_PL.ISO8859-2.msg177 $ EILSEQ
H A Dpt_BR.ISO8859-1.msg177 $ EILSEQ
H A Dsk_SK.ISO8859-2.msg175 $ EILSEQ
H A Des_ES.ISO8859-1.msg177 $ EILSEQ
H A Dgl_ES.ISO8859-1.msg177 $ EILSEQ
H A Dca_ES.ISO8859-1.msg175 $ EILSEQ
H A Dhu_HU.ISO8859-2.msg177 $ EILSEQ
/freebsd/usr.bin/sed/
H A Dcompile.c826 errc(1, EILSEQ, NULL); in compile_tr()
829 errc(1, EILSEQ, NULL); in compile_tr()
/freebsd/bin/cat/
H A Dcat.c338 if (ferror(fp) && errno == EILSEQ) { in cook_cat()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c401 { BSM_ERRNO_EILSEQ, EILSEQ, ES("Illegal byte sequence") },
/freebsd/sys/security/audit/
H A Dbsm_errno.c402 { BSM_ERRNO_EILSEQ, EILSEQ, ES("Illegal byte sequence") },
/freebsd/sys/dev/ice/
H A Dice_strings.c564 case EILSEQ: in _ice_err_str()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c746 return (SET_ERROR(EILSEQ)); in zfsctl_snapshot_name()
1012 error = SET_ERROR(EILSEQ); in zfsctl_snapdir_mkdir()
H A Dzfs_vnops_os.c523 return (SET_ERROR(EILSEQ)); in zfs_lookup()
600 return (SET_ERROR(EILSEQ)); in zfs_create()
1231 return (SET_ERROR(EILSEQ)); in zfs_mkdir()
2757 return (SET_ERROR(EILSEQ)); in zfs_rename()
3256 return (SET_ERROR(EILSEQ)); in zfs_symlink()
3513 return (SET_ERROR(EILSEQ)); in zfs_link()
/freebsd/contrib/libedit/
H A Dread.c341 errno = EILSEQ; in read_char()
/freebsd/sys/geom/uzip/
H A Dg_uzip.c416 bp2->bio_error = EILSEQ; in g_uzip_do()
428 bp2->bio_error = EILSEQ; in g_uzip_do()
/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c938 return (EILSEQ); in _citrus_ISO2022_mbrtowc_priv()
1171 return (EILSEQ); in _ISO2022_sputwchar()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1656 #ifdef EILSEQ in err2str()
1657 case EILSEQ: in err2str()
/freebsd/usr.bin/join/
H A Djoin.c365 errc(1, EILSEQ, NULL); /* XXX */ in mbssep()
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot422 # 86 - EILSEQ

12345