Searched refs:out2 (Results 101 - 125 of 125) sorted by relevance

12345

/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/
H A Dtests.sh840 $NSUPDATE -d <<END >nsupdate.out2-$n 2>&1 && ret=1
868 $NSUPDATE -d <<END >nsupdate.out2-$n 2>&1 || ret=1
875 grep "status: REFUSED" nsupdate.out2-$n >/dev/null && ret=1
1241 $NSUPDATE <<EOF >nsupdate.out2-$n 2>&1 || ret=1
1245 grep "bad owner" nsupdate.out2-$n >/dev/null && ret=1
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1403 goto out2;
1407 goto out2;
1456 out2:
/netbsd-current/sys/dev/pci/
H A Dif_txp.c1620 uint32_t in3, uint16_t *out1, uint32_t *out2, uint32_t *out3, int wait)
1632 if (out2 != NULL)
1633 *out2 = le32toh(rsp->rsp_par2);
1619 txp_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, uint32_t in3, uint16_t *out1, uint32_t *out2, uint32_t *out3, int wait) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DMakefile.am186 out.pem out2.pem \
H A DMakefile.in924 out.pem out2.pem \
/netbsd-current/usr.bin/gzip/
H A Dgzip.c782 goto out2;
1087 out2:
/netbsd-current/bin/sh/
H A Dredir.c314 out2 = &memout;
H A Dexec.c734 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC));
H A Djobs.c1565 showjob(out2, thisjob, mode);
/netbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c909 goto out2;
950 out2:
/netbsd-current/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c1745 goto out2;
1801 out2: sun8i_crypto_task_put(sc, task);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dpipe.c1187 goto out2;
1204 out2:
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dkerberos5.c2315 goto out2;
2317 out2:
/netbsd-current/sys/dev/ata/
H A Dwd.c2112 goto out2;
2201 out2:
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c3628 goto out2;
3638 goto out2;
3650 goto out2;
3898 out2:
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devdns.c2528 goto out2;
2539 goto out2;
2560 out2:
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h2609 [[no_unique_address]] _Out2 out2; member in struct:in_out_out_result
2617 { return {in, out1, out2}; }
2625 { return {std::move(in), std::move(out1), std::move(out2)}; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h2401 [[no_unique_address]] _Out2 out2; member in struct:in_out_out_result
2409 { return {in, out1, out2}; }
2417 { return {std::move(in), std::move(out1), std::move(out2)}; }
/netbsd-current/external/mit/isl/dist/
H A Disl_map.c10797 unsigned in1, in2, out1, out2, nparam, total, pos; local
10808 out2 = isl_basic_map_dim(bmap2, isl_dim_out);
10811 total = nparam + in1 + in2 + out1 + out2 + bmap1->n_div + bmap2->n_div;
10820 isl_dim_map_div(dim_map1, bmap1, pos += out2);
10906 isl_size in, out1, out2, nparam; local
10915 out2 = isl_basic_map_dim(bmap2, isl_dim_out);
10917 if (in < 0 || out1 < 0 || out2 < 0 || nparam < 0 || rational < 0)
10926 total = nparam + in + out1 + out2 + bmap1->n_div + bmap2->n_div;
10935 isl_dim_map_div(dim_map1, bmap1, pos += out2);
/netbsd-current/lib/libperfuse/
H A Dops.c1757 goto out2;
1933 out2:
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c1070 goto out2;
1095 out2:
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c5966 goto out2;
5977 goto out2;
6003 out2:;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dregs.s237 { .mii; mov out2 = r0; nop.i 0; nop.i 0;; }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c7170 tree out2 = out;
7175 out2 = fold_build2_loc (clause_loc, NE_EXPR,
7180 x = build2 (code, TREE_TYPE (out2), out2, priv2);
7169 tree out2 = out; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc7876 tree out2 = out;
7881 out2 = fold_build2_loc (clause_loc, NE_EXPR,
7886 x = build2 (code, TREE_TYPE (out2), out2, priv2);
7875 tree out2 = out; local

Completed in 1169 milliseconds

12345