fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
seek.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define seek_begin(fd)
 

Typedefs

typedef unsigned long seek_pos
 

Functions

seek_pos seek_cur (int)
 
int seek_set (int, seek_pos)
 
int seek_end (int)
 
int seek_trunc (int, seek_pos)
 

Macro Definition Documentation

◆ seek_begin

#define seek_begin ( fd)
Value:
(seek_set((fd),(seek_pos) 0))
int seek_set(int, seek_pos)
Definition seek.c:31
unsigned long seek_pos
Definition seek.h:4

Definition at line 13 of file seek.h.

Typedef Documentation

◆ seek_pos

typedef unsigned long seek_pos

Definition at line 4 of file seek.h.

Function Documentation

◆ seek_cur()

seek_pos seek_cur ( int fd)
extern

Definition at line 16 of file seek.c.

Here is the call graph for this function:

◆ seek_end()

int seek_end ( int fd)
extern

Definition at line 23 of file seek.c.

Here is the call graph for this function:

◆ seek_set()

int seek_set ( int fd,
seek_pos pos )
extern

Definition at line 31 of file seek.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ seek_trunc()

int seek_trunc ( int fd,
seek_pos pos )
extern

Definition at line 37 of file seek.c.

Here is the call graph for this function: