Home
last modified time | relevance | path

Searched refs:absolute_file_name (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/devel/m4/m4-1.4.19/lib/
H A Dclean-temp-simple.c291 clean_temp_unlink (const char *absolute_file_name, bool cleanup_verbose) in clean_temp_unlink() argument
293 if (unlink (absolute_file_name) < 0 && cleanup_verbose in clean_temp_unlink()
297 _("cannot remove temporary file %s"), absolute_file_name); in clean_temp_unlink()
311 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
340 if (gl_list_search (file_cleanup_list, absolute_file_name) == NULL) in register_temporary_file()
342 char *absolute_file_name_copy = strdup (absolute_file_name); in register_temporary_file()
367 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
376 gl_list_node_t node = gl_list_search (list, absolute_file_name); in unregister_temporary_file()
393 cleanup_temporary_file (const char *absolute_file_name, bool cleanup_verbose) in cleanup_temporary_file() argument
397 err = clean_temp_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
[all …]
H A Dclean-temp-simple.h34 extern int register_temporary_file (const char *absolute_file_name);
39 extern void unregister_temporary_file (const char *absolute_file_name);
44 extern int cleanup_temporary_file (const char *absolute_file_name,
H A Dclean-temp.h98 const char *absolute_file_name);
104 const char *absolute_file_name);
122 const char *absolute_file_name);
H A Dclean-temp.c274 const char *absolute_file_name) in register_temp_file() argument
282 if (gl_list_search (tmpdir->files, absolute_file_name) == NULL) in register_temp_file()
283 gl_list_add_first (tmpdir->files, xstrdup (absolute_file_name)); in register_temp_file()
293 const char *absolute_file_name) in unregister_temp_file() argument
303 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
381 const char *absolute_file_name) in cleanup_temp_file() argument
385 err = clean_temp_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
386 unregister_temp_file (dir, absolute_file_name); in cleanup_temp_file()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dclean-temp-simple.c291 clean_temp_unlink (const char *absolute_file_name, bool cleanup_verbose) in clean_temp_unlink() argument
293 if (unlink (absolute_file_name) < 0 && cleanup_verbose in clean_temp_unlink()
297 _("cannot remove temporary file %s"), absolute_file_name); in clean_temp_unlink()
311 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
340 if (gl_list_search (file_cleanup_list, absolute_file_name) == NULL) in register_temporary_file()
342 char *absolute_file_name_copy = strdup (absolute_file_name); in register_temporary_file()
367 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
376 gl_list_node_t node = gl_list_search (list, absolute_file_name); in unregister_temporary_file()
393 cleanup_temporary_file (const char *absolute_file_name, bool cleanup_verbose) in cleanup_temporary_file() argument
397 err = clean_temp_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
[all …]
H A Dclean-temp-simple.h34 extern int register_temporary_file (const char *absolute_file_name);
39 extern void unregister_temporary_file (const char *absolute_file_name);
44 extern int cleanup_temporary_file (const char *absolute_file_name,
H A Dclean-temp.h104 const char *absolute_file_name);
110 const char *absolute_file_name);
128 const char *absolute_file_name);
/dports/devel/libffcall/libffcall-2.4/gnulib-lib/
H A Dclean-temp-simple.c291 clean_temp_unlink (const char *absolute_file_name, bool cleanup_verbose) in clean_temp_unlink() argument
293 if (unlink (absolute_file_name) < 0 && cleanup_verbose in clean_temp_unlink()
297 _("cannot remove temporary file %s"), absolute_file_name); in clean_temp_unlink()
311 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
340 if (gl_list_search (file_cleanup_list, absolute_file_name) == NULL) in register_temporary_file()
342 char *absolute_file_name_copy = strdup (absolute_file_name); in register_temporary_file()
367 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
376 gl_list_node_t node = gl_list_search (list, absolute_file_name); in unregister_temporary_file()
393 cleanup_temporary_file (const char *absolute_file_name, bool cleanup_verbose) in cleanup_temporary_file() argument
397 err = clean_temp_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
[all …]
H A Dclean-temp-simple.h34 extern int register_temporary_file (const char *absolute_file_name);
39 extern void unregister_temporary_file (const char *absolute_file_name);
44 extern int cleanup_temporary_file (const char *absolute_file_name,
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dclean-temp.h70 extern void register_temporary_file (const char *absolute_file_name);
75 extern void unregister_temporary_file (const char *absolute_file_name);
80 extern int cleanup_temporary_file (const char *absolute_file_name,
111 const char *absolute_file_name);
117 const char *absolute_file_name);
135 const char *absolute_file_name);
H A Dclean-temp.c407 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
431 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
456 if (unlink (absolute_file_name) < 0 && cleanup_verbose in do_unlink()
474 err = do_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
475 unregister_temporary_file (absolute_file_name); in cleanup_temporary_file()
618 const char *absolute_file_name) in register_temp_file() argument
636 const char *absolute_file_name) in unregister_temp_file() argument
645 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
721 const char *absolute_file_name) in cleanup_temp_file() argument
725 err = do_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
[all …]
/dports/math/pspp/pspp-1.4.1/gl/
H A Dclean-temp.h70 extern void register_temporary_file (const char *absolute_file_name);
75 extern void unregister_temporary_file (const char *absolute_file_name);
80 extern int cleanup_temporary_file (const char *absolute_file_name,
111 const char *absolute_file_name);
117 const char *absolute_file_name);
135 const char *absolute_file_name);
H A Dclean-temp.c408 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
434 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
461 if (unlink (absolute_file_name) < 0 && cleanup_verbose in do_unlink()
479 err = do_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
480 unregister_temporary_file (absolute_file_name); in cleanup_temporary_file()
625 const char *absolute_file_name) in register_temp_file() argument
644 const char *absolute_file_name) in unregister_temp_file() argument
654 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
732 const char *absolute_file_name) in cleanup_temp_file() argument
736 err = do_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dclean-temp.h70 extern void register_temporary_file (const char *absolute_file_name);
75 extern void unregister_temporary_file (const char *absolute_file_name);
80 extern int cleanup_temporary_file (const char *absolute_file_name,
111 const char *absolute_file_name);
117 const char *absolute_file_name);
135 const char *absolute_file_name);
H A Dclean-temp.c407 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
431 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
456 if (unlink (absolute_file_name) < 0 && cleanup_verbose in do_unlink()
474 err = do_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
475 unregister_temporary_file (absolute_file_name); in cleanup_temporary_file()
618 const char *absolute_file_name) in register_temp_file() argument
636 const char *absolute_file_name) in unregister_temp_file() argument
645 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
721 const char *absolute_file_name) in cleanup_temp_file() argument
725 err = do_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dclean-temp.h70 extern void register_temporary_file (const char *absolute_file_name);
75 extern void unregister_temporary_file (const char *absolute_file_name);
80 extern int cleanup_temporary_file (const char *absolute_file_name,
111 const char *absolute_file_name);
117 const char *absolute_file_name);
135 const char *absolute_file_name);
H A Dclean-temp.c407 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
431 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
456 if (unlink (absolute_file_name) < 0 && cleanup_verbose in do_unlink()
474 err = do_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
475 unregister_temporary_file (absolute_file_name); in cleanup_temporary_file()
618 const char *absolute_file_name) in register_temp_file() argument
636 const char *absolute_file_name) in unregister_temp_file() argument
645 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
721 const char *absolute_file_name) in cleanup_temp_file() argument
725 err = do_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dclean-temp.h70 extern void register_temporary_file (const char *absolute_file_name);
75 extern void unregister_temporary_file (const char *absolute_file_name);
80 extern int cleanup_temporary_file (const char *absolute_file_name,
111 const char *absolute_file_name);
117 const char *absolute_file_name);
135 const char *absolute_file_name);
H A Dclean-temp.c407 register_temporary_file (const char *absolute_file_name) in register_temporary_file() argument
431 unregister_temporary_file (const char *absolute_file_name) in unregister_temporary_file() argument
456 if (unlink (absolute_file_name) < 0 && cleanup_verbose in do_unlink()
474 err = do_unlink (absolute_file_name, cleanup_verbose); in cleanup_temporary_file()
475 unregister_temporary_file (absolute_file_name); in cleanup_temporary_file()
618 const char *absolute_file_name) in register_temp_file() argument
636 const char *absolute_file_name) in unregister_temp_file() argument
645 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
721 const char *absolute_file_name) in cleanup_temp_file() argument
725 err = do_unlink (absolute_file_name, dir->cleanup_verbose); in cleanup_temp_file()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dclean-temp.c368 const char *absolute_file_name) in register_temp_file() argument
373 if (gl_list_search (tmpdir->files, absolute_file_name) == NULL) in register_temp_file()
374 gl_list_add_first (tmpdir->files, xstrdup (absolute_file_name)); in register_temp_file()
382 const char *absolute_file_name) in unregister_temp_file() argument
388 node = gl_list_search (list, absolute_file_name); in unregister_temp_file()
437 do_unlink (struct temp_dir *dir, const char *absolute_file_name) in do_unlink() argument
439 if (unlink (absolute_file_name) < 0 && dir->cleanup_verbose in do_unlink()
442 error (0, errno, _("cannot remove temporary file %s"), absolute_file_name); in do_unlink()
467 const char *absolute_file_name) in cleanup_temp_file() argument
471 err = do_unlink (dir, absolute_file_name); in cleanup_temp_file()
[all …]
H A Dclean-temp.h79 const char *absolute_file_name);
85 const char *absolute_file_name);
103 const char *absolute_file_name);
/dports/games/openlierox/OpenLieroX/libs/coredumper/examples/
H A Dtftpd.c244 char **ptr, *absolute_file_name = NULL; in tftp_thread() local
250 absolute_file_name = strcat(strcat(strcpy(malloc(strlen(*ptr) + in tftp_thread()
253 if (stat(absolute_file_name, &sb) >= 0 && S_ISREG(sb.st_mode)) in tftp_thread()
255 free(absolute_file_name); in tftp_thread()
256 absolute_file_name = NULL; in tftp_thread()
258 if (!absolute_file_name) in tftp_thread()
261 file_name = absolute_file_name; in tftp_thread()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/coredumper/examples/
H A Dtftpd.c237 char **ptr, *absolute_file_name = NULL; in tftp_thread() local
243absolute_file_name = strcat(strcat(strcpy(malloc(strlen(*ptr) + strlen(file_name) + 2), *ptr), "/"… in tftp_thread()
244 if (stat(absolute_file_name, &sb) >= 0 && S_ISREG(sb.st_mode)) break; in tftp_thread()
245 free(absolute_file_name); in tftp_thread()
246 absolute_file_name = NULL; in tftp_thread()
248 if (!absolute_file_name) goto file_not_found; in tftp_thread()
250 file_name = absolute_file_name; in tftp_thread()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/coredumper/examples/
H A Dtftpd.c237 char **ptr, *absolute_file_name = NULL; in tftp_thread() local
243absolute_file_name = strcat(strcat(strcpy(malloc(strlen(*ptr) + strlen(file_name) + 2), *ptr), "/"… in tftp_thread()
244 if (stat(absolute_file_name, &sb) >= 0 && S_ISREG(sb.st_mode)) break; in tftp_thread()
245 free(absolute_file_name); in tftp_thread()
246 absolute_file_name = NULL; in tftp_thread()
248 if (!absolute_file_name) goto file_not_found; in tftp_thread()
250 file_name = absolute_file_name; in tftp_thread()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/coredumper/examples/
H A Dtftpd.c237 char **ptr, *absolute_file_name = NULL; in tftp_thread() local
243absolute_file_name = strcat(strcat(strcpy(malloc(strlen(*ptr) + strlen(file_name) + 2), *ptr), "/"… in tftp_thread()
244 if (stat(absolute_file_name, &sb) >= 0 && S_ISREG(sb.st_mode)) break; in tftp_thread()
245 free(absolute_file_name); in tftp_thread()
246 absolute_file_name = NULL; in tftp_thread()
248 if (!absolute_file_name) goto file_not_found; in tftp_thread()
250 file_name = absolute_file_name; in tftp_thread()

12345678910