OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foff_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
42
typedef long
foff_t
;
typedef in typeref:typename:long
55
foff_t
text_off; /* file offset of text section */
56
foff_t
data_off; /* file offset of data section */
220
if (fseek(fp, (
foff_t
) get_uint32(&hdr->e_phoff), SEEK_SET)) {
252
(
foff_t
) (get_uint32(&hdr->e_shoff) + sizeof shdr),
628
fseek(fpx, (
foff_t
) sizeof xhdr, SEEK_SET)) { /* skip header */
695
if (fseek(fpx, (
foff_t
) 0, SEEK_SET) ||
Completed in 212 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025