Searched refs:tCC (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | fixlib.h | 80 #define tCC const char macro 148 #define _ENV_(v,m,n,t) extern tCC* v; 198 tCC* fix_name; /* Name of the fix */ 199 tCC* file_list; /* List of files it applies to */ 200 tCC** papz_machs; /* List of machine/os-es it applies to */ 204 tCC** patch_args; 210 tCC* pz_type; 211 tCC* pz_TYPE; 212 tCC* pz_gtype; 252 t_bool is_cxx_header ( tCC* filename, tCC* filetext ); [all …]
|
| D | fixtests.c | 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()
|
| D | fixlib.c | 82 is_cxx_header (tCC* fname, tCC* text) in is_cxx_header() 145 tCC* 185 compile_re( tCC* pat, regex_t* re, int match, tCC* e1, tCC* e2 ) in compile_re() 215 mn_get_regexps(regex_t** label_re, regex_t** name_re, tCC* who ) in mn_get_regexps() 235 make_raw_shell_str( char* pz_d, tCC* pz_s, size_t smax ) in make_raw_shell_str()
|
| D | procopen.c | 65 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()
|
| D | fixfixes.c | 178 format_write (tCC* format, tCC* text, regmatch_t av[] ) in format_write() 237 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() 246 if (pz_fmt == (tCC*)NULL) in FIX_PROC_HEAD() 256 if (pz_pat == (tCC*)NULL) in FIX_PROC_HEAD() 630 tCC* pz_name = NULL; in FIX_PROC_HEAD() 670 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD() 676 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD() 742 apply_fix( tFixDesc* p_fixd, tCC* filname ) in apply_fix() 749 tCC* fixname = p_fixd->patch_args[0]; in apply_fix()
|
| D | server.h | 69 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 );
|
| D | fixincl.c | 871 tCC* pz_fix_file, in fix_with_system() 872 tCC* pz_file_source, in fix_with_system() 873 tCC* pz_temp_file) in fix_with_system() 939 tCC** ppArgs = p_fixd->patch_args; in fix_with_system() 959 tCC* p_arg = *(ppArgs++); in fix_with_system() 987 tCC* pArg = *(ppArgs++); in fix_with_system() 1002 tCC* pArg = *(ppArgs++); in fix_with_system() 1058 tCC* pz_cmd_save; in start_fixer() 1091 (tCC **) p_fixd->patch_args, in start_fixer()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.md | 2438 "%0 = %h2 * %h3, %1 %b4 %h2 * %h3 %M5;\n\tCC &= %v0;", 2439 "%0 = %d2 * %h3, %1 %b4 %h2 * %h3 %M5;\n\tCC &= %v0;", 2440 "%0 = %h2 * %h3, %1 %b4 %d2 * %h3 %M5;\n\tCC &= %v0;", 2441 "%0 = %d2 * %h3, %1 %b4 %d2 * %h3 %M5;\n\tCC &= %v0;", 2442 "%0 = %h2 * %d3, %1 %b4 %h2 * %h3 %M5;\n\tCC &= %v0;", 2443 "%0 = %d2 * %d3, %1 %b4 %h2 * %h3 %M5;\n\tCC &= %v0;", 2444 "%0 = %h2 * %d3, %1 %b4 %d2 * %h3 %M5;\n\tCC &= %v0;", 2445 "%0 = %d2 * %d3, %1 %b4 %d2 * %h3 %M5;\n\tCC &= %v0;", 2446 "%0 = %h2 * %h3, %1 %b4 %h2 * %d3 %M5;\n\tCC &= %v0;", 2447 "%0 = %d2 * %h3, %1 %b4 %h2 * %d3 %M5;\n\tCC &= %v0;", [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/ |
| D | options.h | 409 #define tCC char const macro
|