Home
last modified time | relevance | path

Searched refs:ck_mkstemp (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.h33 FILE * ck_mkstemp P_((char **p_filename, char *tmpdir, char *base));
Dutils.c196 ck_mkstemp (p_filename, tmpdir, base) in ck_mkstemp() function
Dexecute.c770 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog16 * utils.c (ck_mkstemp): Set a restrictive umask on temporary files.
412 (ck_fopen, ck_mkstemp): Use register_open_file.
615 * lib/utils.c (ck_mkstemp, ck_rename, ck_getline): New
622 (open_next_file): Use ck_mkstemp.