Searched refs:target (Results 201 - 225 of 2282) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc42 VERIFY( *frm.target<int X::*>() == &X::bar );
48 VERIFY( *fr.target<int (X::*)()>() == &X::foo );
54 VERIFY( *frc.target<int (X::*)() const >() == &X::foo_c );
60 VERIFY( *frv.target<int (X::*)() volatile >() == &X::foo_v );
61 VERIFY( frv.target<int (X::*)() const volatile>() == 0 );
67 VERIFY( *frcv.target<int (X::*)() const volatile >() == &X::foo_cv );
68 VERIFY( frcv.target<int (X::*)() const>() == 0 );
74 VERIFY( *grm.target<int X::*>() == &X::bar );
80 VERIFY( *gr.target<int (X::*)()>() == &X::foo );
86 VERIFY( *grc.target<in
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_overlay/
H A Dmount_overlay.c83 char target[MAXPATHLEN], canon_dir[MAXPATHLEN]; local
105 if (realpath(argv[0], target) == NULL) /* Check device path */
107 if (strncmp(argv[0], target, MAXPATHLEN)) {
109 warnx("using \"%s\" instead.", target);
119 args.la.target = target;
122 err(1, "%s on %s", target, canon_dir);
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dxdr_array.c86 caddr_t target = *addrp; variable
105 if (target == NULL)
110 *addrp = target = mem_alloc(nodesize);
111 if (target == NULL) {
115 memset(target, 0, nodesize);
129 stat = (*elproc)(xdrs, target);
130 target += elsize;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dcert_37.c51 RETERR(uint16_tobuffer(cert, target));
60 RETERR(uint16_tobuffer(token.value.as_ulong, target));
68 RETERR(mem_tobuffer(target, &secalg, 1));
70 return (isc_base64_tobuffer(lexer, target, -1));
91 RETERR(dns_cert_totext((dns_cert_t)n, target));
92 RETERR(str_totext(" ", target));
100 RETERR(str_totext(buf, target));
105 RETERR(dns_secalg_totext(sr.base[0], target));
112 RETERR(str_totext(" (", target));
113 RETERR(str_totext(tctx->linebreak, target));
[all...]
H A Duri_256.c45 RETERR(uint16_tobuffer(token.value.as_ulong, target));
54 RETERR(uint16_tobuffer(token.value.as_ulong, target));
63 RETTOK(multitxt_fromtext(&token.value.as_textregion, target));
86 RETERR(str_totext(buf, target));
94 RETERR(str_totext(buf, target));
99 RETERR(multitxt_totext(&region, target));
120 RETERR(mem_tobuffer(target, region.base, 4));
126 RETERR(multitxt_fromwire(source, target));
141 return (mem_tobuffer(target, region.base, region.length));
190 REQUIRE(uri->target !
[all...]
H A Dipseckey_45.c53 RETERR(uint8_tobuffer(token.value.as_ulong, target));
62 RETERR(uint8_tobuffer(token.value.as_ulong, target));
72 RETERR(uint8_tobuffer(token.value.as_ulong, target));
89 isc_buffer_availableregion(target, &region);
93 isc_buffer_add(target, 4);
99 isc_buffer_availableregion(target, &region);
103 isc_buffer_add(target, 16);
111 options, target));
118 return (isc_base64_tobuffer(lexer, target, -1));
138 RETERR(str_totext("( ", target));
[all...]
H A Dtlsa_52.c47 RETERR(uint8_tobuffer(token.value.as_ulong, target));
56 RETERR(uint8_tobuffer(token.value.as_ulong, target));
65 RETERR(uint8_tobuffer(token.value.as_ulong, target));
70 return (isc_hex_tobuffer(lexer, target, -1));
92 RETERR(str_totext(buf, target));
100 RETERR(str_totext(buf, target));
108 RETERR(str_totext(buf, target));
114 RETERR(str_totext(" (", target));
115 RETERR(str_totext(tctx->linebreak, target));
117 RETERR(isc_hex_totext(&sr, 0, "", target));
[all...]
H A Dsoa_6.c54 options, target));
74 RETERR(uint32_tobuffer(token.value.as_ulong, target));
81 RETERR(uint32_tobuffer(n, target));
125 RETERR(dns_name_totext(&prefix, sub, target));
127 RETERR(str_totext(" ", target));
130 RETERR(dns_name_totext(&prefix, sub, target));
133 RETERR(str_totext(" (" , target));
134 RETERR(str_totext(tctx->linebreak, target));
142 RETERR(str_totext(buf, target));
144 RETERR(str_totext(soa_fieldnames[i], target));
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Datapiconf.c173 int target; local
178 for (target = 0; target < chan->chan_ntargets; target++) {
179 periph = scsipi_lookup_periph(chan, target, 0);
197 int target, error = 0; local
210 for (target = 0; target < chan->chan_ntargets; target++) {
211 periph = scsipi_lookup_periph(chan, target,
227 atapi_probe_bus(struct atapibus_softc *sc, int target) argument
253 atapi_probe_device(struct atapibus_softc *sc, int target, struct scsipi_periph *periph, struct scsipibus_attach_args *sa) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drdata.c75 unsigned int options, isc_buffer_t *target, \
79 isc_buffer_t *target
83 unsigned int options, isc_buffer_t *target
86 isc_buffer_t *target
91 void *source, isc_buffer_t *target
93 #define ARGS_TOSTRUCT dns_rdata_t *rdata, void *target, isc_mem_t *mctx
121 txt_totext(isc_region_t *source, isc_buffer_t *target);
124 txt_fromtext(isc_textregion_t *source, isc_buffer_t *target);
127 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target);
130 multitxt_totext(isc_region_t *source, isc_buffer_t *target);
247 name_duporclone(dns_name_t *source, isc_mem_t *mctx, dns_name_t *target) argument
314 dns_rdata_clone(const dns_rdata_t *src, dns_rdata_t *target) argument
432 dns_rdata_fromwire(dns_rdata_t *rdata, dns_rdataclass_t rdclass, dns_rdatatype_t type, isc_buffer_t *source, dns_decompress_t *dctx, unsigned int options, isc_buffer_t *target) argument
503 dns_rdata_towire(dns_rdata_t *rdata, dns_compress_t *cctx, isc_buffer_t *target) argument
563 unknown_fromtext(dns_rdataclass_t rdclass, dns_rdatatype_t type, isc_lex_t *lexer, isc_mem_t *mctx, isc_buffer_t *target) argument
609 dns_rdata_fromtext(dns_rdata_t *rdata, dns_rdataclass_t rdclass, dns_rdatatype_t type, isc_lex_t *lexer, dns_name_t *origin, unsigned int options, isc_mem_t *mctx, isc_buffer_t *target, dns_rdatacallbacks_t *callbacks) argument
712 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, isc_buffer_t *target) argument
754 rdata_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, isc_buffer_t *target) argument
781 dns_rdata_totext(dns_rdata_t *rdata, dns_name_t *origin, isc_buffer_t *target) argument
798 dns_rdata_tofmttext(dns_rdata_t *rdata, dns_name_t *origin, unsigned int flags, unsigned int width, unsigned int split_width, const char *linebreak, isc_buffer_t *target) argument
828 dns_rdata_fromstruct(dns_rdata_t *rdata, dns_rdataclass_t rdclass, dns_rdatatype_t type, void *source, isc_buffer_t *target) argument
866 dns_rdata_tostruct(dns_rdata_t *rdata, void *target, isc_mem_t *mctx) argument
1008 dns_rdatatype_totext(dns_rdatatype_t type, isc_buffer_t *target) argument
1051 txt_totext(isc_region_t *source, isc_buffer_t *target) argument
1105 txt_fromtext(isc_textregion_t *source, isc_buffer_t *target) argument
1171 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target) argument
1195 multitxt_totext(isc_region_t *source, isc_buffer_t *target) argument
1251 multitxt_fromtext(isc_textregion_t *source, isc_buffer_t *target) argument
1317 multitxt_fromwire(isc_buffer_t *source, isc_buffer_t *target) argument
1347 name_prefix(dns_name_t *name, dns_name_t *origin, dns_name_t *target) argument
1379 str_totext(const char *source, isc_buffer_t *target) argument
1395 inet_totext(int af, isc_region_t *src, isc_buffer_t *target) argument
1420 uint32_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1431 uint16_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1444 uint8_tobuffer(isc_uint32_t value, isc_buffer_t *target) argument
1457 name_tobuffer(dns_name_t *name, isc_buffer_t *target) argument
1508 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
1595 byte_atob(int c, isc_buffer_t *target, struct state *state) argument
1633 putbyte(int c, isc_buffer_t *target, struct state *state) argument
1668 atob_tobuffer(isc_lex_t *lexer, isc_buffer_t *target) argument
1732 byte_btoa(int c, isc_buffer_t *target, struct state *state) argument
1798 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1068 struct solaris_stat target;
1071 target.st_dev = H2T_4(host->st_dev);
1072 target.st_ino = H2T_4(host->st_ino);
1073 target.st_mode = H2T_4(host->st_mode);
1074 target.st_nlink = H2T_4(host->st_nlink);
1075 target.st_uid = H2T_4(host->st_uid);
1076 target.st_gid = H2T_4(host->st_gid);
1077 target.st_size = H2T_4(host->st_size);
1080 target.st_rdev = H2T_4(host->st_rdev);
1082 target
1065 struct solaris_stat target; local
1244 struct solaris_termio target; local
1323 struct solaris_termios target; local
2008 struct linux_stat target; local
2208 struct linux_termio target; local
2297 struct linux_termios target; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/pl/
H A DMingw32.pl80 local($obj,$target,$name,$shlib)=@_;
83 $target =~ s/\//$o/g if $o ne '/';
84 $target="$target";
87 $ret.="$target: \$(${Name}OBJ)\n";
88 $ret.="\tif exist $target \$(RM) $target\n";
89 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
90 $ret.="\t\$(RANLIB) $target\n\n";
95 local($target,
[all...]
H A Dunix.pl58 local($obj,$target,$name,$shlib)=@_;
61 $target =~ s/\//$o/g if $o ne '/';
62 $target="$target";
65 $ret.="$target: \$(${Name}OBJ)\n";
66 $ret.="\t\$(RM) $target\n";
67 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
68 $ret.="\t\$(RANLIB) $target\n\n";
73 local($target,$files,$dep_libs,$libs)=@_;
77 $n=&bname($target);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dgen-aout.c35 char *target = "unknown", *arch = "unknown"; local
47 target = argv[1];
48 if (target == NULL) {
100 printf("\n#define MY(OP) CONCAT2 (%s_,OP)\n\n", target);
101 printf("#define TARGETNAME \"a.out-%s\"\n\n", target);
107 printf("\n#include \"aout-target.h\"\n");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dgen-aout.c35 char *target = "unknown", *arch = "unknown"; local
47 target = argv[1];
48 if (target == NULL) {
100 printf("\n#define MY(OP) CONCAT2 (%s_,OP)\n\n", target);
101 printf("#define TARGETNAME \"a.out-%s\"\n\n", target);
107 printf("\n#include \"aout-target.h\"\n");
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dsbp.c303 struct sbp_target *target; member in struct:sbp_dev
476 struct sbp_target *target = &sc->sc_target; local
521 sc_channel->chan_nluns = target->num_lun; /* We set nluns 0 now */
651 struct fw_device *fwdev = sdev->target->fwdev;
652 struct sbp_softc *sc = sdev->target->sbp;
668 sbp_alloc_lun(struct sbp_target *target) argument
676 sc = target->sbp;
677 crom_init_context(&cc, target->fwdev->csrrom);
686 printf("target %d lun %d found\n", target
837 struct sbp_target *target; local
845 target = &sc->sc_target; local
943 struct sbp_target *target = (struct sbp_target *)arg; local
988 struct sbp_target *target = &sc->sc_target; local
1010 struct sbp_target *target = &sc->sc_target; local
1073 struct sbp_target *target = sdev->target; local
1130 struct sbp_target *target = (struct sbp_target *)arg; local
1187 struct sbp_target *target; local
1407 struct sbp_target *target; local
1468 struct sbp_target *target; local
1738 struct sbp_target *target; local
1772 target = &sc->sc_target; local
2026 struct sbp_target *target; local
2033 target = &sbp->sc_target; local
2065 sbp_free_target(struct sbp_target *target) argument
2091 struct sbp_target *target; local
2121 sbp_scsipi_detach_target(struct sbp_target *target) argument
2143 struct sbp_target *target = sdev->target; local
2181 struct sbp_target *target = sdev->target; local
2240 struct sbp_target *target = &sc->sc_target; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.c52 RETERR(uint16_tobuffer(token.value.as_ulong, target));
61 RETERR(uint16_tobuffer(token.value.as_ulong, target));
70 RETERR(uint16_tobuffer(token.value.as_ulong, target));
80 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
114 RETERR(str_totext(buf, target));
115 RETERR(str_totext(" ", target));
123 RETERR(str_totext(buf, target));
124 RETERR(str_totext(" ", target));
132 RETERR(str_totext(buf, target));
133 RETERR(str_totext(" ", target));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.def26 // that recursive target in its Makefile.
70 // different from host for target.
71 target="none-${host_vendor}-${host_os}"; };
184 // "depend" indicates that a target depends on another target uniformly
185 // for each subdirectory. There can be several such lines per target.
365 dependencies = { module=all-gnattools; on=all-target-libada; };
541 // environment (e.g. on libstdc++). By default target modules depend
553 dependencies = { module=configure-target-boehm-gc; on=configure-target
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dcompress_test.c103 isc_buffer_t target; local
155 isc_buffer_init(&target, buf2, sizeof(buf2));
160 &target) == ISC_R_SUCCESS);
166 &target) == ISC_R_SUCCESS);
168 &target) == ISC_R_SUCCESS);
170 &target) == ISC_R_SUCCESS);
178 for (i = 0; i < target.used; /* */ ) {
180 ((unsigned char *)target.base)[i]);
184 if (i == target.used)
193 RUNTIME_CHECK(target
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c55 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
67 RETERR(uint16_tobuffer((isc_uint16_t)(sigtime >> 32), target));
68 RETERR(uint32_tobuffer((isc_uint32_t)(sigtime & 0xffffffffU), target));
77 RETERR(uint16_tobuffer(token.value.as_ulong, target));
86 RETERR(uint16_tobuffer(token.value.as_ulong, target));
91 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
100 RETERR(uint16_tobuffer(token.value.as_ulong, target));
117 RETERR(uint16_tobuffer(rcode, target));
126 RETERR(uint16_tobuffer(token.value.as_ulong, target));
131 return (isc_base64_tobuffer(lexer, target, (in
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-targets.h27 struct target { struct
33 struct target *next;
40 struct target *head, *tail;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/docs/html/
H A Dmakedoc.awk54 target = file thistarget
57 target = X[1] "/" thistarget
66 entry[entries++] = "<li><a href=\"" target "\">" thistext "</a></li>"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/x86_64/abi/avx/
H A Dabi-avx.exp21 load_lib target-supports.exp
25 || ![is-effective-target lp64]
26 || ![is-effective-target avx] } then {
34 set clearcap_ldflags "-Wl,-M,$srcdir/gcc.target/i386/clearcap.map"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dfile-transfer.exp47 if { ![is_remote target] } {
48 # If we can check the target copy of the file, do that too.
68 if { ![is_remote target] } {
69 if { ! [remote_file target exists down-server] } {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dylwrap113 [\\/]* | ?:[\\/]*) target="$2";;
114 *) target="../$2";;
121 sed -e "/^#/ s,$input_rx,," "$from" > "$target" || status=$?

Completed in 305 milliseconds

1234567891011>>