Home
last modified time | relevance | path

Searched defs:SEEK_CUR (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/_types/
H A D_seek_set.h37 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/xnu-11215.81.4/libkern/libkern/
H A Dzconf.h324 # define SEEK_CUR 1 /* Seek from current position. */ macro