Searched refs:dst (Results 151 - 175 of 3103) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dstrlcpy.c45 * Copy src to string dst of size siz. At most siz-1 characters
50 event_strlcpy_(dst, src, siz)
51 char *dst;
55 register char *d = dst;
67 /* Not enough room in dst, add NUL and traverse rest of src */
70 *d = '\0'; /* NUL-terminate dst */
/netbsd-current/lib/libc/ssp/
H A Dstrncat_chk.c44 __strncat_chk(char * __restrict dst, const char * __restrict src, size_t len, argument
50 return dst;
55 for (d = dst; *d; d++) {
72 return dst;
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Di28f128.c125 block_write(void *dst, const void *src) argument
134 /* dst must be aligned to block boundary. */
135 if (I28F128_BLOCK_MASK & (u_int32_t) dst)
138 if (memcmp(dst, src, I28F128_BLOCK_SIZE) == 0)
141 if ((status = block_erase(dst)) != 0)
145 q = dst;
149 REGWRITE_2(dst, 0, I28F128_WRITE_BUFFER);
150 status = REGREAD_2(dst, 0);
153 REGWRITE_2(dst, 0, wbuf_count - 1);
158 REGWRITE_2(dst,
174 i28f128_region_write(void *dst, const void *src, size_t len) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstpncpy.h37 extern char *stpncpy (char *dst, const char *src, size_t n);
/netbsd-current/external/bsd/unbound/dist/edns-subnet/
H A Dedns-subnet.c47 copy_clear(uint8_t* dst, size_t dstlen, uint8_t* src, size_t srclen, size_t n) argument
56 memcpy(dst, src, intpart);
58 dst[intpart] = src[intpart] & ~(0xFF >> fracpart);
61 memset(dst + written, 0, dstlen - written);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlzjb.c54 uchar_t *dst = d_start; local
64 if (dst >= (uchar_t *)d_start + d_len - 1 - 2 * NBBY)
67 copymap = dst;
68 *dst++ = 0;
71 *dst++ = *src++;
87 *dst++ = ((mlen - MATCH_MIN) << (NBBY - MATCH_BITS)) |
89 *dst++ = (uchar_t)offset;
92 *dst++ = *src++;
95 return (dst - (uchar_t *)d_start);
103 uchar_t *dst local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dt-iset.c30 gmp_randstate_t dst; local
34 gmp_randinit_set (dst, src);
41 mpz_urandomb (dz, dst, 123);
48 gmp_printf (" from dst: %#Zx\n", dz);
55 gmp_randclear (dst);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.h9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { argument
15 dst->push_back(lo);
23 dst->push_back(i);
29 dst->push_back(hi);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.h10 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { argument
16 dst->push_back(lo);
24 dst->push_back(i);
30 dst->push_back(hi);
/netbsd-current/sys/crypto/camellia/
H A Dcamellia-api.c45 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
48 Camellia_DecryptBlock(ctx->bits, src, ctx->subkey, dst);
52 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
55 Camellia_EncryptBlock(ctx->bits, src, ctx->subkey, dst);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dverilog.c169 char *dst = buffer; local
173 *dst++ = '@';
177 TOHEX (dst, (address >> 56));
178 dst += 2;
179 TOHEX (dst, (address >> 48));
180 dst += 2;
181 TOHEX (dst, (address >> 40));
182 dst += 2;
183 TOHEX (dst, (address >> 32));
184 dst
213 char *dst = buffer; local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/tests/
H A Dsetkey2esp-secrets.pl10 $dst = $2;
21 printf"0x%x@%s %s:0x%s\n", $spi, $dst, $algo, $secret;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dverilog.c169 char *dst = buffer; local
173 *dst++ = '@';
177 TOHEX (dst, (address >> 56));
178 dst += 2;
179 TOHEX (dst, (address >> 48));
180 dst += 2;
181 TOHEX (dst, (address >> 40));
182 dst += 2;
183 TOHEX (dst, (address >> 32));
184 dst
213 char *dst = buffer; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-dis.c206 int dst = 0; local
222 case 0: /* Emulated work with dst register. */
258 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
262 sprintf (op, "0x%04x", dst);
264 PS ((short) (addr + 2) + dst));
267 dst |= extended_dst << 16;
268 sprintf (op, "0x%05x", dst);
270 (long)((addr + 2 + dst) & 0xfffff));
279 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
283 sprintf (op, "&0x%04x", PS (dst));
464 int dst = 0; local
818 int dst = 0; local
930 int dst = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmsp430-dis.c206 int dst = 0; local
222 case 0: /* Emulated work with dst register. */
258 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
262 sprintf (op, "0x%04x", dst);
264 PS ((short) (addr + 2) + dst));
267 dst |= extended_dst << 16;
268 sprintf (op, "0x%05x", dst);
270 (long)((addr + 2 + dst) & 0xfffff));
279 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
283 sprintf (op, "&0x%04x", PS (dst));
464 int dst = 0; local
818 int dst = 0; local
930 int dst = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmsp430-dis.c206 int dst = 0; local
222 case 0: /* Emulated work with dst register. */
258 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
262 sprintf (op, "0x%04x", dst);
264 PS ((short) (addr + 2) + dst));
267 dst |= extended_dst << 16;
268 sprintf (op, "0x%05x", dst);
270 (long)((addr + 2 + dst) & 0xfffff));
279 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
283 sprintf (op, "&0x%04x", PS (dst));
464 int dst = 0; local
818 int dst = 0; local
930 int dst = 0; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmsp430-dis.c206 int dst = 0; local
222 case 0: /* Emulated work with dst register. */
258 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
262 sprintf (op, "0x%04x", dst);
264 PS ((short) (addr + 2) + dst));
267 dst |= extended_dst << 16;
268 sprintf (op, "0x%05x", dst);
270 (long)((addr + 2 + dst) & 0xfffff));
279 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm))
283 sprintf (op, "&0x%04x", PS (dst));
464 int dst = 0; local
818 int dst = 0; local
930 int dst = 0; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst
[all...]
/netbsd-current/external/bsd/byacc/dist/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst"
[all...]
/netbsd-current/external/bsd/iscsi/dist/src/
H A Dinstall-sh42 dst=""
88 dst=$1
104 dst=$src
107 if [ -d $dst ]; then
126 if [ x"$dst" = x ]
137 if [ -d $dst ]
139 dst="$dst"/`basename $src`
146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
182 $doit $instcmd $dst
[all...]
/netbsd-current/external/bsd/libbind/dist/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/netbsd-current/external/bsd/liblzf/dist/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst
[all...]
/netbsd-current/external/bsd/libpcap/dist/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst"
[all...]

Completed in 289 milliseconds

1234567891011>>