Home
last modified time | relevance | path

Searched refs:tempfile_p (Results 1 – 12 of 12) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h260 void delete_tempfile(struct tempfile **tempfile_p);
271 int rename_tempfile(struct tempfile **tempfile_p, const char *path);
/dports/devel/git-gui/git-2.34.1/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h260 void delete_tempfile(struct tempfile **tempfile_p);
271 int rename_tempfile(struct tempfile **tempfile_p, const char *path);
/dports/devel/git/git-2.34.1/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h260 void delete_tempfile(struct tempfile **tempfile_p);
271 int rename_tempfile(struct tempfile **tempfile_p, const char *path);
/dports/devel/git-cvs/git-2.34.1/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h260 void delete_tempfile(struct tempfile **tempfile_p);
271 int rename_tempfile(struct tempfile **tempfile_p, const char *path);
/dports/devel/git-p4/git-2.34.1/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h260 void delete_tempfile(struct tempfile **tempfile_p);
271 int rename_tempfile(struct tempfile **tempfile_p, const char *path);
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtempfile.c286 int rename_tempfile(struct tempfile **tempfile_p, const char *path) in rename_tempfile() argument
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile()
294 delete_tempfile(tempfile_p); in rename_tempfile()
300 delete_tempfile(tempfile_p); in rename_tempfile()
306 *tempfile_p = NULL; in rename_tempfile()
310 void delete_tempfile(struct tempfile **tempfile_p) in delete_tempfile() argument
312 struct tempfile *tempfile = *tempfile_p; in delete_tempfile()
320 *tempfile_p = NULL; in delete_tempfile()
H A Dtempfile.h252 void delete_tempfile(struct tempfile **tempfile_p);
263 int rename_tempfile(struct tempfile **tempfile_p, const char *path);