HomeSort by: relevance | last modified time | path
    Searched defs:cleanup_verbose (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
clean-temp.h 50 bool cleanup_verbose; member in struct:temp_dir
59 CLEANUP_VERBOSE determines whether errors during explicit cleanup are
65 bool cleanup_verbose);
clean-temp.c 84 bool cleanup_verbose; member in struct:tempdir
243 CLEANUP_VERBOSE determines whether errors during explicit cleanup are
249 bool cleanup_verbose)
311 tmpdir->cleanup_verbose = cleanup_verbose;
429 if (unlink (absolute_file_name) < 0 && dir->cleanup_verbose
443 if (rmdir (absolute_dir_name) < 0 && dir->cleanup_verbose

Completed in 16 milliseconds