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

Go to the source code of this file.

Functions

int open_read (const char *)
 
int open_excl (const char *)
 
int open_append (const char *)
 
int open_trunc (const char *)
 
int open_write (const char *)
 

Detailed Description

Authors
djb, feh s/qmail

Definition in file open.h.

Function Documentation

◆ open_append()

int open_append ( const char *  fn)

Definition at line 12 of file open.c.

◆ open_excl()

int open_excl ( const char *  fn)

Definition at line 15 of file open.c.

◆ open_read()

int open_read ( const char *  fn)

Definition at line 18 of file open.c.

Here is the caller graph for this function:

◆ open_trunc()

int open_trunc ( const char *  fn)

Definition at line 21 of file open.c.

◆ open_write()

int open_write ( const char *  fn)

Definition at line 24 of file open.c.