Searched refs:rpc_file (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.h75 extern char *rpc_file;
H A Dnlmheader.y81 char *rpc_file;
412 rpc_file = $2;
H A Dnlmconv.c301 rpc_file = NULL;
781 if (rpc_file != NULL)
783 rpc_data = fopen (rpc_file, "r");
787 fprintf (stderr, "%s:%s: %s\n", program_name, rpc_file,
789 rpc_file = NULL;
994 if (rpc_file != NULL)
1000 non_fatal (_("%s: read: %s"), rpc_file, strerror (errno));
H A Dnlmheader.c218 char *rpc_file; variable
1711 rpc_file = (yyvsp[0].string);
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.h77 extern char *rpc_file;
H A Dnlmheader.y80 char *rpc_file;
411 rpc_file = $2;
H A Dnlmconv.c304 rpc_file = NULL;
781 if (rpc_file != NULL)
783 rpc_data = fopen (rpc_file, "r");
787 fprintf (stderr, "%s:%s: %s\n", program_name, rpc_file,
789 rpc_file = NULL;
993 if (rpc_file != NULL)
999 non_fatal (_("%s: read: %s"), rpc_file, strerror (errno));
H A Dnlmheader.c145 char *rpc_file; variable
1825 rpc_file = (yyvsp[0].string);

Completed in 70 milliseconds