Searched defs:lseek (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dlseek3d.c25 __STDPP__directive pragma pp:hide lseek
27 #define lseek ______lseek
36 __STDPP__directive pragma pp:nohide lseek
38 #undef lseek
50 #undef lseek macro
132 NoN(lseek)
/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c18 #undef lseek macro
510 newLoc = lseek(fd, offset, mode);
2448 if ((lseek(0, (off_t) 0, SEEK_CUR) == -1) &&
2457 if ((lseek(1, (off_t) 0, SEEK_CUR) == -1) &&
2466 if ((lseek(2, (off_t) 0, SEEK_CUR) == -1) &&
/ast/src/lib/libast/include/
H A Dast_std.h287 #if !defined(lseek) && _lib_lseek64
288 #define lseek lseek64 macro
/ast/src/cmd/ksh93/include/
H A Dshell.h250 # define lseek sh_seek macro
/ast/src/cmd/ksh93/sh/
H A Dio.c372 Sfoff_t end, cur =lseek(ep->fd, (Sfoff_t)0, SEEK_CUR);
377 end =lseek(ep->fd, (Sfoff_t)0, SEEK_END);
378 lseek(ep->fd, (Sfoff_t)0, SEEK_CUR);
1441 off=lseek(fn, off, SEEK_SET);
1627 lseek(fd,(off_t)0,SEEK_SET);
1775 ftruncate(origfd,lseek(origfd,0,SEEK_CUR));
2071 if(lseek(fd,NIL(off_t),SEEK_CUR)<0)
2518 #undef lseek macro
2520 * shell version of lseek() for user added builtins
2529 return(lseek(f
[all...]
/ast/src/cmd/INIT/
H A Dratz.c111 #define lseek _lseek macro
4475 if (open(cmd, O_BINARY|O_RDONLY) || lseek(0, offset, 0) != offset)
4922 if ((pos = lseek(0, (off_t)0, SEEK_CUR)) < 0)
4926 if (lseek(0, (off_t)(-4), SEEK_END) < 0 || read(0, num, 4) != 4)
4930 lseek(0, pos, SEEK_SET);

Completed in 30 milliseconds