|
ocssw
1.0
|
#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <ctype.h>#include <string.h>#include "clib.h"Go to the source code of this file.
Functions | |
| if ((BAOPEN_RONLY &*mode)&&((BAOPEN_WONLY &*mode)||(BAOPEN_WONLY_TRUNC &*mode)||(BAOPEN_WONLY_APPEND &*mode))) | |
| if ((BAREAD &*mode)&&(BAWRITE &*mode)) | |
| if ((BAOPEN_RONLY &*mode)||(BAOPEN_WONLY &*mode)||(BAOPEN_WONLY_TRUNC &*mode)||(BAOPEN_WONLY_APPEND &*mode)||(BAOPEN_RW &*mode)) | |
| if (BAOPEN_RONLY &*mode) | |
| else | if (BAOPEN_WONLY &*mode) |
| else | if (BAOPEN_WONLY_TRUNC &*mode) |
| else | if (BAOPEN_WONLY_APPEND &*mode) |
| else | if (BAOPEN_RW &*mode) |
Variables | |
| int | i |
| int | j |
| int | jret |
| int | seekret |
| char * | realname |
| char * | tempchar |
| int | tcharval |
| size_t | count |
| * | nactual = 0 |
| if | ( | (BAOPEN_RONLY &*mode)&&((BAOPEN_WONLY &*mode)||(BAOPEN_WONLY_TRUNC &*mode)||(BAOPEN_WONLY_APPEND &*mode)) | ) |
Definition at line 144 of file bacio.v1.3.c.
Definition at line 151 of file bacio.v1.3.c.
| if | ( | (BAOPEN_RONLY &*mode)||(BAOPEN_WONLY &*mode)||(BAOPEN_WONLY_TRUNC &*mode)||(BAOPEN_WONLY_APPEND &*mode)||(BAOPEN_RW &*mode) | ) |
Definition at line 164 of file bacio.v1.3.c.
| if | ( | BAOPEN_RONLY &* | mode | ) |
Definition at line 201 of file bacio.v1.3.c.
| else if | ( | BAOPEN_WONLY &* | mode | ) |
Definition at line 207 of file bacio.v1.3.c.
| else if | ( | BAOPEN_WONLY_TRUNC &* | mode | ) |
Definition at line 213 of file bacio.v1.3.c.
| else if | ( | BAOPEN_WONLY_APPEND &* | mode | ) |
Definition at line 219 of file bacio.v1.3.c.
Definition at line 225 of file bacio.v1.3.c.
| size_t count |
Definition at line 138 of file bacio.v1.3.c.
| int i |
Definition at line 135 of file bacio.v1.3.c.
Definition at line 135 of file bacio.v1.3.c.
Definition at line 135 of file bacio.v1.3.c.
| * nactual = 0 |
Definition at line 141 of file bacio.v1.3.c.
| char * realname |
Definition at line 136 of file bacio.v1.3.c.
Definition at line 135 of file bacio.v1.3.c.
| int tcharval |
Definition at line 137 of file bacio.v1.3.c.
| char * tempchar |
Definition at line 136 of file bacio.v1.3.c.
1.7.6.1