| /dragonfly/contrib/nvi2/common/ |
| HD | seq.c | 35 CHAR_T *output, size_t olen, seq_t stype, int flags) in seq_set() argument 49 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) { in seq_set() 104 qp->stype = stype; in seq_set() 128 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete() argument 134 if (qp->stype == stype && qp->ilen == ilen) { in seq_delete() 179 seq_t stype, int *ispartialp) in seq_find() argument 206 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 213 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 274 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump() argument 284 if (stype != qp->stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_dump() [all …]
|
| HD | seq.h | 29 seq_t stype; /* Sequence type. */ member
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_map.c | 44 seq_t stype; in ex_map() local 47 stype = FL_ISSET(cmdp->iflags, E_C_FORCE) ? SEQ_INPUT : SEQ_COMMAND; in ex_map() 51 if (seq_dump(sp, stype, 1) == 0) in ex_map() 52 msgq(sp, M_INFO, stype == SEQ_INPUT ? in ex_map() 75 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, in ex_map() 79 sp->gp->scr_fmap(sp, stype, input, cmdp->argv[0]->len, in ex_map() 84 nofunc: if (stype == SEQ_COMMAND && input[1] == '\0') in ex_map() 95 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, SEQ_USERDEF)); in ex_map()
|
| /dragonfly/tools/tools/net80211/w00t/assoc/ |
| HD | assoc.c | 259 int type, stype; in generic_process() local 276 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in generic_process() 355 if (stype != IEEE80211_FC0_SUBTYPE_DATA) { in generic_process() 357 stype >> IEEE80211_FC0_SUBTYPE_SHIFT); in generic_process() 591 int type, stype; in read_wifi() local 607 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in read_wifi() 611 switch (stype) { in read_wifi() 625 stype >> IEEE80211_FC0_SUBTYPE_SHIFT); in read_wifi() 638 if (stype == IEEE80211_FC0_SUBTYPE_DEAUTH || in read_wifi() 639 stype == IEEE80211_FC0_SUBTYPE_DISASSOC) { in read_wifi() [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | tekhex.c | 431 char stype = (*src); in first_phase() local 449 if (stype <= '4') in first_phase() 453 if (stype == '2' || stype == '6') in first_phase() 455 else if (stype == '3' || stype == '7') in first_phase() 473 else if (stype == '4' || stype == '8') in first_phase()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | tekhex.c | 434 char stype = (*src); in first_phase() local 452 if (stype <= '4') in first_phase() 456 if (stype == '2' || stype == '6') in first_phase() 458 else if (stype == '3' || stype == '7') in first_phase() 476 else if (stype == '4' || stype == '8') in first_phase()
|
| /dragonfly/games/hunt/huntd/ |
| HD | driver.c | 513 char stype) in checkdam() argument 523 if (stype == SLIME) in checkdam() 548 switch (stype) { in checkdam() 591 switch (stype) { in checkdam() 736 int btype, stype; in zap() local 740 for (stype = MAXSLIME - 1; stype > 0; stype--) in zap() 741 if (expl_charge >= slime_req[stype]) in zap() 744 if (btype >= 0 && stype >= 0) { in zap()
|
| /dragonfly/contrib/nvi2/cl/ |
| HD | cl_term.c | 173 (void)cl_pfmap(sp, qp->stype, in cl_term_init() 209 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap() argument 217 return (cl_pfmap(sp, stype, from, flen, to, tlen)); in cl_fmap() 225 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap() argument 251 ts, strlen(p), to, tlen, stype, SEQ_NOOVERWRITE | SEQ_SCREEN)); in cl_pfmap()
|
| /dragonfly/sys/bus/firewire/ |
| HD | iec68113.h | 84 stype:5, member 88 stype:5,
|
| /dragonfly/tools/tools/net80211/wesside/wesside/ |
| HD | wesside.c | 1004 int type,stype; in stuff_for_us() local 1008 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in stuff_for_us() 1014 if (stype == IEEE80211_FC0_SUBTYPE_ACK) { in stuff_for_us() 1019 if (stype == IEEE80211_FC0_SUBTYPE_RTS) { in stuff_for_us() 1023 if (stype == IEEE80211_FC0_SUBTYPE_CTS) { in stuff_for_us() 1026 time_print ("got CTL=%x\n", stype); in stuff_for_us() 1032 if (stype == IEEE80211_FC0_SUBTYPE_DEAUTH) { in stuff_for_us() 1040 else if (stype == IEEE80211_FC0_SUBTYPE_AUTH) { in stuff_for_us() 1072 else if (stype == IEEE80211_FC0_SUBTYPE_ASSOC_RESP) { in stuff_for_us() 1091 } else if (stype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) { in stuff_for_us() [all …]
|
| /dragonfly/usr.sbin/ppp/ |
| HD | radius.c | 231 const char *stype; in radius_Process() local 236 stype = r->cx.auth ? "auth" : "acct"; in radius_Process() 240 log_Printf(LogPHASE, "Radius(%s): ACCEPT received\n", stype); in radius_Process() 248 log_Printf(LogPHASE, "Radius(%s): REJECT received\n", stype); in radius_Process() 264 log_Printf(LogPHASE, "Radius(%s): Accounting response received\n", stype); in radius_Process() 273 log_Printf(LogPHASE, "radius(%s): %s\n", stype, rad_strerror(r->cx.rad)); in radius_Process() 280 log_Printf(LogERROR, "rad_send_request(%s): Failed %d: %s\n", stype, in radius_Process()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple-ssa-strength-reduction.c | 680 tree stype, unsigned savings) in alloc_cand_and_find_basis() argument 689 c->stride_type = stype; in alloc_cand_and_find_basis() 1084 tree stype = NULL_TREE; in create_mul_ssa_cand() local 1105 stype = TREE_TYPE (stride_in); in create_mul_ssa_cand() 1121 stype = TREE_TYPE (stride_in); in create_mul_ssa_cand() 1141 stype = TREE_TYPE (stride_in); in create_mul_ssa_cand() 1145 ctype, stype, savings); in create_mul_ssa_cand() 1292 tree stype = NULL_TREE; in create_add_ssa_cand() local 1317 stype = addend_cand->cand_type; in create_add_ssa_cand() 1344 stype = (TREE_CODE (addend_in) == INTEGER_CST ? sizetype in create_add_ssa_cand() [all …]
|
| HD | dbxout.c | 553 dbxout_stabd (int stype, int sdesc) in dbxout_stabd() argument 556 dbxout_int (stype); in dbxout_stabd() 568 dbxout_begin_stabn (int stype) in dbxout_begin_stabn() argument 571 dbxout_int (stype); in dbxout_begin_stabn() 591 dbxout_begin_empty_stabs (int stype) in dbxout_begin_empty_stabs() argument 595 dbxout_int (stype); in dbxout_begin_empty_stabs() 602 dbxout_begin_simple_stabs (const char *str, int stype) in dbxout_begin_simple_stabs() argument 607 dbxout_int (stype); in dbxout_begin_simple_stabs() 613 dbxout_begin_simple_stabs_desc (const char *str, int stype, int sdesc) in dbxout_begin_simple_stabs_desc() argument 618 dbxout_int (stype); in dbxout_begin_simple_stabs_desc()
|
| HD | tree-dfa.c | 443 tree stype = TREE_TYPE (TREE_OPERAND (exp, 0)); in get_ref_base_and_extent() local 448 || TREE_CODE (stype) != RECORD_TYPE) in get_ref_base_and_extent() 451 tree ssize = TYPE_SIZE_UNIT (stype); in get_ref_base_and_extent()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-ptp.c | 279 …void ptp_print_timestamp(netdissect_options *ndo, const u_char *bp, u_int *len, const char *stype); 462 ptp_print_timestamp(netdissect_options *ndo, const u_char *bp, u_int *len, const char *stype) in ptp_print_timestamp() argument 467 ND_PRINT(", %s :", stype); in ptp_print_timestamp()
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | ieee802_11_common.c | 595 u16 fc, type, stype; in get_hdr_bssid() local 606 stype = WLAN_FC_GET_STYPE(fc); in get_hdr_bssid() 622 if (stype != WLAN_FC_STYPE_PSPOLL) in get_hdr_bssid() 1267 u16 stype = WLAN_FC_GET_STYPE(fc); in fc2str() local 1272 switch (stype) { in fc2str() 1288 switch (stype) { in fc2str() 1298 switch (stype) { in fc2str()
|
| /dragonfly/tools/tools/net80211/stumbler/ |
| HD | stumbler.c | 686 int type, stype; in get_packet_info() local 703 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in get_packet_info() 706 stype == IEEE80211_FC0_SUBTYPE_BEACON) { in get_packet_info() 712 stype == IEEE80211_FC0_SUBTYPE_DATA) { in get_packet_info()
|
| /dragonfly/contrib/wpa_supplicant/src/drivers/ |
| HD | driver_hostap.c | 59 u16 stype) in handle_data() argument 131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback() 143 u16 fc, type, stype; in handle_frame() local 159 stype = WLAN_FC_GET_STYPE(fc); in handle_frame() 161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) { in handle_frame() 191 handle_data(drv, buf, data_len, stype); in handle_frame()
|
| HD | driver_atheros.c | 866 u16 fc, stype; in atheros_raw_receive() local 880 stype = WLAN_FC_GET_STYPE(fc); in atheros_raw_receive() 882 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype, in atheros_raw_receive() 885 if (stype == WLAN_FC_STYPE_PROBE_REQ) { in atheros_raw_receive() 899 if (stype == WLAN_FC_STYPE_ACTION && in atheros_raw_receive() 915 switch (stype) { in atheros_raw_receive() 1385 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in send_action_cb_event() 1405 u16 fc, stype; in fetch_pending_big_events() local 1445 stype = WLAN_FC_GET_STYPE(fc); in fetch_pending_big_events() 1448 "freq=%u len=%u", stype, freq, (int) data_len); in fetch_pending_big_events() [all …]
|
| /dragonfly/tools/tools/net80211/w00t/libw00t/ |
| HD | w00t.h | 52 int frame_type(struct ieee80211_frame *wh, int type, int stype);
|
| HD | w00t.c | 356 int frame_type(struct ieee80211_frame *wh, int type, int stype) in frame_type() argument 361 if ((wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK) != stype) in frame_type()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dbxout.c | 533 dbxout_stabd (int stype, int sdesc) in dbxout_stabd() argument 536 dbxout_int (stype); in dbxout_stabd() 548 dbxout_begin_stabn (int stype) in dbxout_begin_stabn() argument 551 dbxout_int (stype); in dbxout_begin_stabn() 571 dbxout_begin_empty_stabs (int stype) in dbxout_begin_empty_stabs() argument 575 dbxout_int (stype); in dbxout_begin_empty_stabs() 582 dbxout_begin_simple_stabs (const char *str, int stype) in dbxout_begin_simple_stabs() argument 587 dbxout_int (stype); in dbxout_begin_simple_stabs() 593 dbxout_begin_simple_stabs_desc (const char *str, int stype, int sdesc) in dbxout_begin_simple_stabs_desc() argument 598 dbxout_int (stype); in dbxout_begin_simple_stabs_desc()
|
| HD | tree-dfa.c | 780 tree stype = TREE_TYPE (TREE_OPERAND (exp, 0)); in get_ref_base_and_extent() local 785 || TREE_CODE (stype) != RECORD_TYPE) in get_ref_base_and_extent() 788 tree ssize = TYPE_SIZE_UNIT (stype); in get_ref_base_and_extent()
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | ctrl_iface_ap.c | 428 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, in p2p_manager_disconnect() argument 442 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype); in p2p_manager_disconnect() 445 MAC2STR(addr), minor_reason_code, stype, in p2p_manager_disconnect() 451 if (stype == WLAN_FC_STYPE_DEAUTH) { in p2p_manager_disconnect()
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | ap.h | 48 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
|