Home
last modified time | relevance | path

Searched defs:buf (Results 101 – 125 of 2972) sorted by relevance

12345678910>>...119

/dragonfly/contrib/gcc-4.7/libiberty/
H A Dlrealpath.c84 char buf[REALPATH_LIMIT]; in lrealpath() local
119 char *buf, *rp, *ret; in lrealpath() local
139 char buf[MAX_PATH]; in lrealpath() local
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dlrealpath.c84 char buf[REALPATH_LIMIT]; in lrealpath() local
119 char *buf, *rp, *ret; in lrealpath() local
139 char buf[MAX_PATH]; in lrealpath() local
/dragonfly/sbin/jscan/
H A Dsubs.c278 buf_to_int64(const void *buf, int bytes) in buf_to_int64()
302 dupdatastr(const void *buf, int bytes) in dupdatastr()
317 dupdatapath(const void *buf, int bytes) in dupdatapath()
352 char buf[32]; in get_transid_from_file() local
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_print.c64 unsigned char *buf; in EC_POINT_point2bn() local
90 unsigned char *buf; in EC_POINT_bn2point() local
130 unsigned char *buf, *pbuf; in EC_POINT_point2hex() local
164 EC_POINT_hex2point(const EC_GROUP * group, const char *buf, in EC_POINT_hex2point()
/dragonfly/contrib/bmake/
H A Dstr.h230 LazyBuf_Init(LazyBuf *buf, const char *expected) in LazyBuf_Init()
239 LazyBuf_Done(LazyBuf *buf) in LazyBuf_Done()
245 LazyBuf_Add(LazyBuf *buf, char ch) in LazyBuf_Add()
268 LazyBuf_AddStr(LazyBuf *buf, const char *str) in LazyBuf_AddStr()
277 LazyBuf_AddBytesBetween(LazyBuf *buf, const char *start, const char *end) in LazyBuf_AddBytesBetween()
286 LazyBuf_AddSubstring(LazyBuf *buf, Substring sub) in LazyBuf_AddSubstring()
292 LazyBuf_Get(const LazyBuf *buf) in LazyBuf_Get()
304 LazyBuf_DoneGet(LazyBuf *buf) in LazyBuf_DoneGet()
H A Dbuf.h93 Buf_Clear(Buffer *buf) in Buf_Clear()
101 Buf_AddByte(Buffer *buf, char byte) in Buf_AddByte()
113 Buf_EndsWith(const Buffer *buf, char ch) in Buf_EndsWith()
/dragonfly/sbin/md5/
H A Dmd5.c134 digestend(const Algorithm_t *alg, DIGEST_CTX *context, char * const buf) in digestend()
152 char * const buf) in digestdata()
167 digestbig(const char *fname, char * const buf, const Algorithm_t *alg) in digestbig()
195 digestfile(const char *fname, char *buf, const Algorithm_t *alg, in digestfile()
328 char *p, buf[HEX_DIGEST_LENGTH]; in main() local
436 char buf[HEX_DIGEST_LENGTH]; in MDString() local
460 char *p, buf[HEX_DIGEST_LENGTH]; in MDTimeTrial() local
587 char buf[HEX_DIGEST_LENGTH]; in MDFilter() local
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Drrm.c141 struct wpabuf *buf; in wpas_rrm_send_neighbor_rep_request() local
303 struct wpabuf **buf) in wpas_rrm_build_lci_report()
442 struct wpabuf *buf) in wpas_rrm_send_msr_report()
847 u8 *buf, *pos; in wpas_add_beacon_rep_elem() local
953 struct wpabuf **buf) in wpas_beacon_rep_no_results()
962 struct wpabuf **buf) in wpas_beacon_rep_table()
982 struct wpabuf *buf = NULL; in wpas_rrm_refuse_request() local
1252 struct wpabuf **buf) in wpas_rrm_handle_msr_req_element()
1315 struct wpabuf *buf = NULL; in wpas_rrm_process_msr_req_elems() local
1403 struct wpabuf *buf; in wpas_rrm_handle_link_measurement_request() local
[all …]
H A Dctrl_iface.c1345 struct wpabuf *buf; in wpa_supplicant_ctrl_iface_wps_nfc_config_token() local
1378 struct wpabuf *buf; in wpa_supplicant_ctrl_iface_wps_nfc_token() local
1407 struct wpabuf *buf; in wpa_supplicant_ctrl_iface_wps_nfc_tag_read() local
1443 struct wpabuf *buf; in wpas_ctrl_nfc_get_handover_req_wps() local
1466 struct wpabuf *buf; in wpas_ctrl_nfc_get_handover_req_p2p() local
3138 u8 *buf; in wpa_supplicant_ctrl_iface_mesh_link_probe() local
7340 u8 *buf; in hs20_nai_home_realm_list() local
7370 u8 *buf; in hs20_get_nai_home_realm_list() local
8614 u8 *buf; in wpas_ctrl_iface_mgmt_rx_process() local
9056 u8 *buf; in wpas_ctrl_iface_data_test_frame() local
[all …]
/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c176 char buf[1024]; in commandline_from_pid() local
304 static const char *buf; in linux_xfer_osdata_processes() local
452 static const char *buf; in linux_xfer_osdata_processgroups() local
568 static const char *buf; in linux_xfer_osdata_threads() local
682 static const char *buf; in linux_xfer_osdata_fds() local
733 char buf[1000]; in linux_xfer_osdata_fds() local
866 char buf[8192]; in print_sockets() local
1094 char buf[8192]; in linux_xfer_osdata_shm() local
1222 char buf[8192]; in linux_xfer_osdata_sem() local
1334 char buf[8192]; in linux_xfer_osdata_msg() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Drandom.c78 static void random_mix_pool(const void *buf, size_t len) in random_mix_pool()
109 u32 buf[POOL_WORDS / 2]; in random_extract() local
131 void random_add_randomness(const void *buf, size_t len) in random_add_randomness()
159 int random_get_bytes(void *buf, size_t len) in random_get_bytes()
365 char *buf; in random_read_entropy() local
393 char buf[RANDOM_ENTROPY_SIZE]; in random_write_entropy() local
/dragonfly/sys/kern/
H A Dkern_nrandom.c294 IBAA_Vector (struct ibaa_state *ibaa, const char *buf, int bytes) in IBAA_Vector()
491 char buf[64]; in rand_initialize() local
607 const char *buf, int bytes, int srcid) in add_buffer_randomness_state()
642 add_buffer_randomness(const char *buf, int bytes) in add_buffer_randomness()
651 add_buffer_randomness_src(const char *buf, int bytes, int srcid) in add_buffer_randomness_src()
688 read_random(void *buf, u_int nbytes, int unlimited) in read_random()
728 char buf[256]; in sysctl_kern_random() local
751 char buf[256]; in sys_getrandom() local
850 char buf[32]; in rand_thread_loop() local
/dragonfly/games/hack/
H A Dhack.do_name.c115 char buf[BUFSZ]; in do_mname() local
173 char buf[BUFSZ]; in do_oname() local
238 char buf[BUFSZ]; in docall() local
271 static char buf[BUFSZ]; /* %% */ in xmonnam() local
332 static char buf[BUFSZ]; /* %% */ in amonnam() local
/dragonfly/contrib/wpa_supplicant/src/l2_packet/
H A Dl2_packet_none.c38 const u8 *buf, size_t len) in l2_packet_send()
55 u8 buf[2300]; in l2_packet_receive() local
70 const u8 *buf, size_t len), in l2_packet_init()
98 const u8 *buf, size_t len), in l2_packet_init_bridge()
120 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dndef.c83 static struct wpabuf * ndef_parse_records(const struct wpabuf *buf, in ndef_parse_records()
167 struct wpabuf * ndef_parse_wifi(const struct wpabuf *buf) in ndef_parse_wifi()
173 struct wpabuf * ndef_build_wifi(const struct wpabuf *buf) in ndef_build_wifi()
193 struct wpabuf * ndef_parse_p2p(const struct wpabuf *buf) in ndef_parse_p2p()
199 struct wpabuf * ndef_build_p2p(const struct wpabuf *buf) in ndef_build_p2p()
/dragonfly/lib/librt/
H A Dmq.c85 __mq_timedreceive(mqd_t mqd, char *buf, size_t len, in __mq_timedreceive()
92 __mq_receive(mqd_t mqd, char *buf, size_t len, unsigned *prio) in __mq_receive()
98 __mq_timedsend(mqd_t mqd, char *buf, size_t len, in __mq_timedsend()
105 __mq_send(mqd_t mqd, char *buf, size_t len, unsigned prio) in __mq_send()
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr()
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv()
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf()
44 struct wpabuf * eap_fast_tlv_eap_payload(struct wpabuf *buf) in eap_fast_tlv_eap_payload()
/dragonfly/sys/libprop/
H A Dprop_kern.c48 char *buf; in _prop_object_externalize_to_pref() local
75 char *buf; in prop_array_externalize_to_pref() local
101 char *buf; in prop_dictionary_externalize_to_pref() local
128 char *buf; in _prop_object_send_ioctl() local
184 char *buf; in _prop_object_internalize_from_pref() local
337 char *buf; in prop_dictionary_sendrecv_ioctl() local
390 char *buf; in _prop_object_copyin() local
489 char *buf; in _prop_object_copyout() local
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dx509v3.c181 int x509_parse_algorithm_identifier(const u8 *buf, size_t len, in x509_parse_algorithm_identifier()
219 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key()
498 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
543 char buf[3]; in parse_uint2() local
559 char buf[5]; in parse_uint4() local
692 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
978 char buf[80]; in x509_parse_alt_name_rid() local
1201 char buf[80]; in x509_parse_ext_ext_key_usage() local
1266 char buf[80]; in x509_parse_extension() local
1366 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
[all …]
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_monitor.c26 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok) in handle_tx_callback()
47 u8 *buf, size_t len) in from_unknown_sta()
68 u8 *buf, size_t len, int datarate, int ssi_signal) in handle_frame()
102 unsigned char buf[3000]; in handle_monitor_read() local
343 char buf[IFNAMSIZ]; in nl80211_create_monitor_interface() local
/dragonfly/sys/net/lagg/
H A Dieee8023ad_lacp.c677 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_disable_distributing() local
714 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_enable_distributing() local
995 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_select_active_aggregator() local
1206 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_aggregator_addref() local
1222 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_aggregator_delref() local
1357 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_select() local
1554 char buf[LACP_LAGIDSTR_MAX+1]; in lacp_sm_mux_timer() local
1702 char buf[LACP_STATESTR_MAX+1]; in lacp_sm_rx_record_pdu() local
2012 char *buf, size_t buflen) in lacp_format_systemid()
2078 char *buf, size_t buflen) in lacp_format_lagid_aggregator()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-cppbuiltin.c137 char name[64], buf[128]; in builtin_define_float_constants() local
324 char name[64], buf[128], *p; in builtin_define_decimal_float_constants() local
389 char name[64], buf[256], *new_buf; in builtin_define_fixed_point_constants() local
1063 char buf[35+20+20]; in c_cpp_builtins() local
1402 char buf[15+20]; in c_cpp_builtins() local
1489 char *buf; in builtin_define_with_value() local
1553 char *buf; in builtin_define_with_int_value() local
1627 char dec_str[64], buf[256], buf1[128], buf2[64]; in builtin_define_with_hex_fp_value() local
1722 char *buf; in builtin_define_constants() local
1753 print_bits_of_hex (char *buf, int bufsz, int count) in print_bits_of_hex()
[all …]
/dragonfly/usr.sbin/sdpd/
H A Dbgd.c41 uint8_t *buf, uint8_t const * const eob, in bgd_profile_create_service_class_id_list()
56 uint8_t *buf, uint8_t const * const eob, in bgd_profile_create_service_name()
68 uint8_t *buf, uint8_t const * const eob, in bgd_profile_create_group_id()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dtcp-comms.c192 int cluster_fd_gulm_callback(struct local_client *fd, char *buf, int len, const char *csid, in cluster_fd_gulm_callback()
242 static int really_read(int fd, char *buf, int len) in really_read()
261 static int read_from_tcpsock(struct local_client *client, char *buf, int len, char *csid, in read_from_tcpsock()
377 static int tcp_send_message(void *buf, int msglen, const char *csid, const char *errtext) in tcp_send_message()
405 int gulm_cluster_send_message(void *buf, int msglen, const char *csid, const char *errtext) in gulm_cluster_send_message()
506 static char buf[128]; in print_csid() local
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c524 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_req()
767 struct wpabuf *buf; in hostapd_dpp_start_gas_client() local
825 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_resp()
878 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_auth_conf()
1057 const u8 *buf, size_t len, in hostapd_dpp_rx_peer_disc_req()
1148 const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_exchange_req()
1203 const u8 *buf, size_t len, unsigned int freq) in hostapd_dpp_rx_pkex_exchange_resp()
1239 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_commit_reveal_req()
1329 const u8 *buf, size_t len, unsigned int freq) in hostapd_dpp_rx_action()
1641 u8 *buf; in hostapd_dpp_relay_tx() local
[all …]

12345678910>>...119