COOPY » Guide
version 0.6.5
|
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, bool try_tmpdir) |
int path_search | ( | char * | tmpl, |
size_t | tmpl_len, | ||
const char * | dir, | ||
const char * | pfx, | ||
bool | try_tmpdir | ||
) |
Definition at line 90 of file tmpdir.c.
References __secure_getenv, __set_errno, direxists(), ISSLASH, NULL, and P_tmpdir.
Referenced by coopy::os::OS::getTemporaryFilename().