Searched refs:copt (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | configure.gnu | 89 copt="$copt -V" 134 '') copt="$copt -ds";; 135 *) copt="$copt -d";; 138 eval "set X sh Configure $copt $create $opts"
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | sym.h | 123 long copt; /* count of file's optimization entries */ member
|
| /mirbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 1350 char *shell, *copt, *news = NULL; in do_spawn3() local 1355 copt = "-c"; in do_spawn3() 1357 copt = "-c"; in do_spawn3() 1359 copt = "/C"; in do_spawn3() 1368 copt = "-c"; in do_spawn3() 1420 rc = execl(shell,shell,copt,cmd,(char*)0); in do_spawn3() 1422 rc = spawnl(P_OVERLAY,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1424 rc = spawnl(P_NOWAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1426 rc = spawnl(flag,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1430 rc = spawnl(P_WAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecofflink.c | 971 if (fdr.copt > 0) 975 unsigned long size = fdr.copt * external_opt_size; 1019 end = in + fdr.copt * insz; 1020 sz = fdr.copt * outsz; 1042 output_symhdr->ioptMax += fdr.copt;
|
| D | ecoffswap.h | 200 intern->copt = H_GET_32 (abfd, ext->f_copt); in ecoff_swap_fdr_in() 266 H_PUT_32 (abfd, intern->copt, ext->f_copt); in ecoff_swap_fdr_out()
|