Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/bsd/sys/_types/
H A D_seek_set.h35 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/xnu-8792.61.2/bsd/sys/
H A Dunistd.h128 #define L_XTND SEEK_END
/xnu-8792.61.2/SETUP/json_compilation_db/
H A Djson_compilation_db.c126 ret = fseeko(dst, -3, SEEK_END); in main()
/xnu-8792.61.2/libkern/libkern/
H A Dzconf.h325 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_lockf.c242 case SEEK_END: in lf_advlock()
H A Dkern_descrip.c3185 case SEEK_END: in sys_fcntl_nocancel()