EINVAL            365 lib/strutil/strutil.c         return (errno == EINVAL) ? ESTR_PROBLEM : ESTR_FAILURE;
EINVAL           1191 lib/utilunix.c                 if (errno != EINVAL)
EINVAL            535 lib/vfs/direntry.c         me->verrno = EINVAL;
EINVAL            625 lib/vfs/interface.c         errno = EINVAL;
EINVAL            831 lib/vfs/path.c         errno = EINVAL;
EINVAL            175 lib/vfs/vfs.c          errno = EINVAL;
EINVAL           2228 src/filemanager/file.c     return (e == ENOTSUP || e == EOPNOTSUPP || e == ENOSYS || e == EINVAL || e == ENOTTY
EINVAL            118 src/filemanager/filegui.c                      : device == B_BAD_VALUE     ? EINVAL
EINVAL           1330 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EINVAL;
EINVAL            859 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
EINVAL            906 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
EINVAL           1361 src/vfs/ftpfs/ftpfs.c         ERRNOR (EINVAL, -1);