Home
last modified time | relevance | path

Searched refs:lo_end (Results 1 – 25 of 59) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c1203 end = lop->lo_end; in nfsrv_freeallnfslocks()
1787 end = new_lop->lo_end; in nfsrv_lockctrl()
1892 end = new_lop->lo_end; in nfsrv_lockctrl()
3324 new_lop->lo_end >= lop->lo_end)) { in nfsrv_updatelock()
3334 if (lop->lo_end > new_lop->lo_end) in nfsrv_updatelock()
3335 new_lop->lo_end = lop->lo_end; in nfsrv_updatelock()
3357 if (new_lop->lo_end >= lop->lo_end) { in nfsrv_updatelock()
3389 other_lop->lo_end = lop->lo_end; in nfsrv_updatelock()
3393 lop->lo_end = tmp; in nfsrv_updatelock()
5042 first = lop->lo_end; in nfsrv_locallock()
[all …]
H A Dnfs_nfsdserv.c682 lop->lo_end = off + reqlen; in nfsrvd_read()
686 if (lop->lo_end < off) in nfsrvd_read()
687 lop->lo_end = NFS64BITSSET; in nfsrvd_read()
836 lop->lo_end = off + len; in nfsrvd_write()
842 lop->lo_end = NFS64BITSSET; in nfsrvd_write()
2236 lop->lo_end = NFS64BITSSET; in nfsrvd_lock()
2238 lop->lo_end = offset + len; in nfsrvd_lock()
2364 lo.lo_end = NFS64BITSSET; in nfsrvd_lockt()
2366 lo.lo_end = lo.lo_first + len; in nfsrvd_lockt()
2367 if (lo.lo_end <= lo.lo_first) in nfsrvd_lockt()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsrvstate.h172 u_int64_t lo_end; member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dzic.c632 char *lo_end = timerange, *hi_end; in timerange_option() local
635 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option()
636 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
639 hi_end = lo_end; in timerange_option()
640 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
642 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
643 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c634 char *lo_end = timerange, *hi_end; in timerange_option() local
637 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option()
638 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
641 hi_end = lo_end; in timerange_option()
642 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
644 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
645 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c634 char *lo_end = timerange, *hi_end; in timerange_option() local
637 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option()
638 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
641 hi_end = lo_end; in timerange_option()
642 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
644 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
645 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-docs/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-client/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/chrono-tz-0.5.2/tz/
H A Dzic.c634 char *lo_end = timerange, *hi_end; in timerange_option() local
637 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option()
638 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
641 hi_end = lo_end; in timerange_option()
642 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
644 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
645 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dzic.c634 char *lo_end = timerange, *hi_end; in timerange_option() local
637 lo = strtoimax (timerange + 1, &lo_end, 10); in timerange_option()
638 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
641 hi_end = lo_end; in timerange_option()
642 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
644 hi = strtoimax (lo_end + 2, &hi_end, 10); in timerange_option()
645 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/dports/www/zola/zola-0.15.2/cargo-crates/chrono-tz-0.6.0/tz/
H A Dzic.c632 char *lo_end = timerange, *hi_end;
635 lo = strtoimax (timerange + 1, &lo_end, 10);
636 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE))
639 hi_end = lo_end;
640 if (lo_end[0] == '/' && lo_end[1] == '@') {
642 hi = strtoimax (lo_end + 2, &hi_end, 10);
643 if (hi_end == lo_end + 2 || hi == INTMAX_MIN)
/dports/databases/postgresql11-docs/postgresql-11.14/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql11-client/postgresql-11.14/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql10-server/postgresql-10.19/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()
/dports/databases/postgresql12-client/postgresql-12.9/src/timezone/
H A Dzic.c604 char *lo_end = timerange, in timerange_option() local
610 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
611 if (lo_end == timerange + 1 || (lo == PG_INT64_MAX && errno == ERANGE)) in timerange_option()
614 hi_end = lo_end; in timerange_option()
615 if (lo_end[0] == '/' && lo_end[1] == '@') in timerange_option()
618 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
619 if (hi_end == lo_end + 2 || hi == PG_INT64_MIN) in timerange_option()

123