s/qmail  3.3.23
Next generation secure email transport
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 seek_set ()
 
int seek_end ()
 
int seek_trunc ()
 

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 ( )
Here is the caller graph for this function:

◆ seek_end()

int seek_end ( )
Here is the caller graph for this function:

◆ seek_set()

int seek_set ( )
Here is the caller graph for this function:

◆ seek_trunc()

int seek_trunc ( )
Here is the caller graph for this function: