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

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dxm-mingw32.h29 #define HOST_BIT_BUCKET "nul" macro
/freebsd-11.0-release/contrib/gcc/
H A Dsystem.h535 /* Provide a default for the HOST_BIT_BUCKET.
538 #ifndef HOST_BIT_BUCKET
539 #define HOST_BIT_BUCKET "/dev/null" macro
H A Dprotoize.c1862 if ((stat (HOST_BIT_BUCKET, &st) == 0)
1864 && (access (HOST_BIT_BUCKET, W_OK) == 0))
1865 temp_params[param_count++] = HOST_BIT_BUCKET;
1867 /* FIXME: This is hardly likely to be right, if HOST_BIT_BUCKET is not

Completed in 118 milliseconds