Home
last modified time | relevance | path

Searched refs:temp_vars (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cgi-bin/
Dvar.c545 _cgi_var_t *temp_vars; /* Temporary form pointer */ in cgi_add_variable() local
549 temp_vars = malloc(sizeof(_cgi_var_t) * 16); in cgi_add_variable()
551 temp_vars = realloc(form_vars, (size_t)(form_alloc + 16) * sizeof(_cgi_var_t)); in cgi_add_variable()
553 if (!temp_vars) in cgi_add_variable()
556 form_vars = temp_vars; in cgi_add_variable()
/external/armnn/third-party/ghc/
Dfilesystem.hpp4344 static const char* temp_vars[] = {"TMPDIR", "TMP", "TEMP", "TEMPDIR", nullptr}; in temp_directory_path() local
4346 for (auto temp_name = temp_vars; *temp_name != nullptr; ++temp_name) { in temp_directory_path()