Searched defs:fileoff (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_srvtab.c261 long *fileoff; local
266 if (!(fileoff = (long *)malloc(sizeof(*fileoff)))) {
270 *fileoff = ftell(KTFILEP(id));
271 *cursorp = (krb5_kt_cursor)fileoff;
283 long *fileoff = (long *)*cursor; local
287 if (fseek(KTFILEP(id), *fileoff, 0) == -1)
291 *fileoff = ftell(KTFILEP(id));
H A Dkt_file.c457 long *fileoff; local
470 if (!(fileoff = (long *)malloc(sizeof(*fileoff)))) {
476 *fileoff = KTSTARTOFF(id);
477 *cursorp = (krb5_kt_cursor)fileoff;
499 long *fileoff = (long *)*cursor; local
510 if (fseek(KTFILEP(id), *fileoff, 0) == -1) {
518 *fileoff = ftell(KTFILEP(id));
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmacho.h97 grub_uint32_t fileoff; member in struct:grub_macho_segment32
114 grub_uint64_t fileoff; member in struct:grub_macho_segment64

Completed in 25 milliseconds