Searched refs:HOST_BIT_BUCKET (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/config/i386/
H A Dxm-mingw32.h27 #define HOST_BIT_BUCKET "nul" macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h673 /* Provide a default for the HOST_BIT_BUCKET.
676 #ifndef HOST_BIT_BUCKET
677 #define HOST_BIT_BUCKET "/dev/null" macro
H A Dlto-wrapper.c1031 bool bit_bucket = strcmp (linker_output, HOST_BIT_BUCKET) == 0;
H A Dtoplev.c991 || !strcmp (asm_file_name, HOST_BIT_BUCKET))
H A Dcollect2.c2363 errmsg = pex_run (pex, 0, nm_file_name, real_nm_argv, NULL, HOST_BIT_BUCKET,
H A Dopts.c685 && strcmp (opts->x_aux_base_name, HOST_BIT_BUCKET) != 0)
H A Dgcc.c334 substitutes the name of the HOST_BIT_BUCKET, if any, and if it is
1741 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
4207 && strcmp (output_file, HOST_BIT_BUCKET) != 0)
5016 /* If save_temps_flag is off, and the HOST_BIT_BUCKET is
5022 && (stat (HOST_BIT_BUCKET, &st) == 0) && (!S_ISDIR (st.st_mode))
5023 && (access (HOST_BIT_BUCKET, W_OK) == 0))
5025 obstack_grow (&obstack, HOST_BIT_BUCKET,
5026 strlen (HOST_BIT_BUCKET));

Completed in 126 milliseconds