Searched refs:oldoffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | init_sec_context.c | 532 int32_t offset = 0, oldoffset = 0; in init_auth_restart() local 639 krb5_get_kdc_sec_offset (context, &oldoffset, NULL); in init_auth_restart() 653 krb5_set_kdc_sec_offset (context, oldoffset, -1); in init_auth_restart() 666 krb5_set_kdc_sec_offset (context, oldoffset, -1); in init_auth_restart()
|
| /freebsd-13.1/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 225 oldoffset
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 351 unsigned int oldoffset[4]; member 2940 offs = rar->oldoffset[offsindex]; in expand() 2955 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand() 2956 rar->oldoffset[0] = offs; in expand() 2971 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand() 2972 rar->oldoffset[0] = offs; in expand() 3038 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand() 3039 rar->oldoffset[0] = offs; in expand()
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 9073 int offset, oldoffset, newoffset; local 9104 oldoffset = offset + (oldloc - base); 9109 dap = diradd_lookup(pagedep, oldoffset); 9113 oldoffset = DIRADDHASH(oldoffset); 9115 newoffset != oldoffset) {
|