Searched refs:new_opt (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipmon_y.y35 static opt_t *new_opt __P((int));
128 IPM_DIRECTION '=' IPM_IN { $$ = new_opt(IPM_DIRECTION);
130 | IPM_DIRECTION '=' IPM_OUT { $$ = new_opt(IPM_DIRECTION);
134 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP);
140 IPM_DSTPORT '=' YY_NUMBER { $$ = new_opt(IPM_DSTPORT);
142 | IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT);
146 every: IPM_EVERY IPM_SECOND { $$ = new_opt(IPM_SECOND);
148 | IPM_EVERY YY_NUMBER IPM_SECONDS { $$ = new_opt(IPM_SECOND);
150 | IPM_EVERY IPM_PACKET { $$ = new_opt(IPM_PACKET);
152 | IPM_EVERY YY_NUMBER IPM_PACKETS { $$ = new_opt(IPM_PACKE
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-iq2000.c800 char new_opt[80];
803 new_opt[0] = old_opt[0] = '\0';
826 strcat (new_opt, " -m10");
831 strcat (new_opt, " -m2000");
849 if (new_opt[0])
854 bfd_get_filename (ibfd), new_opt, old_opt);
792 char new_opt[80]; local
846 bfd_get_filename (ibfd), new_opt, old_opt); local
H A Delf32-m32c.c756 char new_opt[80];
759 new_opt[0] = old_opt[0] = '\0';
793 default: strcat (new_opt, " -m16c"); break;
794 case EF_M32C_CPU_M16C: strcat (new_opt, " -m16c"); break;
795 case EF_M32C_CPU_M32C: strcat (new_opt, " -m32c"); break;
807 if (new_opt[0])
812 bfd_get_filename (ibfd), new_opt, old_opt);
752 char new_opt[80]; local
808 bfd_get_filename (ibfd), new_opt, old_opt); local
H A Delf32-frv.c6573 char new_opt[80];
6576 new_opt[0] = old_opt[0] = '\0';
6617 default: strcat (new_opt, " -mgpr-??"); break;
6618 case EF_FRV_GPR_32: strcat (new_opt, " -mgpr-32"); break;
6619 case EF_FRV_GPR_64: strcat (new_opt, " -mgpr-64"); break;
6647 default: strcat (new_opt, " -mfpr-?"); break;
6648 case EF_FRV_FPR_32: strcat (new_opt, " -mfpr-32"); break;
6649 case EF_FRV_FPR_64: strcat (new_opt, " -mfpr-64"); break;
6650 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6679 default: strcat (new_opt, "
6566 char new_opt[80]; local
6782 bfd_get_filename (ibfd), new_opt, old_opt); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-iq2000.c800 char new_opt[80];
803 new_opt[0] = old_opt[0] = '\0';
826 strcat (new_opt, " -m10");
831 strcat (new_opt, " -m2000");
849 if (new_opt[0])
854 bfd_get_filename (ibfd), new_opt, old_opt);
792 char new_opt[80]; local
846 bfd_get_filename (ibfd), new_opt, old_opt); local
H A Delf32-m32c.c756 char new_opt[80];
759 new_opt[0] = old_opt[0] = '\0';
793 default: strcat (new_opt, " -m16c"); break;
794 case EF_M32C_CPU_M16C: strcat (new_opt, " -m16c"); break;
795 case EF_M32C_CPU_M32C: strcat (new_opt, " -m32c"); break;
807 if (new_opt[0])
812 bfd_get_filename (ibfd), new_opt, old_opt);
752 char new_opt[80]; local
808 bfd_get_filename (ibfd), new_opt, old_opt); local
H A Delf32-frv.c6573 char new_opt[80];
6576 new_opt[0] = old_opt[0] = '\0';
6617 default: strcat (new_opt, " -mgpr-??"); break;
6618 case EF_FRV_GPR_32: strcat (new_opt, " -mgpr-32"); break;
6619 case EF_FRV_GPR_64: strcat (new_opt, " -mgpr-64"); break;
6647 default: strcat (new_opt, " -mfpr-?"); break;
6648 case EF_FRV_FPR_32: strcat (new_opt, " -mfpr-32"); break;
6649 case EF_FRV_FPR_64: strcat (new_opt, " -mfpr-64"); break;
6650 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6679 default: strcat (new_opt, "
6566 char new_opt[80]; local
6782 bfd_get_filename (ibfd), new_opt, old_opt); local
[all...]

Completed in 215 milliseconds