/dports/security/integrit/integrit-4.1/ |
H A D | options.c | 266 int n_switches; in do_rule() local 309 n_switches = strlen(buf); in do_rule() 311 while (n_switches && isspace((unsigned char) buf[n_switches - 1])) { in do_rule() 312 buf[n_switches - 1] = '\0'; in do_rule() 313 --n_switches; in do_rule() 315 if (strspn(buf, "SsIiPpLlUuGgZzAaMmCcRr") != n_switches) in do_rule()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | gcc.c | 3371 n_switches++; in process_command() 3386 n_switches++; in process_command() 3397 n_switches++; in process_command() 3449 n_switches++; in process_command() 3492 n_switches++; in process_command() 3529 n_switches++; in process_command() 3612 n_switches++; in process_command() 3890 n_switches++; in process_command() 4018 n_switches++; in process_command() 4059 n_switches++; in process_command() [all …]
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | gcc.c | 3371 n_switches++; in process_command() 3386 n_switches++; in process_command() 3397 n_switches++; in process_command() 3449 n_switches++; in process_command() 3492 n_switches++; in process_command() 3529 n_switches++; in process_command() 3612 n_switches++; in process_command() 3890 n_switches++; in process_command() 4018 n_switches++; in process_command() 4059 n_switches++; in process_command() [all …]
|
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/ |
H A D | gcc.c | 3565 n_switches++; in process_command() 3580 n_switches++; in process_command() 3591 n_switches++; in process_command() 3643 n_switches++; in process_command() 3686 n_switches++; in process_command() 3691 n_switches++; in process_command() 3728 n_switches++; in process_command() 3814 n_switches++; in process_command() 4090 n_switches++; in process_command() 4214 n_switches++; in process_command() [all …]
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/ |
H A D | gcc.c | 3447 n_switches++; in process_command() 3462 n_switches++; in process_command() 3473 n_switches++; in process_command() 3525 n_switches++; in process_command() 3568 n_switches++; in process_command() 3573 n_switches++; in process_command() 3610 n_switches++; in process_command() 3693 n_switches++; in process_command() 3971 n_switches++; in process_command() 4095 n_switches++; in process_command() [all …]
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | gcc.c | 2953 static int n_switches; variable 3225 switches[n_switches].args = 0; in save_switch() 3237 n_switches++; in save_switch() 3718 n_switches = 0; in process_command() 4122 switches[n_switches].part1 = 0; in process_command() 4430 for (i = 0; i < n_switches; i++) in do_self_spec() 5660 for (i = 0; i < n_switches; i++) in switch_matches() 5694 for (i = 0; i < n_switches; i++) in mark_matching_switches() 5708 for (i = 0; i < n_switches; i++) in process_marked_switches() 7474 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg() [all …]
|
/dports/lang/gcc48/gcc-4.8.5/gcc/ |
H A D | gcc.c | 2922 static int n_switches; variable 3194 switches[n_switches].args = 0; in save_switch() 3206 n_switches++; in save_switch() 3675 n_switches = 0; in process_command() 4079 switches[n_switches].part1 = 0; in process_command() 4387 for (i = 0; i < n_switches; i++) in do_self_spec() 5602 for (i = 0; i < n_switches; i++) in switch_matches() 5636 for (i = 0; i < n_switches; i++) in mark_matching_switches() 5650 for (i = 0; i < n_switches; i++) in process_marked_switches() 7373 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg() [all …]
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ |
H A D | gcc.c | 2922 static int n_switches; variable 3194 switches[n_switches].args = 0; in save_switch() 3206 n_switches++; in save_switch() 3675 n_switches = 0; in process_command() 4079 switches[n_switches].part1 = 0; in process_command() 4387 for (i = 0; i < n_switches; i++) in do_self_spec() 5602 for (i = 0; i < n_switches; i++) in switch_matches() 5636 for (i = 0; i < n_switches; i++) in mark_matching_switches() 5650 for (i = 0; i < n_switches; i++) in process_marked_switches() 7373 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg() [all …]
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | gcc.c | 3412 static int n_switches; variable 3690 switches[n_switches].args = 0; in save_switch() 3702 n_switches++; in save_switch() 4336 n_switches = 0; in process_command() 4784 switches[n_switches].part1 = 0; in process_command() 5094 for (i = 0; i < n_switches; i++) in do_self_spec() 6303 for (i = 0; i < n_switches; i++) in switch_matches() 8680 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10205 n_switches = 0; in finalize() 10275 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | gcc.c | 3252 static int n_switches; variable 3529 switches[n_switches].args = 0; in save_switch() 3541 n_switches++; in save_switch() 4137 n_switches = 0; in process_command() 4582 switches[n_switches].part1 = 0; in process_command() 4890 for (i = 0; i < n_switches; i++) in do_self_spec() 6129 for (i = 0; i < n_switches; i++) in switch_matches() 8574 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10024 n_switches = 0; in finalize() 10094 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | gcc.c | 3411 static int n_switches; variable 3689 switches[n_switches].args = 0; in save_switch() 3701 n_switches++; in save_switch() 4339 n_switches = 0; in process_command() 4786 switches[n_switches].part1 = 0; in process_command() 5096 for (i = 0; i < n_switches; i++) in do_self_spec() 6306 for (i = 0; i < n_switches; i++) in switch_matches() 8729 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10250 n_switches = 0; in finalize() 10320 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | gcc.c | 3603 static int n_switches; variable 3881 switches[n_switches].args = 0; in save_switch() 3893 n_switches++; in save_switch() 4586 n_switches = 0; in process_command() 5370 switches[n_switches].part1 = 0; in process_command() 5702 for (i = 0; i < n_switches; i++) in do_self_spec() 6936 for (i = 0; i < n_switches; i++) in switch_matches() 9407 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 11081 n_switches = 0; in finalize() 11149 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | gcc.c | 3411 static int n_switches; variable 3689 switches[n_switches].args = 0; in save_switch() 3701 n_switches++; in save_switch() 4339 n_switches = 0; in process_command() 4786 switches[n_switches].part1 = 0; in process_command() 5096 for (i = 0; i < n_switches; i++) in do_self_spec() 6306 for (i = 0; i < n_switches; i++) in switch_matches() 8729 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10250 n_switches = 0; in finalize() 10320 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | gcc.c | 3603 static int n_switches; variable 3881 switches[n_switches].args = 0; in save_switch() 3893 n_switches++; in save_switch() 4586 n_switches = 0; in process_command() 5370 switches[n_switches].part1 = 0; in process_command() 5702 for (i = 0; i < n_switches; i++) in do_self_spec() 6936 for (i = 0; i < n_switches; i++) in switch_matches() 9407 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 11081 n_switches = 0; in finalize() 11149 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | gcc.c | 3412 static int n_switches; variable 3690 switches[n_switches].args = 0; in save_switch() 3702 n_switches++; in save_switch() 4336 n_switches = 0; in process_command() 4784 switches[n_switches].part1 = 0; in process_command() 5094 for (i = 0; i < n_switches; i++) in do_self_spec() 6275 for (i = 0; i < n_switches; i++) in switch_matches() 8651 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10176 n_switches = 0; in finalize() 10246 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | gcc.c | 3603 static int n_switches; variable 3881 switches[n_switches].args = 0; in save_switch() 3893 n_switches++; in save_switch() 4586 n_switches = 0; in process_command() 5370 switches[n_switches].part1 = 0; in process_command() 5702 for (i = 0; i < n_switches; i++) in do_self_spec() 6936 for (i = 0; i < n_switches; i++) in switch_matches() 9407 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 11081 n_switches = 0; in finalize() 11149 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | gcc.c | 3411 static int n_switches; variable 3689 switches[n_switches].args = 0; in save_switch() 3701 n_switches++; in save_switch() 4339 n_switches = 0; in process_command() 4786 switches[n_switches].part1 = 0; in process_command() 5096 for (i = 0; i < n_switches; i++) in do_self_spec() 6306 for (i = 0; i < n_switches; i++) in switch_matches() 8729 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10250 n_switches = 0; in finalize() 10320 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | gcc.c | 3412 static int n_switches; variable 3690 switches[n_switches].args = 0; in save_switch() 3702 n_switches++; in save_switch() 4336 n_switches = 0; in process_command() 4784 switches[n_switches].part1 = 0; in process_command() 5094 for (i = 0; i < n_switches; i++) in do_self_spec() 6303 for (i = 0; i < n_switches; i++) in switch_matches() 8680 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10205 n_switches = 0; in finalize() 10275 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc8/gcc-8.5.0/gcc/ |
H A D | gcc.c | 3293 static int n_switches; variable 3571 switches[n_switches].args = 0; in save_switch() 3583 n_switches++; in save_switch() 4207 n_switches = 0; in process_command() 4657 switches[n_switches].part1 = 0; in process_command() 4965 for (i = 0; i < n_switches; i++) in do_self_spec() 6204 for (i = 0; i < n_switches; i++) in switch_matches() 8691 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 10163 n_switches = 0; in finalize() 10233 n_switches = 0; in driver_get_configure_time_options() [all …]
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | gcc.c | 3624 static int n_switches; variable 3903 switches[n_switches].args = 0; in save_switch() 3915 n_switches++; in save_switch() 4690 n_switches = 0; in process_command() 5480 switches[n_switches].part1 = 0; in process_command() 5812 for (i = 0; i < n_switches; i++) in do_self_spec() 7041 for (i = 0; i < n_switches; i++) in switch_matches() 9513 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator() 11187 n_switches = 0; in finalize() 11255 n_switches = 0; in driver_get_configure_time_options() [all …]
|