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

file descriptor manipulation More...

#include <fcntl.h>
#include "fd.h"
Include dependency graph for fd.c:

Go to the source code of this file.

Functions

int close (int __fd)
 
int fd_copy (int to, int from)
 
int fd_move (int to, int from)
 
int fd_coe (int fd)
 

Detailed Description

file descriptor manipulation

@autor djb qmail

Definition in file fd.c.

Function Documentation

◆ close()

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

◆ fd_coe()

int fd_coe ( int  fd)

Definition at line 30 of file fd.c.

◆ fd_copy()

int fd_copy ( int  to,
int  from 
)

Definition at line 13 of file fd.c.

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

◆ fd_move()

int fd_move ( int  to,
int  from 
)

Definition at line 22 of file fd.c.

Here is the call graph for this function: