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

/freebsd-10.0-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.0-release/lib/libc/net/
H A Dname6.c946 const struct hp_order *dst1 = arg1, *dst2 = arg2; local
952 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
956 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
962 if (dst1->aio_dstscope == dst1->aio_srcscope &&
966 if (dst1->aio_dstscope != dst1->aio_srcscope &&
972 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
974 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
978 if ((dst1
[all...]
H A Dgetaddrinfo.c909 const struct ai_order *dst1 = arg1, *dst2 = arg2; local
915 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
919 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
925 if (dst1->aio_dstscope == dst1->aio_srcscope &&
929 if (dst1->aio_dstscope != dst1->aio_srcscope &&
935 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
937 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
941 if ((dst1
[all...]
/freebsd-10.0-release/libexec/rbootd/
H A Drmpproto.c295 char *src, *dst1, *dst2; local
323 dst1 = filepath;
326 *dst1++ = *dst2++ = *src++;
327 *dst1 = '\0';
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ch.h480 u_int32_t dst1, u_int32_t dst2, int invert1,
H A Dscsi_ch.c942 u_int16_t src, dst1, dst2; local
972 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
983 /* dst1 */ dst1,
1791 u_int32_t dst1, u_int32_t dst2, int invert1,
1803 scsi_ulto2b(dst1, scsi_cmd->fdst);
1788 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

Completed in 221 milliseconds