Searched refs:src (Results 701 - 725 of 2433) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/lib/libnetbsd/
H A Defun.c62 estrlcpy(char *dst, const char *src, size_t len) argument
65 if ((rv = strlcpy(dst, src, len)) >= len) {
75 estrlcat(char *dst, const char *src, size_t len) argument
78 if ((rv = strlcat(dst, src, len)) >= len) {
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/lib/libnv/
H A DMakefile6 .include <src.opts.mk>
/freebsd-11-stable/etc/periodic/security/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_signal.h64 void siginfo_to_siginfo32(const siginfo_t *src, struct siginfo32 *dst);
/freebsd-11-stable/share/man/man5/
H A DMakefile4 .include <src.opts.mk>
65 src.conf.5 \
80 MLINKS+=src.conf.5 src-env.conf.5
/freebsd-11-stable/lib/libwrap/
H A DMakefile5 .include <src.opts.mk>
/freebsd-11-stable/sbin/growfs/
H A DMakefile3 # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
7 .include <src.opts.mk>
/freebsd-11-stable/libexec/tftpd/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/hexdump/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/rpcbind/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/lex/lib/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/file/
H A DMakefile24 .PATH: ${SRCDIR}/src
/freebsd-11-stable/usr.bin/xzdec/
H A DMakefile9 XZDIR= ${SRCTOP}/contrib/xz/src
/freebsd-11-stable/usr.sbin/bsnmpd/modules/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/ctladm/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/procstat/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/stand/uboot/lib/
H A Dcopy.c149 uboot_copyin(const void *src, vm_offset_t dest, const size_t len) argument
151 bcopy(src, (void *)dest, len);
156 uboot_copyout(const vm_offset_t src, void *dest, const size_t len) argument
158 bcopy((void *)src, dest, len);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c523 static void hostapd_dpp_rx_auth_req(struct hostapd_data *hapd, const u8 *src, argument
535 MAC2STR(src));
564 src, hdr, buf, len, freq, i_bootstrap,
597 os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN);
601 MAC2STR(src), hapd->dpp_auth->curr_freq,
604 src, wpabuf_head(hapd->dpp_auth->resp_msg),
824 static void hostapd_dpp_rx_auth_resp(struct hostapd_data *hapd, const u8 *src, argument
832 MAC2STR(src));
841 os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
865 os_memcpy(auth->peer_mac_addr, src, ETH_ALE
877 hostapd_dpp_rx_auth_conf(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len) argument
925 hostapd_dpp_rx_conf_result(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len) argument
963 hostapd_dpp_send_peer_disc_resp(struct hostapd_data *hapd, const u8 *src, unsigned int freq, u8 trans_id, enum dpp_status_error status) argument
1055 hostapd_dpp_rx_peer_disc_req(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) argument
1147 hostapd_dpp_rx_pkex_exchange_req(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) argument
1202 hostapd_dpp_rx_pkex_exchange_resp(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) argument
1238 hostapd_dpp_rx_pkex_commit_reveal_req(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) argument
1286 hostapd_dpp_rx_pkex_commit_reveal_resp(struct hostapd_data *hapd, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq) argument
1328 hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src, const u8 *buf, size_t len, unsigned int freq) argument
[all...]
/freebsd-11-stable/sbin/ipfw/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/stand/efi/loader/
H A Dcopy.c245 efi_copyin(const void *src, vm_offset_t dest, const size_t len) argument
258 bcopy(src, (void *)(dest + stage_offset), len);
263 efi_copyout(const vm_offset_t src, void *dest, const size_t len) argument
267 if (src + stage_offset + len > staging_end) {
271 bcopy((void *)(src + stage_offset), dest, len);
290 uint64_t *src, *dst, *last; local
292 src = (uint64_t *)(uintptr_t)staging;
296 while (src < last)
297 *dst++ = *src++;
/freebsd-11-stable/sbin/devd/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/m4/
H A DMakefile7 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/inetd/
H A DMakefile4 .include <src.opts.mk>
25 # XXX for src/release/picobsd

Completed in 288 milliseconds

<<21222324252627282930>>