/dflybsd-src/contrib/less/ |
H A D | forwback.c | 73 POSITION pos; in eof_displayed() local 99 POSITION pos; in entire_file_displayed() local 128 static POSITION forw_line_pfx(POSITION pos, int pfx, int skipeol) in forw_line_pfx() 168 POSITION pos = header_start_pos; in overlay_header() local 182 POSITION pos = header_start_pos; in overlay_header() local 214 public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank) in forw() 387 public void back(int n, POSITION pos, lbool force, lbool only_last) in back() 454 POSITION pos; in forward() local 502 POSITION pos; in backward() local 536 POSITION pos = ch_zero(); in get_one_screen() local
|
H A D | jump.c | 30 POSITION pos; in jump_forw() local 89 POSITION pos; in jump_back() local 139 POSITION pos, len; in jump_percent() local 167 public void jump_line_loc(POSITION pos, int sline) in jump_line_loc() 209 public POSITION after_header_pos(POSITION pos) in after_header_pos() 224 public void jump_loc(POSITION pos, int sline) in jump_loc()
|
/dflybsd-src/contrib/wpa_supplicant/src/tls/ |
H A D | x509v3.c | 186 const u8 *pos, *end; in x509_parse_algorithm_identifier() local 224 const u8 *pos, *end; in x509_parse_public_key() local 295 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local 500 char *pos, *end; in x509_name_string() local 541 static int parse_uint2(const char *pos, size_t len) in parse_uint2() 557 static int parse_uint4(const char *pos, size_t len) in parse_uint4() 577 const char *pos, *end; in x509_parse_time() local 696 const u8 *pos; in x509_parse_validity() local 776 const u8 *pos, size_t len) in x509_parse_ext_key_usage() 813 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints() [all …]
|
H A D | tlsv1_client_write.c | 47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local 267 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_client_certificate() local 348 static int tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_dh() 471 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa() 521 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_client_key_exchange() local 579 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; in tls_write_client_certificate_verify() local 784 u8 *pos, *hs_start; in tls_write_client_finished() local 875 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local 918 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local 976 u8 *alert, *pos, *length; in tlsv1_client_send_alert() local
|
H A D | tlsv1_server_write.c | 45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local 192 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; in tls_write_server_certificate() local 287 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_status() local 373 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; in tls_write_server_key_exchange() local 698 u8 *pos, *rhdr, *hs_start, *hs_length; in tls_write_server_certificate_request() local 764 u8 *pos; in tls_write_server_hello_done() local 834 u8 *pos, *hs_start; in tls_write_server_finished() local 932 u8 *msg, *end, *pos; in tls_send_server_hello() local 1012 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local 1060 u8 *alert, *pos, *length; in tlsv1_server_send_alert() local
|
H A D | tlsv1_cred.c | 110 const u8 *pos, *end; in tlsv1_add_cert() local 199 const char *pos = cert + 7; in tlsv1_set_ca_cert() local 268 const u8 *pos, *end; in tlsv1_set_key_pem() local 309 const u8 *pos, *end; in tlsv1_set_key_enc_pem() local 449 const u8 *pos, *end; in pkcs12_certbag() local 523 static int pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) in pkcs12_parse_attr_friendly_name() 550 static int pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) in pkcs12_parse_attr_local_key_id() 577 static int pkcs12_parse_attr(const u8 *pos, size_t len) in pkcs12_parse_attr() 628 const u8 *pos = buf, *end = buf + len; in pkcs12_safebag() local 705 const u8 *pos, *end; in pkcs12_safecontents() local [all …]
|
H A D | tlsv1_server_read.c | 52 const u8 *pos, *end; in tls_process_status_request_item() local 93 const u8 *pos, *end; in tls_process_status_request_v2() local 124 const u8 *pos, *end, *c; in tls_process_client_hello() local 399 const u8 *pos, *end; in tls_process_certificate() local 599 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_rsa() 702 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_dh() 810 const u8 *pos, *end; in tls_process_client_key_exchange() local 887 const u8 *pos, *end; in tls_process_certificate_verify() local 1049 const u8 *pos; in tls_process_change_cipher_spec() local 1098 const u8 *pos, *end; in tls_process_client_finished() local
|
H A D | tlsv1_client_read.c | 42 const u8 *pos, size_t len) in tls_process_server_hello_extensions() 81 const u8 *pos, *end; in tls_process_server_hello() local 349 const u8 *pos, *end; in tls_process_certificate() local 660 const u8 *pos, *end, *server_params, *server_params_end; in tlsv1_process_diffie_hellman() local 792 const u8 *pos, size_t len) in tls_process_certificate_status_ocsp_response() 818 const u8 *pos, *end; in tls_process_certificate_status() local 1016 const u8 *pos, *end; in tls_process_server_key_exchange() local 1113 const u8 *pos, *end; in tls_process_certificate_request() local 1177 const u8 *pos, *end; in tls_process_server_hello_done() local 1244 const u8 *pos; in tls_process_server_change_cipher_spec() local [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/ |
H A D | eap_teap_pac.c | 181 const char *pos; member 190 char *pos; in eap_teap_read_line() local 333 char *pos) in eap_teap_parse_pac_type() 345 static const char * eap_teap_parse_pac_key(struct eap_teap_pac *pac, char *pos) in eap_teap_parse_pac_key() 364 char *pos) in eap_teap_parse_pac_opaque() 374 static const char * eap_teap_parse_a_id(struct eap_teap_pac *pac, char *pos) in eap_teap_parse_a_id() 384 static const char * eap_teap_parse_i_id(struct eap_teap_pac *pac, char *pos) in eap_teap_parse_i_id() 395 char *pos) in eap_teap_parse_a_id_info() 418 char *pos; in eap_teap_load_pac() local 478 static void eap_teap_write(char **buf, char **pos, size_t *buf_len, in eap_teap_write() [all …]
|
H A D | eap_fast_pac.c | 181 const char *pos; member 190 char *pos; in eap_fast_read_line() local 330 char *pos) in eap_fast_parse_pac_type() 344 static const char * eap_fast_parse_pac_key(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_pac_key() 363 char *pos) in eap_fast_parse_pac_opaque() 373 static const char * eap_fast_parse_a_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_a_id() 383 static const char * eap_fast_parse_i_id(struct eap_fast_pac *pac, char *pos) in eap_fast_parse_i_id() 394 char *pos) in eap_fast_parse_a_id_info() 417 char *pos; in eap_fast_load_pac() local 477 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write() [all …]
|
H A D | eap_gpsk.c | 109 const char *pos; in eap_gpsk_init() local 144 const u8 *pos, const u8 *end) in eap_gpsk_process_id_server() 174 const u8 *pos, const u8 *end) in eap_gpsk_process_rand_server() 237 const u8 *pos, const u8 *end) in eap_gpsk_process_csuite_list() 279 const u8 *csuite_list, *pos, *end; in eap_gpsk_process_gpsk_1() local 410 const u8 *pos, const u8 *end) in eap_gpsk_validate_rand() 449 const u8 *pos, const u8 *end) in eap_gpsk_validate_id_server() 489 const u8 *pos, const u8 *end) in eap_gpsk_validate_csuite() 518 const u8 *pos, const u8 *end) in eap_gpsk_validate_pd_payload_2() 546 const u8 *pos, const u8 *end) in eap_gpsk_validate_gpsk_3_mic() [all …]
|
/dflybsd-src/usr.sbin/pw/ |
H A D | bitmap.c | 56 bm_getmask(int *pos, unsigned char *bmask) in bm_getmask() 63 bm_setbit(struct bitmap * bm, int pos) in bm_setbit() 72 bm_clrbit(struct bitmap * bm, int pos) in bm_clrbit() 81 bm_isset(struct bitmap * bm, int pos) in bm_isset() 94 int pos = 0; in bm_firstunset() local 115 int pos = 0; in bm_lastset() local
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | ctrl_iface.c | 72 char *pos; in set_bssid_filter() local 109 char *pos; in set_disallow_aps() local 232 static int wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) in wpas_ctrl_set_blob() 274 char *pos; in wpas_ctrl_pno() local 370 char *pos; in wpas_ctrl_set_relative_band_adjust() local 538 char *pos; in wpa_supplicant_ctrl_iface_set() local 962 char *pos, *end; in wpa_supplicant_ctrl_iface_tdls_chan_switch() local 1171 char *pos; in wpa_supplicant_ctrl_iface_wps_pbc() local 1240 char *pos; in wpa_supplicant_ctrl_iface_wps_pin() local 1284 char *pos; in wpa_supplicant_ctrl_iface_wps_check_pin() local [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/wps/ |
H A D | wps_attr_parse.c | 21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem() 91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa() 111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext() 153 const u8 *pos, u16 len) in wps_set_attr() 598 const u8 *pos, *end; in wps_parse_msg() local
|
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | ieee802_11_shared.c | 27 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() local 310 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) in hostapd_ext_capab_byte() 404 u8 *pos = eid; in hostapd_eid_ext_capab() local 472 u8 *pos = eid; in hostapd_eid_qos_map_set() local 489 u8 *pos = eid; in hostapd_eid_interworking() local 529 u8 *pos = eid; in hostapd_eid_adv_proto() local 548 u8 *pos = eid; in hostapd_eid_roaming_consortium() local 636 u8 *pos; in hostapd_update_time_adv() local 686 u8 *pos = eid; in hostapd_eid_bss_max_idle_period() local 733 u8 *pos = eid; in hostapd_eid_mbo() local [all …]
|
H A D | fils_hlp.c | 23 const u16 *pos; in ip_checksum() local 39 u8 *pos, *end; in fils_dhcp_request() local 154 u8 buf[1500], *pos, *end, *end_opt = NULL; in fils_dhcp_handler() local 334 const u8 *pos = msg, *end; in fils_process_hlp_dhcp() local 480 const u8 *pos, size_t len) in fils_process_hlp_udp() 511 const u8 *pos, size_t len) in fils_process_hlp_ip() 541 const u8 *pos, size_t len) in fils_process_hlp_req() 577 const u8 *pos, int left) in fils_process_hlp()
|
H A D | wpa_auth_ie.c | 31 u8 *pos, *count; in wpa_write_wpa_ie() local 96 u8 *pos, *count; in wpa_write_rsn_ie() local 436 u8 *pos, buf[128]; in wpa_auth_gen_wpa_ie() local 496 u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len, in wpa_add_kde() 985 static int wpa_parse_generic(const u8 *pos, const u8 *end, in wpa_parse_generic() 1077 const u8 *pos, *end; in wpa_parse_kde_ies() local 1150 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_owe() 1183 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_fils()
|
/dflybsd-src/contrib/lvm2/dist/lib/format1/ |
H A D | disk-rep.c | 219 static int _read_lvd(struct device *dev, uint64_t pos, struct lv_disk *disk) in _read_lvd() 231 uint64_t pos = pvd->vg_on_disk.base; in read_vgd() local 253 uint64_t pos = data->pvd.pv_uuidlist_on_disk.base; in _read_uuids() local 283 uint64_t pos; in _read_lvs() local 311 uint64_t pos = data->pvd.pe_on_disk.base; in _read_extents() local 514 uint64_t pos = data->pvd.vg_on_disk.base; in _write_vgd() local 531 uint64_t pos = data->pvd.pv_uuidlist_on_disk.base; in _write_uuids() local 554 static int _write_lvd(struct device *dev, uint64_t pos, struct lv_disk *disk) in _write_lvd() 572 uint64_t pos, offset; in _write_lvs() local 600 uint64_t pos = data->pvd.pe_on_disk.base; in _write_extents() local [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/ |
H A D | wpa_ie.c | 45 u8 *pos; in wpa_gen_wpa_ie_wpa() local 113 u8 *pos; in wpa_gen_wpa_ie_rsn() local 268 u8 *pos, *len; in wpa_gen_wpa_ie_osen() local 358 static int wpa_parse_vendor_specific(const u8 *pos, const u8 *end, in wpa_parse_vendor_specific() 394 static int wpa_parse_generic(const u8 *pos, const u8 *end, in wpa_parse_generic() 493 const u8 *pos, *end; in wpa_supplicant_parse_ies() local
|
/dflybsd-src/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 371 #define list_for_each(pos, head) \ argument 380 #define list_for_each_prev(pos, head) \ argument 390 #define list_for_each_safe(pos, n, head) \ argument 400 #define list_for_each_prev_safe(pos, n, head) \ argument 411 #define list_for_each_entry(pos, head, member) \ argument 422 #define list_for_each_entry_reverse(pos, head, member) \ argument 435 #define list_prepare_entry(pos, head, member) \ argument 447 #define list_for_each_entry_continue(pos, head, member) \ argument 461 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument 474 #define list_for_each_entry_from(pos, head, member) \ argument [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | wpabuf.h | 105 u8 *pos = (u8 *) wpabuf_put(buf, 1); in wpabuf_put_u8() local 111 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_le16() local 117 u8 *pos = (u8 *) wpabuf_put(buf, 4); in wpabuf_put_le32() local 123 u8 *pos = (u8 *) wpabuf_put(buf, 2); in wpabuf_put_be16() local 129 u8 *pos = (u8 *) wpabuf_put(buf, 3); in wpabuf_put_be24() local 135 u8 *pos = (u8 *) wpabuf_put(buf, 4); in wpabuf_put_be32() local
|
/dflybsd-src/contrib/mdocml/ |
H A D | dba_write.c | 59 long pos; in dba_tell() local 71 dba_seek(int32_t pos) in dba_seek() 80 int32_t pos; in dba_align() local 94 int32_t i, pos; in dba_skip() local
|
H A D | tbl_layout.c | 66 int ln, const char *p, int *pos) in mods() 208 int ln, const char *p, int *pos) in cell() 266 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout() 356 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
|
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 100 char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_process_reg_op() 202 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read() 211 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write() 230 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read() 269 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write() 309 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read() 348 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write() 388 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_read() 427 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_write() 469 size_t size, loff_t *pos) in amdgpu_debugfs_gca_config_read() [all …]
|
/dflybsd-src/lib/libc/citrus/ |
H A D | citrus_region.h | 71 _citrus_region_offset(const struct _citrus_region *r, size_t pos) in _citrus_region_offset() 78 _citrus_region_peek8(const struct _citrus_region *r, size_t pos) in _citrus_region_peek8() 85 _citrus_region_peek16(const struct _citrus_region *r, size_t pos) in _citrus_region_peek16() 94 _citrus_region_peek32(const struct _citrus_region *r, size_t pos) in _citrus_region_peek32()
|