Home
last modified time | relevance | path

Searched refs:L_SET (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dunistd.h16 #define L_SET SEEK_SET macro
/haiku/src/bin/network/ftpd/
H A Dftpd.c1777 } else if (lseek(fileno(fin), restart_point, L_SET) < 0) { in retrieve()
1866 } else if (lseek(fileno(fout), restart_point, L_SET) < 0) { in store()