#include "jam.h"#include "hash.h"#include "filesys.h"#include "pathsys.h"#include "tmstamp.h"#include "newstr.h"Data Structures | |
| struct | _binding |
Defines | |
| #define | BIND_SCANNED 0x01 |
| #define | BIND_INIT 0 |
| #define | BIND_NOENTRY 1 |
| #define | BIND_SPOTTED 2 |
| #define | BIND_MISSING 3 |
| #define | BIND_FOUND 4 |
Typedefs | |
| typedef _binding | BINDING |
Functions | |
| static void | time_callback (void *, const char *, int, time_t) |
| void | timestamp (char *target, time_t *time) |
| void | donestamps () |
Variables | |
| static struct hash * | bindhash = 0 |
| static const char * | time_progress [] |
| #define BIND_FOUND 4 |
| #define BIND_INIT 0 |
| #define BIND_MISSING 3 |
| #define BIND_NOENTRY 1 |
| #define BIND_SCANNED 0x01 |
| #define BIND_SPOTTED 2 |
| void donestamps | ( | ) |
| static void time_callback | ( | void * | , | |
| const char * | , | |||
| int | , | |||
| time_t | ||||
| ) | [static] |
| void timestamp | ( | char * | target, | |
| time_t * | time | |||
| ) |
const char* time_progress[] [static] |
Initial value:
{
"INIT",
"NOENTRY",
"SPOTTED",
"MISSING",
"FOUND"
}
1.4.7