|
Squid Web Cache master
|
Go to the source code of this file.
Macros | |
| #define | _tmp "/tmp/" |
| #define | lengthof_tmp 5 |
| #define | LONG_BIT (CHAR_BIT * 4) /* assume sizeof(long) == 4 */ |
| #define | L_tmpmin (lengthof_tmp + 5) /* 5 chars for pid. */ |
| #define | TMP_BASE 16 |
Functions | |
| static char * | _tmpnam (void) |
| char * | tempnam (const char *dir, const char *pfx) |
| #define L_tmpmin (lengthof_tmp + 5) /* 5 chars for pid. */ |
| #define LONG_BIT (CHAR_BIT * 4) /* assume sizeof(long) == 4 */ |
| #define TMP_BASE 16 |
|
static |
| char * tempnam | ( | const char * | dir, |
| const char * | pfx | ||
| ) |