fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
open.c File Reference

open a file More...

#include <sys/types.h>
#include <fcntl.h>
#include "open.h"
Include dependency graph for open.c:

Go to the source code of this file.

Functions

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

Detailed Description

open a file

Author
djb qmail

Definition in file open.c.

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.