fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
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)   (seek_set((fd),(seek_pos) 0))
 

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)    (seek_set((fd),(seek_pos) 0))

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)

Definition at line 16 of file seek.c.

Here is the call graph for this function:

◆ seek_end()

int seek_end ( int  fd)

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 
)

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 
)

Definition at line 37 of file seek.c.

Here is the call graph for this function: