Searched refs:dst1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dt-strl.c31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; local
95 one = sm_strlcpyn(dst1, sizeof dst1, 3, src1[0], "/", src1[1]);
98 SM_TEST(strcmp(dst1, dst2) == 0);
99 one = sm_strlcpyn(dst1, 10, 3, src1[0], "/", src1[1]);
102 SM_TEST(strcmp(dst1, dst2) == 0);
103 one = sm_strlcpyn(dst1, 5, 3, src1[0], "/", src1[1]);
106 SM_TEST(strcmp(dst1, dst2) == 0);
107 one = sm_strlcpyn(dst1, 0, 3, src1[0], "/", src1[1]);
110 SM_TEST(strcmp(dst1, dst
[all...]
/freebsd-10.3-release/lib/libc/net/
H A Dname6.c945 const struct hp_order *dst1 = arg1, *dst2 = arg2; local
951 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
955 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
961 if (dst1->aio_dstscope == dst1->aio_srcscope &&
965 if (dst1->aio_dstscope != dst1->aio_srcscope &&
971 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
973 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
977 if ((dst1
[all...]
H A Dgetaddrinfo.c945 const struct ai_order *dst1 = arg1, *dst2 = arg2; local
951 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
955 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
961 if (dst1->aio_dstscope == dst1->aio_srcscope &&
965 if (dst1->aio_dstscope != dst1->aio_srcscope &&
971 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
973 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
977 if ((dst1
[all...]
/freebsd-10.3-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c61 unsigned char *dst1 = (unsigned char *)dst; local
65 dst1[x] = src1[x];
/freebsd-10.3-release/libexec/rbootd/
H A Drmpproto.c291 char *src, *dst1, *dst2; local
319 dst1 = filepath;
322 *dst1++ = *dst2++ = *src++;
323 *dst1 = '\0';
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_ch.h480 u_int32_t dst1, u_int32_t dst2, int invert1,
H A Dscsi_ch.c935 u_int16_t src, dst1, dst2; local
965 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
976 /* dst1 */ dst1,
1782 u_int32_t dst1, u_int32_t dst2, int invert1,
1794 scsi_ulto2b(dst1, scsi_cmd->fdst);
1779 scsi_exchange_medium(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int32_t tea, u_int32_t src, u_int32_t dst1, u_int32_t dst2, int invert1, int invert2, u_int8_t sense_len, u_int32_t timeout) argument
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2999 bit32 *dst1; local
3001 dst1 = (bit32 *)dst;
3005 for (i= 0; i < DWcount; i+=4,dst1++)
3012 *dst1 = BIT32_TO_LEBIT32(val);

Completed in 113 milliseconds