Searched refs:union_file_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dmain.c68 char *union_file_name; variable
118 if (union_file) { fclose(union_file); unlink(union_file_name); }
252 union_file_name = malloc(i);
253 if (union_file_name == 0) no_space();
257 strcpy(union_file_name, tmpdir);
263 union_file_name[len] = '/';
269 strcpy(union_file_name + len, temp_form);
273 union_file_name[len + 5] = 'u';
380 fd = mkstemp(union_file_name);
384 open_error(union_file_name);
[all...]
H A Doutput.c910 union_file = fopen(union_file_name, "r");
911 if (union_file == NULL) open_error(union_file_name);

Completed in 45 milliseconds