OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_fname
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libasm/
asm_abort.c
54
(void) unlink (ctx->
tmp_fname
);
asm_begin.c
80
unlink (result->
tmp_fname
);
152
result->fname = stpcpy (mempcpy (result->
tmp_fname
, fname, fname_len),
157
result->fd = mkstemp (result->
tmp_fname
);
libasmP.h
185
char
tmp_fname
[flexarr_size];
member in struct:AsmCtx
asm_end.c
521
if (rename (ctx->
tmp_fname
, ctx->fname) != 0)
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
406
char *
tmp_fname
;
local
479
tmp_fname
= os_malloc(len);
480
if (
tmp_fname
== NULL)
482
os_snprintf(
tmp_fname
, len, "%s-new", hapd->iface->config_fname);
488
os_free(
tmp_fname
);
492
nconf = fopen(
tmp_fname
, "w");
496
os_free(
tmp_fname
);
608
if (rename(
tmp_fname
, hapd->iface->config_fname) < 0) {
611
os_free(
tmp_fname
);
615
os_free(
tmp_fname
);
[
all
...]
Completed in 81 milliseconds