_O_TEMPORARY 567 maint/gnulib/lib/clean-temp.c fd = open (file_name, flags | _O_TEMPORARY, mode); _O_TEMPORARY 108 maint/gnulib/lib/tmpfile.c int o_temporary = (supports_delete_on_close () ? _O_TEMPORARY : 0);