Home
last modified time | relevance | path

Searched refs:oldoffset (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c532 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/share/doc/psd/05.sysman/
H A Dspell.ok225 oldoffset
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c351 unsigned int oldoffset[4]; member
2954 offs = rar->oldoffset[offsindex]; in expand()
2969 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand()
2970 rar->oldoffset[0] = offs; in expand()
2985 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand()
2986 rar->oldoffset[0] = offs; in expand()
3052 rar->oldoffset[i] = rar->oldoffset[i-1]; in expand()
3053 rar->oldoffset[0] = offs; in expand()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c8871 int offset, oldoffset, newoffset; in softdep_change_directoryentry_offset() local
8902 oldoffset = offset + (oldloc - base); in softdep_change_directoryentry_offset()
8907 dap = diradd_lookup(pagedep, oldoffset); in softdep_change_directoryentry_offset()
8911 oldoffset = DIRADDHASH(oldoffset); in softdep_change_directoryentry_offset()
8913 newoffset != oldoffset) { in softdep_change_directoryentry_offset()