Searched refs:edst (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | cvt.c | 56 char *edst = odst; in cvt_text() local 103 if (dst > edst) in cvt_text() 104 edst = dst; in cvt_text() 106 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r') in cvt_text() 107 edst--; in cvt_text() 108 *edst = '\0'; in cvt_text() 110 *lenp = ptr_diff(edst, odst); in cvt_text()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_addr.c | 232 static int addr_resolve_multi(u8 *edst, if_t ifp, struct sockaddr *dst_in) in addr_resolve_multi() argument 243 rdma_copy_addr_sub(edst, LLADDR((struct sockaddr_dl *)llsa), in addr_resolve_multi() 254 u8 *edst, in addr4_resolve() argument 371 rdma_copy_addr_sub(edst, if_getbroadcastaddr(ifp), in addr4_resolve() 376 error = addr_resolve_multi(edst, ifp, (struct sockaddr *)&dst_tmp); in addr4_resolve() 382 memset(edst, 0, MAX_ADDR_LEN); in addr4_resolve() 386 memset(edst, 0, MAX_ADDR_LEN); in addr4_resolve() 390 &nh->gw_sa, edst, NULL, NULL); in addr4_resolve() 395 edst, NULL, NULL); in addr4_resolve() 429 u8 *edst, in addr4_resolve() argument [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.str.c | 226 char *dst, *edst; local 236 edst = &dst[dstsize]; 240 if (dst >= edst) { 242 char *wedst = edst; 246 edst = &sdst[dstsize]; 247 dst = &edst[-MALLOC_INCR]; 536 char *dst, *edst; local 546 edst = &dst[dstsize]; 550 if (dst == edst) { 554 edst = &sdst[dstsize]; [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_gpsdjson.c | 676 char *pdst, *edst, ch; in gpsd_receive() local 694 edst = up->buffer + sizeof(up->buffer) - 1; /* for trailing NUL */ in gpsd_receive() 707 } else if (pdst != edst) { in gpsd_receive()
|
| /freebsd/contrib/file/src/ |
| H A D | softmagic.c | 1453 char *edst = &p->s[sizeof(p->s) - 1]; in mcopy() local 1462 if (dst < edst) in mcopy() 1474 *edst = '\0'; in mcopy()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.c | 2486 int edst, esrc; in dt_node_xlator() local 2492 edst = dt_decl_type(ddp, &dst); in dt_node_xlator() 2498 if (edst != 0 || esrc != 0) { in dt_node_xlator()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1636 Address edst) override;
|