Home
last modified time | relevance | path

Searched refs:L_INCR (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/tcsh/
HDtc.os.h386 #ifndef L_INCR
388 # define L_INCR SEEK_CUR macro
390 # define L_INCR 1 macro
HDsh.lex.c1618 lseek(fildes, -(off_t)partial, L_INCR); in wide_read()
1855 if ((x = lseek(SHIN, (off_t) 0, L_INCR)) == -1) in settell()
/freebsd-head/sys/sys/
HDunistd.h118 #define L_INCR SEEK_CUR macro
/freebsd-head/sys/kern/
HDvfs_vnops.c2726 if (whence == L_INCR && offset == 0) { in vn_seek()
2737 case L_INCR: in vn_seek()
HDuipc_shm.c427 case L_INCR: in shm_seek()