Home
last modified time | relevance | path

Searched refs:dcc_copy_file_to_fd (Results 1 – 4 of 4) sorted by relevance

/dports/devel/distcc/distcc-3.3.5/include_server/test_data/distcc/src/
H A Dbulk.h40 int dcc_copy_file_to_fd(const char *in_fname, int out_fd);
/dports/devel/distcc/distcc-3.3.5/src/
H A Dbulk.h41 int dcc_copy_file_to_fd(const char *in_fname, int out_fd);
H A Dcompile.c865 if ((dcc_copy_file_to_fd(server_stderr_fname, STDERR_FILENO))) {
890 if ((dcc_copy_file_to_fd(server_stderr_fname, STDERR_FILENO))) {
916 if ((dcc_copy_file_to_fd(server_stderr_fname, STDERR_FILENO))) {
H A Dbulk.c348 int dcc_copy_file_to_fd(const char *in_fname, int out_fd) in dcc_copy_file_to_fd() function