Searched refs:src (Results 501 - 525 of 2433) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/gnu/usr.bin/groff/src/utils/hpftodit/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11-stable/gnu/usr.bin/groff/src/utils/tfmtodit/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11-stable/contrib/nvi/regex/
H A Dregexec.c79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n))
80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
129 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
/freebsd-11-stable/sys/net/
H A Dbpf_zerocopy.h40 void *src, u_int len);
42 void *src, u_int len);
/freebsd-11-stable/sys/vm/
H A Dvm_domain.h51 const struct vm_domain_policy *src);
53 const struct vm_domain_policy *src);
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Ddequeue6 /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-src-cur
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h81 ZfsEvent(const ZfsEvent &src);
106 GeomEvent(const GeomEvent &src);
/freebsd-11-stable/stand/userboot/userboot/
H A Dcopy.c35 userboot_copyin(const void *src, vm_offset_t va, size_t len) argument
38 CALLBACK(copyin, src, va, len);
/freebsd-11-stable/stand/ofw/libofw/
H A Dlibofw.h52 ssize_t ofw_copyin(const void *src, vm_offset_t dest, const size_t len);
53 ssize_t ofw_copyout(const vm_offset_t src, void *dest, const size_t len);
/freebsd-11-stable/secure/
H A DMakefile.inc3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/ftp/
H A DMakefile5 .include <src.opts.mk>
12 .PATH: ${TNFTP}/src
/freebsd-11-stable/stand/uboot/lib/
H A Dlibuboot.h63 ssize_t uboot_copyin(const void *src, vm_offset_t dest, const size_t len);
64 ssize_t uboot_copyout(const vm_offset_t src, void *dest, const size_t len);
/freebsd-11-stable/lib/libucl/
H A DMakefile19 .PATH: ${LIBUCL}/src \
28 -I${LIBUCL}/src \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h33 typedef void (*ReadThreadBytesReceived)(void *baton, const void *src,
63 size_t Write(const void *src, size_t src_len, lldb::ConnectionStatus &status);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
/freebsd-11-stable/contrib/ldns/drill/
H A Dinstall-sh94 src=
229 for src
232 case $src in
233 -*) src=./$src;;
237 dst=$src
243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
246 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dinstall-sh94 src=
241 for src
244 case $src in
245 -* | [=\(\)!]) src=./$src;;
249 dst=$src
255 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
257 # if $src (and thus $dsttmp) contains '*'.
258 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dinstall-sh94 src=
229 for src
232 case $src in
233 -*) src=./$src;;
237 dst=$src
243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
246 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dinstall-sh94 src=
229 for src
232 case $src in
233 -*) src=./$src;;
237 dst=$src
243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
246 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pfsync.c242 print_src_dst(ndo, &u->src, &u->dst, IPPROTO_TCP);
331 print_src_dst(netdissect_options *ndo, const struct pfsync_state_peer *src, argument
336 if (src->state <= TCPS_TIME_WAIT &&
338 ND_PRINT((ndo, " %s:%s", tcpstates[src->state],
340 else if (src->state == PF_TCPS_PROXY_SRC ||
343 else if (src->state == PF_TCPS_PROXY_DST ||
348 src->state, dst->state));
351 print_seq(ndo, src);
352 if (src->wscale && dst->wscale)
354 src
380 struct pfsync_state_peer *src, *dst; local
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh94 src=
237 for src
240 case $src in
241 -*) src=./$src;;
245 dst=$src
251 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
253 # if $src (and thus $dsttmp) contains '*'.
254 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dinstall-sh79 src=
246 for src
249 case $src in
250 -* | [=\(\)!]) src=./$src;;
254 dst=$src
260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
263 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dinstall-sh79 src=
246 for src
249 case $src in
250 -* | [=\(\)!]) src=./$src;;
254 dst=$src
260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
263 if test ! -f "$src" && test ! -d "$src"; the
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dameth_lib.c368 const EVP_PKEY_ASN1_METHOD *src)
371 dst->pub_decode = src->pub_decode;
372 dst->pub_encode = src->pub_encode;
373 dst->pub_cmp = src->pub_cmp;
374 dst->pub_print = src->pub_print;
376 dst->priv_decode = src->priv_decode;
377 dst->priv_encode = src->priv_encode;
378 dst->priv_print = src->priv_print;
380 dst->old_priv_encode = src->old_priv_encode;
381 dst->old_priv_decode = src
367 EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, const EVP_PKEY_ASN1_METHOD *src) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh79 src=
246 for src
249 case $src in
250 -* | [=\(\)!]) src=./$src;;
254 dst=$src
260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
263 if test ! -f "$src" && test ! -d "$src"; the
[all...]

Completed in 234 milliseconds

<<21222324252627282930>>