#include <stdio.h>#include <sys/types.h>


Go to the source code of this file.
Functions/Subroutines | |
| static int __fetch_long | PARAMS ((long *, char *, size_t)) ATTRIBUTE_UNUSED |
| static int __read_long | PARAMS ((long *, FILE *, size_t)) ATTRIBUTE_UNUSED |
| static int __write_long | PARAMS ((long, FILE *, size_t)) ATTRIBUTE_UNUSED |
| static int __fetch_gcov_type | PARAMS ((gcov_type *, char *, size_t)) ATTRIBUTE_UNUSED |
| static int __store_gcov_type | PARAMS ((gcov_type, char *, size_t)) ATTRIBUTE_UNUSED |
| static int __read_gcov_type | PARAMS ((gcov_type *, FILE *, size_t)) ATTRIBUTE_UNUSED |
| static int __write_gcov_type | PARAMS ((gcov_type, FILE *, size_t)) ATTRIBUTE_UNUSED |
| static int __write_gcov_string | PARAMS ((const char *, size_t, FILE *, long)) ATTRIBUTE_UNUSED |
| static int __read_gcov_string | PARAMS ((char *, size_t, FILE *, long)) ATTRIBUTE_UNUSED |
| static int | __store_gcov_type (value, dest, bytes) gcov_type value |
Variables | |
| char * | dest |
| size_t | bytes |
| char * | source |
| FILE * | file |
| size_t | length |
| long | delim |
| size_t | max_length |
1.5.6