#include "config.h"#include "headers.h"#include "types.h"#include "error.h"#include "fd.h"
Go to the source code of this file.
Functions | |
| int | set_fl (int fd, int flags) |
| int | clr_fl (int fd, int flags) |
| int | fdBegin (int fd) |
| int | fdEnd (int fd) |
| int | fdIsFile (int fd) |
| int | fdFileSize (int fd, uint64 *size) |
| int clr_fl | ( | int | fd, | |
| int | flags | |||
| ) |
Definition at line 24 of file fd.c.
References print_error().
Referenced by fdEnd().

| int fdBegin | ( | int | fd | ) |
| int fdEnd | ( | int | fd | ) |
| int fdFileSize | ( | int | fd, | |
| uint64 * | size | |||
| ) |
Definition at line 62 of file fd.c.
References print_error().
Referenced by parse_infile_value().

| int fdIsFile | ( | int | fd | ) |
Definition at line 50 of file fd.c.
References print_error().
Referenced by parse_infile_value().

| int set_fl | ( | int | fd, | |
| int | flags | |||
| ) |
Definition at line 8 of file fd.c.
References print_error().
Referenced by fdBegin().

1.6.1