Home
last modified time | relevance | path

Searched refs:tCC (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixlib.h62 #define tCC const char macro
170 tCC* fix_name; /* Name of the fix */
171 tCC* file_list; /* List of files it applies to */
172 tCC** papz_machs; /* List of machine/os-es it applies to */
176 tCC** patch_args;
182 tCC* pz_type;
183 tCC* pz_TYPE;
184 tCC* pz_gtype;
203 t_bool is_cxx_header PARAMS(( tCC* filename, tCC* filetext ));
207 tCC* skip_quote PARAMS(( char q, char* text ));
[all …]
Dfixtests.c50 #define _ENV_(v,m,n,t) extern tCC* v;
54 typedef apply_fix_p_t t_test_proc PARAMS(( tCC* file, tCC* text ));
57 tCC* test_name;
66 static apply_fix_p_t test PARAMS(( tCC* file, tCC* text )); \
68 tCC* fname; \
69 tCC* text;
79 tCC *base, *limit; in TEST_FOR_FIX_PROC_HEAD()
143 tCC* tname; in run_test()
144 tCC* fname;
145 tCC* text;
Dfixlib.c85 tCC *fname; in is_cxx_header()
86 tCC *text;
149 tCC*
192 tCC *pat; in compile_re()
195 tCC *e1;
196 tCC *e2;
234 tCC *who;
253 tCC* pz_s;
Dfixfixes.c184 static void format_write PARAMS ((tCC *, tCC *, regmatch_t[]));
187 tCC* format; in format_write()
188 tCC* text;
248 tCC* pz_pat = p_fixd->patch_args[2]; in FIX_PROC_HEAD()
249 tCC* pz_fmt = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
257 if (pz_fmt == (tCC*)NULL) in FIX_PROC_HEAD()
267 if (pz_pat == (tCC*)NULL) in FIX_PROC_HEAD()
600 tCC* pz_name = NULL; in FIX_PROC_HEAD()
640 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD()
646 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD()
[all …]
Dprocopen.c70 tCC **pp_args;
75 tCC *pz_cmd;
93 if (pp_args == (tCC **) NULL)
190 tCC **pp_args;
217 tCC **pp_args;
Dserver.h76 pid_t proc2_fopen PARAMS (( t_pf_pair * p_pair, tCC ** pp_args));
77 pid_t proc2_open PARAMS (( t_fd_pair * p_pair, tCC ** pp_args));
78 int chain_open PARAMS (( int in_fd, tCC ** pp_args,
Dfixincl.c55 #define _ENV_(v,m,n,t) tCC* v = NULL;
405 tCC *pz_if_true;
406 tCC *pz_if_false;
892 tCC* pz_fix_file;
893 tCC* pz_file_source;
894 tCC* pz_temp_file;
947 tCC** ppArgs = p_fixd->patch_args;
963 tCC* p_arg = *(ppArgs++);
981 tCC* pArg = *(ppArgs++);
996 tCC* pArg = *(ppArgs++);
[all …]
/openbsd/src/gnu/gcc/fixincludes/
Dfixlib.h81 #define tCC const char macro
146 #define _ENV_(v,m,n,t) extern tCC* v;
196 tCC* fix_name; /* Name of the fix */
197 tCC* file_list; /* List of files it applies to */
198 tCC** papz_machs; /* List of machine/os-es it applies to */
202 tCC** patch_args;
208 tCC* pz_type;
209 tCC* pz_TYPE;
210 tCC* pz_gtype;
229 t_bool is_cxx_header ( tCC* filename, tCC* filetext );
[all …]
Dfixtests.c50 #define _ENV_(v,m,n,t) extern tCC* v;
54 typedef apply_fix_p_t t_test_proc ( tCC* file, tCC* text );
57 tCC* test_name;
66 static apply_fix_p_t test ( tCC* fname ATTRIBUTE_UNUSED, \
67 tCC* text ATTRIBUTE_UNUSED )
73 tCC *base, *limit; in TEST_FOR_FIX_PROC_HEAD()
136 run_test( tCC* tname, tCC* fname, tCC* text ) in run_test()
Dfixlib.c83 is_cxx_header (tCC* fname, tCC* text) in is_cxx_header()
146 tCC*
186 compile_re( tCC* pat, regex_t* re, int match, tCC* e1, tCC* e2 ) in compile_re()
216 mn_get_regexps(regex_t** label_re, regex_t** name_re, tCC* who ) in mn_get_regexps()
236 make_raw_shell_str( char* pz_d, tCC* pz_s, size_t smax ) in make_raw_shell_str()
Dprocopen.c65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) in chain_open()
69 tCC *pz_cmd; in chain_open()
87 if (pp_args == (tCC **) NULL) in chain_open()
182 proc2_open (t_fd_pair* p_pair, tCC** pp_args) in proc2_open()
207 proc2_fopen (t_pf_pair* pf_pair, tCC** pp_args) in proc2_fopen()
Dserver.h69 pid_t proc2_fopen( t_pf_pair* p_pair, tCC** pp_args );
70 pid_t proc2_open( t_fd_pair* p_pair, tCC** pp_args );
71 int chain_open( int in_fd, tCC** pp_args, pid_t* p_child );
Dfixfixes.c179 format_write (tCC* format, tCC* text, regmatch_t av[] ) in format_write()
238 tCC* pz_pat = p_fixd->patch_args[2]; in FIX_PROC_HEAD()
239 tCC* pz_fmt = p_fixd->patch_args[1]; in FIX_PROC_HEAD()
247 if (pz_fmt == (tCC*)NULL) in FIX_PROC_HEAD()
257 if (pz_pat == (tCC*)NULL) in FIX_PROC_HEAD()
590 tCC* pz_name = NULL; in FIX_PROC_HEAD()
630 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD()
636 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD()
702 apply_fix( tFixDesc* p_fixd, tCC* filname ) in apply_fix()
709 tCC* fixname = p_fixd->patch_args[0]; in apply_fix()
Dfixincl.c374 tCC *pz_if_true; in machine_matches()
375 tCC *pz_if_false; in machine_matches()
850 tCC* pz_fix_file, in fix_with_system()
851 tCC* pz_file_source, in fix_with_system()
852 tCC* pz_temp_file) in fix_with_system()
916 tCC** ppArgs = p_fixd->patch_args; in fix_with_system()
932 tCC* p_arg = *(ppArgs++); in fix_with_system()
950 tCC* pArg = *(ppArgs++); in fix_with_system()
965 tCC* pArg = *(ppArgs++); in fix_with_system()
1012 tCC* pz_cmd_save; in start_fixer()
[all …]
Dfixopts.c24 #define _ENV_(v,m,n,t) tCC* v = NULL;