Home
last modified time | relevance | path

Searched refs:patch_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixfixes.c237 tCC* pz_pat = p_fixd->patch_args[2]; in FIX_PROC_HEAD()
238 tCC* pz_fmt = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
316 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
400 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
629 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD()
633 fputs( p_fixd->patch_args[1], stdout ); in FIX_PROC_HEAD()
635 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD()
636 fputs( p_fixd->patch_args[2], stdout ); in FIX_PROC_HEAD()
708 tCC* fixname = p_fixd->patch_args[0]; in apply_fix()
H A Dfixincl.c939 tCC** ppArgs = p_fixd->patch_args; in fix_with_system()
971 ppArgs = p_fixd->patch_args; in fix_with_system()
1072 pz_cmd = XNEWVEC (char, strlen (p_fixd->patch_args[2]) in start_fixer()
1074 sprintf (pz_cmd, z_cmd_fmt, pz_fix_file, p_fixd->patch_args[2]); in start_fixer()
1075 pz_cmd_save = p_fixd->patch_args[2]; in start_fixer()
1076 p_fixd->patch_args[2] = pz_cmd; in start_fixer()
1091 (tCC **) p_fixd->patch_args, in start_fixer()
1114 p_fixd->patch_args[2] = pz_cmd_save; in start_fixer()
1245 const char* pz_text = p_fixd->patch_args[0]; in write_replacement()
H A Dfixlib.h204 tCC** patch_args; member
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixfixes.c237 tCC* pz_pat = p_fixd->patch_args[2]; in FIX_PROC_HEAD()
238 tCC* pz_fmt = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
316 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
400 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
670 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD()
674 fputs( p_fixd->patch_args[1], stdout ); in FIX_PROC_HEAD()
676 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD()
677 fputs( p_fixd->patch_args[2], stdout ); in FIX_PROC_HEAD()
749 tCC* fixname = p_fixd->patch_args[0]; in apply_fix()
H A Dfixincl.c939 tCC** ppArgs = p_fixd->patch_args; in fix_with_system()
971 ppArgs = p_fixd->patch_args; in fix_with_system()
1072 pz_cmd = XNEWVEC (char, strlen (p_fixd->patch_args[2]) in start_fixer()
1074 sprintf (pz_cmd, z_cmd_fmt, pz_fix_file, p_fixd->patch_args[2]); in start_fixer()
1075 pz_cmd_save = p_fixd->patch_args[2]; in start_fixer()
1076 p_fixd->patch_args[2] = pz_cmd; in start_fixer()
1091 (tCC **) p_fixd->patch_args, in start_fixer()
1114 p_fixd->patch_args[2] = pz_cmd_save; in start_fixer()
1245 const char* pz_text = p_fixd->patch_args[0]; in write_replacement()
H A Dfixlib.h204 tCC** patch_args; member