Searched refs:z_cmd_fmt (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | fixincl.c | 931 tSCC z_cmd_fmt[] = " '%s' | cat > '%s'"; in fix_with_system() local 935 tSCC z_cmd_fmt[] = " %s > %sX ; rm -f %s; mv -f %sX %s"; in fix_with_system() local 941 argsize = sizeof( z_cmd_fmt ) + strlen( pz_temp_file ) in fix_with_system() 1037 sprintf (pz_scan, z_cmd_fmt, pz_file_source, pz_temp_file ); in fix_with_system() 1039 sprintf (pz_scan, z_cmd_fmt, pz_file_source, pz_temp_file, in fix_with_system() 1071 tSCC z_cmd_fmt[] = "file='%s'\n%s"; in start_fixer() local 1073 + sizeof (z_cmd_fmt) + strlen (pz_fix_file)); in start_fixer() 1074 sprintf (pz_cmd, z_cmd_fmt, pz_fix_file, p_fixd->patch_args[2]); in start_fixer()
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | fixincl.c | 931 tSCC z_cmd_fmt[] = " '%s' | cat > '%s'"; in fix_with_system() local 935 tSCC z_cmd_fmt[] = " %s > %sX ; rm -f %s; mv -f %sX %s"; in fix_with_system() local 941 argsize = sizeof( z_cmd_fmt ) + strlen( pz_temp_file ) in fix_with_system() 1037 sprintf (pz_scan, z_cmd_fmt, pz_file_source, pz_temp_file ); in fix_with_system() 1039 sprintf (pz_scan, z_cmd_fmt, pz_file_source, pz_temp_file, in fix_with_system() 1071 tSCC z_cmd_fmt[] = "file='%s'\n%s"; in start_fixer() local 1073 + sizeof (z_cmd_fmt) + strlen (pz_fix_file)); in start_fixer() 1074 sprintf (pz_cmd, z_cmd_fmt, pz_fix_file, p_fixd->patch_args[2]); in start_fixer()
|