#include <time.h>
Include dependency graph for filename.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | filename |
Functions | |
| void | filename_begin (struct filename *s) |
| char * | filename_name (struct filename *s, const char *ext, int seqno, int tilex, int tiley) |
| struct filename |
Definition at line 10 of file filename.h.
| Data Fields | ||
|---|---|---|
| time_t | t | |
| struct tm | tm | |
| void filename_begin | ( | struct filename * | s | ) |
Definition at line 11 of file filename.c.
References filename::t, and filename::tm.
Referenced by main().
Here is the caller graph for this function:| char* filename_name | ( | struct filename * | s, |
| const char * | ext, | ||
| int | seqno, | ||
| int | tilex, | ||
| int | tiley | ||
| ) |
Definition at line 20 of file filename.c.
References filename::tm.
Referenced by main(), and poll_swap_buffers().
Here is the caller graph for this function: