| /src/usr.sbin/rbootd/ |
| rmpproto.c | 293 char *src, *dst1, *dst2; local 320 dst1 = filepath; 330 *dst1++ = *dst2++ = *src++; 331 *dst1 = '\0';
|
| rmpproto.c | 293 char *src, *dst1, *dst2; local 320 dst1 = filepath; 330 *dst1++ = *dst2++ = *src++; 331 *dst1 = '\0';
|
| /src/sys/dev/scsipi/ |
| ch.c | 630 u_int16_t src, dst1, dst2; local 656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; 666 _lto2b(dst1, cmd.fdst);
|
| ch.c | 630 u_int16_t src, dst1, dst2; local 656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; 666 _lto2b(dst1, cmd.fdst);
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 830 uint8_t *dst1, *dst2, *dst3; local 854 dst1 = dst0 + OMFB_PLANEOFFS; 855 dst2 = dst1 + OMFB_PLANEOFFS; 886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */ 898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */ 905 " adda.l %[step8],%[dst1] ;\n" 912 [dst1] "+&a" (dst1), 931 *(uint32_t *)dst1 = *(uint32_t *)src0; 932 dst1 += 4 [all...] |
| omrasops.c | 830 uint8_t *dst1, *dst2, *dst3; local 854 dst1 = dst0 + OMFB_PLANEOFFS; 855 dst2 = dst1 + OMFB_PLANEOFFS; 886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */ 898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */ 905 " adda.l %[step8],%[dst1] ;\n" 912 [dst1] "+&a" (dst1), 931 *(uint32_t *)dst1 = *(uint32_t *)src0; 932 dst1 += 4 [all...] |
| /src/lib/libc/net/ |
| getaddrinfo.c | 986 const struct ai_order *dst1 = arg1, *dst2 = arg2; local 992 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && 996 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && 1002 if (dst1->aio_dstscope == dst1->aio_srcscope && 1006 if (dst1->aio_dstscope != dst1->aio_srcscope && 1012 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && 1014 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && 1018 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) & [all...] |
| getaddrinfo.c | 986 const struct ai_order *dst1 = arg1, *dst2 = arg2; local 992 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && 996 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && 1002 if (dst1->aio_dstscope == dst1->aio_srcscope && 1006 if (dst1->aio_dstscope != dst1->aio_srcscope && 1012 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && 1014 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && 1018 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) & [all...] |