Home
last modified time | relevance | path

Searched refs:action_len (Results 1 – 25 of 88) sorted by relevance

1234

/dports/graphics/jogamp-jogl/jogl/src/newt/native/
H A DX11AllowedWMActions.c52 unsigned long action_len = 0, remain = 0; in NewtWindows_getAllowedWindowActionsEWMH1() local
59 … &type, &form, &action_len, &remain, (unsigned char**)&actions)) ) { in NewtWindows_getAllowedWindowActionsEWMH1()
61 for(i=0; i<action_len; i++) { in NewtWindows_getAllowedWindowActionsEWMH1()
91 unsigned long action_len = 0, remain = 0; in NewtWindows_setAllowedWindowActionsEWMH() local
98 … &type, &form, &action_len, &remain, (unsigned char**)&actions)) ) { in NewtWindows_setAllowedWindowActionsEWMH()
100 for(i=0; i<action_len; i++) { in NewtWindows_setAllowedWindowActionsEWMH()
/dports/misc/clifm/clifm-1.3/src/
H A Dactions.c54 action_len = strlen(action); in run_action() local
61 if (action[action_len - 1] == '\n') in run_action()
62 action[action_len - 1] = '\0'; in run_action()
66 cmd = (char *)xnmalloc(action_len + 1, sizeof(char)); in run_action()
74 cmd = (char *)xnmalloc(action_len + strlen(plugins_dir) + 2, in run_action()
83 cmd = (char *)xrealloc(cmd, (action_len + strlen(data_dir) in run_action()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddasioc.c14 char *record, ftnlen action_len, ftnlen record_len) in dasioc_() argument
236 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasioc_()
263 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasioc_()
296 errch_("#", action, (ftnlen)1, action_len); in dasioc_()
H A Ddasiod.c14 doublereal *record, ftnlen action_len) in dasiod_() argument
242 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasiod_()
270 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasiod_()
304 errch_("#", action, (ftnlen)1, action_len); in dasiod_()
H A Ddasioi.c14 integer *record, ftnlen action_len) in dasioi_() argument
241 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasioi_()
268 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasioi_()
301 errch_("#", action, (ftnlen)1, action_len); in dasioi_()
H A Derract.c15 action_len) in erract_() argument
452 action_len, (ftnlen)7); in erract_()
454 ljust_(action, locact, action_len, (ftnlen)7); in erract_()
463 s_copy(locact, action, (ftnlen)7, action_len); in erract_()
H A Dioerr.c16 action_len, ftnlen file_len) in ioerr_() argument
224 suffix_(action, &c__1, error, action_len, (ftnlen)320); in ioerr_()
H A Dtimdef.c16 action_len, ftnlen item_len, ftnlen value_len) in timdef_() argument
331 ljust_(action, myactn, action_len, (ftnlen)16); in timdef_()
430 errch_("#", action, (ftnlen)1, action_len); in timdef_()
H A Dzzekrbck.c10 integer *coldsc, integer *recno, ftnlen action_len) in zzekrbck_() argument
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddasioc.c14 char *record, ftnlen action_len, ftnlen record_len) in dasioc_() argument
236 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasioc_()
263 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasioc_()
296 errch_("#", action, (ftnlen)1, action_len); in dasioc_()
H A Ddasiod.c14 doublereal *record, ftnlen action_len) in dasiod_() argument
242 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasiod_()
270 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasiod_()
304 errch_("#", action, (ftnlen)1, action_len); in dasiod_()
H A Ddasioi.c14 integer *record, ftnlen action_len) in dasioi_() argument
241 if (eqstr_(action, "READ", action_len, (ftnlen)4)) { in dasioi_()
268 } else if (eqstr_(action, "WRITE", action_len, (ftnlen)5)) { in dasioi_()
301 errch_("#", action, (ftnlen)1, action_len); in dasioi_()
H A Derract.c15 action_len) in erract_() argument
452 action_len, (ftnlen)7); in erract_()
454 ljust_(action, locact, action_len, (ftnlen)7); in erract_()
463 s_copy(locact, action, (ftnlen)7, action_len); in erract_()
H A Dioerr.c16 action_len, ftnlen file_len) in ioerr_() argument
224 suffix_(action, &c__1, error, action_len, (ftnlen)320); in ioerr_()
H A Dtimdef.c16 action_len, ftnlen item_len, ftnlen value_len) in timdef_() argument
331 ljust_(action, myactn, action_len, (ftnlen)16); in timdef_()
430 errch_("#", action, (ftnlen)1, action_len); in timdef_()
H A Dzzekrbck.c10 integer *coldsc, integer *recno, ftnlen action_len) in zzekrbck_() argument
/dports/net/hostapd-devel/hostap-14ab4a816/src/wps/
H A Dwps_upnp_web.c757 const char *action, int action_len, in web_connection_send_reply() argument
779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply()
821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
862 size_t *action_len) in web_get_action() argument
869 *action_len = 0; in web_get_action()
895 *action_len = b - action; in web_get_action()
926 size_t action_len = 0; in web_connection_parse_post() local
938 action = web_get_action(req, &action_len); in web_connection_parse_post()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
[all …]
/dports/net/hostapd/hostapd-2.9/src/wps/
H A Dwps_upnp_web.c757 const char *action, int action_len, in web_connection_send_reply() argument
779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply()
821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
862 size_t *action_len) in web_get_action() argument
869 *action_len = 0; in web_get_action()
895 *action_len = b - action; in web_get_action()
926 size_t action_len = 0; in web_connection_parse_post() local
938 action = web_get_action(req, &action_len); in web_connection_parse_post()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c757 const char *action, int action_len, in web_connection_send_reply() argument
779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply()
821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
862 size_t *action_len) in web_get_action() argument
869 *action_len = 0; in web_get_action()
895 *action_len = b - action; in web_get_action()
926 size_t action_len = 0; in web_connection_parse_post() local
938 action = web_get_action(req, &action_len); in web_connection_parse_post()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c757 const char *action, int action_len, in web_connection_send_reply() argument
779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply()
821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
862 size_t *action_len) in web_get_action() argument
869 *action_len = 0; in web_get_action()
895 *action_len = b - action; in web_get_action()
926 size_t action_len = 0; in web_connection_parse_post() local
938 action = web_get_action(req, &action_len); in web_connection_parse_post()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/wps/
H A Dwps_upnp_web.c757 const char *action, int action_len, in web_connection_send_reply() argument
779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply()
821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply()
862 size_t *action_len) in web_get_action() argument
869 *action_len = 0; in web_get_action()
895 *action_len = b - action; in web_get_action()
926 size_t action_len = 0; in web_connection_parse_post() local
938 action = web_get_action(req, &action_len); in web_connection_parse_post()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
[all …]
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dactions.c.gcov61 2: 54: action_len = strlen(action);
68 2: 61: if (action[action_len - 1] == '\n')
72 #####: 62: action[action_len - 1] = '\0';
81 #####: 66: cmd = (char *)xnmalloc(action_len + 1, sizeof(char));
88 2: 70: cmd = (char *)xnmalloc(action_len + strlen(plugins_dir) + 2,
110 #####: 79: cmd = (char *)xrealloc(cmd, (action_len + strlen(data_dir)
/dports/graphics/py-yaswfp/yaswfp-0.9.3/yaswfp/
H A Dswfparser.py609 action_len = unpack_ui16(self._src)
618 action_payload = self._src.read(action_len)
626 for action in action_meth(action_len):
631 if quant_read != action_len:
635 action_name, quant_read, action_len))
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c383 guint16 action_type, action_len; in dissect_openflow_action_header() local
395 action_len = tvb_get_ntohs(tvb, offset); in dissect_openflow_action_header()
410 offset+=(action_len-4); in dissect_openflow_action_header()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-openflow_v1.c383 guint16 action_type, action_len; in dissect_openflow_action_header() local
395 action_len = tvb_get_ntohs(tvb, offset); in dissect_openflow_action_header()
410 offset+=(action_len-4); in dissect_openflow_action_header()

1234