Searched refs:targ (Results 1 - 25 of 241) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dpr32550.f906 integer, target :: targ variable
10 targ = 42
11 !$omp parallel shared(targ)
13 ptr => targ
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.subdir.mk43 .for targ in ${__RECURSETARG}
47 SUBDIR_${targ} += .WAIT
48 .elif !commands(${targ}-${dir})
49 ${targ}-${dir}: .PHONY .MAKE __recurse
50 SUBDIR_${targ} += ${targ}-${dir}
53 subdir-${targ}: .PHONY ${SUBDIR_${targ}}
54 ${targ}: subdir-${targ}
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dmakefile.vms23 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
46 targ-cpu.obj: targ-cpu.c targ-cpu.h
57 $(RM) atof-targ.c;
60 $(RM) targ-env.h;
61 $(RM) targ-cpu.h;
62 $(RM) targ-cpu.c;
H A Dconfigure.com25 $ write sys$output "Generate targ-cpu.[ch]"
28 $ open/write outfile targ-cpu.h
32 $ open/write outfile targ-cpu.c
36 $ write sys$output "Generate targ-env.h"
38 $ open/write outfile targ-env.h
52 $ write sys$output "Generate atof-targ.c"
54 $ create atof-targ.c
217 $ FILES="obj-format,atof-targ,app,as,atof-generic,cond,depend,"+-
225 $ AS_OBJS="targ-cpu," + FILES
245 $ write sys$output "Compiling targ
[all...]
/netbsd-6-1-5-RELEASE/extsrc/
H A DMakefile.extsrc31 .for targ in dependall install
32 ${MAKEDIRTARGET} . ${targ}
47 . for targ in dependall install
48 ${MAKEDIRTARGET} ${dir} ${targ}
/netbsd-6-1-5-RELEASE/external/mit/xorg/
H A DMakefile35 .for targ in dependall install
36 ${MAKEDIRTARGET} . ${targ}
41 . for targ in dependall install
42 ${MAKEDIRTARGET} ${dir} ${targ}
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-common.h52 struct ui_file *targ; member in struct:mi_interp
/netbsd-6-1-5-RELEASE/x11/
H A DMakefile33 .for targ in dependall install
34 ${MAKEDIRTARGET} . ${targ}
40 . for targ in dependall install
41 ${MAKEDIRTARGET} ${dir} ${targ}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-d10v/
H A Dd10v.exp161 foreach targ $opts(target) {
162 if [istarget $targ] {
171 foreach targ $opts(notarget) {
172 if [istarget $targ] {
195 foreach targ $opts(xfail) {
196 setup_xfail $targ
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dsuff.c662 Suff *src, *targ;
664 return (SuffParseTransform(str, &src, &targ));
1183 Src *targ; /* Target structure */
1185 targ = ls->s;
1194 s2->file = bmake_strdup(targ->pref);
1195 s2->pref = targ->pref;
1196 s2->parent = targ;
1201 targ->children += 1;
1205 Lst_AtEnd(targ->cp, s2);
1206 fprintf(debug_file, "1 add %x %x to %x:", targ, s
661 Suff *src, *targ; local
1182 Src *targ; /* Target structure */ local
1248 SuffAddLevel(Lst l, Src *targ) argument
1410 SuffFindCmds(Src *targ, Lst slst) argument
2027 Src *targ; /* General Src target pointer */ local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/binstall/
H A Dbinstall.sh102 targ=ofwboot
109 targ=boot
110 stage2=${targ}
142 vecho Secondary boot program: $DEST/$targ
144 $DOIT cp -p -f ${MDEC}/${BOOTPROG} $DEST/$targ
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c89 uInt targ=0; /* target 32-bit */ local
110 if (dn->bits&DECINF) targ=DECIMAL_Inf<<24;
114 decDigitsToDPD(dn, &targ, 0);
116 if (dn->bits&DECNAN) targ|=DECIMAL_NaN<<24;
117 else targ|=DECIMAL_sNaN<<24;
151 targ=BIN2DPD[dn->lsu[0]];
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10;
156 decDigitsToDPD(dn, &targ, pad);
158 msd=targ>>20;
159 targ
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c89 uInt targ=0; /* target 32-bit */ local
110 if (dn->bits&DECINF) targ=DECIMAL_Inf<<24;
114 decDigitsToDPD(dn, &targ, 0);
116 if (dn->bits&DECNAN) targ|=DECIMAL_NaN<<24;
117 else targ|=DECIMAL_sNaN<<24;
151 targ=BIN2DPD[dn->lsu[0]];
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10;
156 decDigitsToDPD(dn, &targ, pad);
158 msd=targ>>20;
159 targ
[all...]
/netbsd-6-1-5-RELEASE/bin/rcp/
H A Drcp.c98 char *targ; local
177 if ((targ = colon(argv[argc - 1])) != NULL)/* Dest is remote host. */
178 toremote(targ, argc, argv);
189 toremote(char *targ, int argc, char *argv[]) argument
195 *targ++ = 0;
196 if (*targ == 0)
197 targ = dot;
222 strlen(thost) + strlen(targ) + CMDNEEDS + 20;
239 thost, targ);
246 thost, targ);
485 char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ]; local
[all...]
/netbsd-6-1-5-RELEASE/
H A DMakefile145 .for targ in ${TARGETS:Nobj:Ncleandir}
146 .if make(${targ}) && !target(.BEGIN)
148 @echo 'BUILD ABORTED: "make build" and "make ${targ}" are mutually exclusive.'
467 .for targ in cleandir obj includes
468 do-${targ}: .PHONY ${targ}
484 .for targ in dependall install
485 ${MAKEDIRTARGET} ${dir} ${targ}
493 .for targ in dependall install
494 ${MAKEDIRTARGET} compat ${targ} BOOTSTRAP_SUBDIR
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dutil.c148 mlx_get_device_state(int chan, int targ, struct mlx_phys_drv *pd) argument
160 mu.mu_command[3] = targ;
166 mlx_scsi_inquiry(int chan, int targ, char **vendor, char **device, argument
186 dcdb_cmd.dcdb.dcdb_target = (chan << 4) | targ;
205 mlx_print_phys_drv(struct mlx_phys_drv *pd, int chn, int targ, argument
230 printf("%s%s%02d%02d ", prefix, type, chn, targ);
259 if (!mlx_scsi_inquiry(chn, targ, &vendor, &device, &revision))
H A Dconfig.c218 * Print details for the physical drive at chn/targ in a format suitable for
222 print_phys_drive(struct conf_config *conf, int chn, int targ) argument
226 pd = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ];
232 mlx_print_phys_drv(pd, chn, targ, "# ");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libsim/
H A DMakefile17 hw_phb.c hw_ide.c options.c sim_calls.c callback.c targ-map.c gdb-sim.c
115 gentmap.c: targ-vals.def
117 targ-vals.def: ${DIST}/sim/ppc/../common/nltvals.def
118 rm -f targ-vals.def tmp-def
120 ${MIC} tmp-vals.def targ-vals.def
122 targ-vals.h: gentmap targ-vals.def
125 ${MIC} tmp-vals.h targ-vals.h
126 DPSRCS+= targ-vals.h
128 targ
[all...]
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_daemonif.c47 iscsid_add_target_req_t *targ; local
56 tlen = cl_get_target(&targ, argc, argv, kind != SEND_TARGETS_LIST);
60 if (kind == SEND_TARGETS_LIST && !targ->num_portals) {
65 cl_get_symname(targ->sym_name, argc, argv);
68 targ->list_kind = kind;
70 send_request(ISCSID_ADD_TARGET, tlen, targ);
351 iscsid_get_target_rsp_t *targ; local
365 targ = (iscsid_get_target_rsp_t *)(void *)trsp->parameter;
368 printf("%6d", targ->target_id.id);
369 if (targ
803 iscsid_add_target_req_t *targ = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-logging.c35 struct ui_file *targ; member in struct:saved_output_files
161 gdb_stdtarg = saved_output.targ;
162 gdb_stdtargerr = saved_output.targ;
166 saved_output.targ = NULL;
220 saved_output.targ = gdb_stdtarg;
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dvm86.h34 #define SETFLAGS(targ, new, newmask) (targ) = ((targ) & ~(newmask)) | ((new) & (newmask))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c366 char *targ, **newargv; local
504 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
505 toremote(targ, argc, argv);
543 toremote(char *targ, int argc, char **argv) argument
553 *targ++ = 0;
554 if (*targ == 0)
555 targ = dot;
598 xasprintf(&bp, "%s -t -- %s", cmd, targ);
639 thost, targ);
644 xasprintf(&bp, "%s -t -- %s", cmd, targ);
902 char ch, *cp, *np, *targ, *vect[1], buf[16384]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/python/
H A Dtre-python.c34 PyObject *targ; /* string we matched against */ member in struct:__anon2337
213 result = PySequence_GetSlice(self->targ, rm->rm_so, rm->rm_eo);
259 Py_XDECREF(self->targ);
322 self->targ = NULL;
337 char *targ; local
362 targ = PyString_AsString(pstring);
365 rc = tre_reganexec(&self->rgx, targ, tlen, &mo->am, fz->ap, eflags);
376 mo->targ = pstring;
/netbsd-6-1-5-RELEASE/tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c186 dtfs_node_remove(struct puffs_usermount *pu, void *opc, void *targ, argument
190 struct puffs_node *pn = targ;
195 dtfs_nukenode(targ, pn_parent, pcn->pcn_name, pcn->pcn_namelen);
220 dtfs_node_rmdir(struct puffs_usermount *pu, void *opc, void *targ, argument
224 struct dtfs_file *df = DTFS_CTOF(targ);
229 dtfs_nukenode(targ, pn_parent, pcn->pcn_name, pcn->pcn_namelen);
314 const struct puffs_cn *pcn_src, void *targ_dir, void *targ,
322 struct puffs_node *pn_tfile = targ;
372 dtfs_node_link(struct puffs_usermount *pu, void *opc, void *targ, argument
379 dfd->dfd_node = targ;
313 dtfs_node_rename(struct puffs_usermount *pu, void *opc, void *src, const struct puffs_cn *pcn_src, void *targ_dir, void *targ, const struct puffs_cn *pcn_targ) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Diopsp.c223 u_int tid, nent, i, targ, lun, size, rv, bptid; local
276 targ = le32toh(param.sdi.identifier);
279 if (targ >= sc_chan->chan_ntargets ||
282 "bad target/LUN\n", targ, lun, tid);
291 it = &sc->sc_targetmap[targ];
302 targ, tid, it->it_width);
314 IOPSP_TIDMAP(sc->sc_tidmap, targ, lun) !=
318 targ, lun, tid,
321 IOPSP_TIDMAP(tidmap, targ, lun) = IOPSP_TID_INUSE;
323 IOPSP_TIDMAP(tidmap, targ, lu
[all...]

Completed in 211 milliseconds

12345678910