Searched refs:osb (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Ded.refresh.c589 Char *osb, *ose, *nsb, *nse; local
661 osb = ols;
681 osb = ofd;
700 if (((ose - osb) < (p - o)) && (2 * (p - o) > o - ofd)) {
703 osb = o;
737 fx = (int) ((nsb - nfd) - (osb - ofd));
746 osb = ols;
762 osb = ols;
782 /* was: if (osb == ose) */
783 if ((ose - osb) < MIN_END_KEE
[all...]
/freebsd-current/contrib/libedit/
H A Drefresh.c545 wchar_t *osb, *ose, *nsb, *nse; local
604 osb = ols;
627 osb = ofd;
647 if (((ose - osb) < (p - o)) &&
651 osb = o;
674 fx = (int)((nsb - nfd) - (osb - ofd));
683 osb = ols;
699 osb = ols;
718 /* was: if (osb == ose) */
719 if ((ose - osb) < MIN_END_KEE
[all...]
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c598 struct ostatfs osb; local
605 freebsd4_cvtstatfs(sfp, &osb);
606 error = copyout(&osb, uap->buf, sizeof(osb));
624 struct ostatfs osb; local
631 freebsd4_cvtstatfs(sfp, &osb);
632 error = copyout(&osb, uap->buf, sizeof(osb));
652 struct ostatfs osb; local
669 freebsd4_cvtstatfs(sp, &osb);
692 struct ostatfs osb; local
752 struct freebsd11_statfs osb; local
772 struct freebsd11_statfs osb; local
799 struct freebsd11_statfs osb; local
832 struct freebsd11_statfs osb; local
2223 struct ostat osb; local
2246 struct ostat osb; local
2365 struct freebsd11_stat osb; local
2381 struct freebsd11_stat osb; local
2399 struct freebsd11_stat osb; local
2418 struct freebsd11_stat osb; local
[all...]
H A Dkern_descrip.c1574 struct freebsd11_stat osb; local
1580 error = freebsd11_cvtstat(&sb, &osb);
1582 error = copyout(&osb, uap->sb, sizeof(osb));
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1263 struct stat isb, osb; local
1340 if (fstat(out, &osb) != 0) {
1345 if (osb.st_size != size) {
1347 outfile, (uintmax_t)osb.st_size, (uintmax_t)size);
1373 struct stat isb, osb; local
1659 if (fstat(ofd, &osb) != 0) {
1665 if (osb.st_size != size) {
1667 (uintmax_t)size, (uintmax_t)osb.st_size);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddsl_crypt.h209 boolean_t dmu_objset_crypto_key_equal(objset_t *osa, objset_t *osb);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c274 dmu_objset_crypto_key_equal(objset_t *osa, objset_t *osb) argument
283 if (spa != dmu_objset_spa(osb))
286 objb = dmu_objset_ds(osb)->ds_object;

Completed in 283 milliseconds