Home
last modified time | relevance | path

Searched refs:fopen_excl (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.h94 FILE *fopen_excl (const char *, int);
H A Dutils.c737 while ((fp = fopen_excl (uname, binary)) == NULL && errno == EEXIST) in unique_create()
768 fopen_excl (const char *fname, int binary) in fopen_excl() function
H A Dftp.c1505 fp = fopen_excl (con->target, BIN_TYPE_FILE); in getftp()
H A Dhttp.c2589 *fp = fopen_excl (hs->local_file, FOPEN_BIN_FLAG); in open_output_stream()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog9020 BIN_TYPE_FILE to fopen_excl() instead of constant-everywhere "true".
9038 * src/utils.c (fopen_excl): Comment typography.
10952 * src/utils.c, utils.h (fopen_excl): Make second argument an int,
16692 * src/utils.c (fopen_excl): Fix parse error when O_BINARY is
16795 use fopen_excl to open the file and recompute the file name.
16802 * src/utils.c (fopen_excl): New function that opens a stdio stream