Searched refs:dash (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontenum.cpp207 char *dash = strchr(font + 1, '-'); local
208 char *family = dash + 1;
209 dash = strchr(family, '-');
210 *dash = '\0'; // !NULL because Matches() above succeeded
321 char *dash = strchr(font + 1, '-');
322 char *familyFont = dash + 1;
323 dash = strchr(familyFont, '-');
324 *dash = '\0'; // !NULL because Matches() above succeeded
333 char *p = dash + 1; // just after the dash afte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_SAME.c41 char *dash, *arg; local
48 dash = strchr(arg, '-');
50 if (dash)
51 *dash = '\0';
59 if (dash) {
60 ip = xtables_numeric_to_ipaddr(dash+1);
63 dash+1);
66 if (dash)
69 arg, dash+1);
H A Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; local
96 "Invalid port:port syntax - use dash\n");
98 dash = strchr(colon, '-');
99 if (!dash) {
106 maxport = atoi(dash + 1);
109 "Port `%s' not valid\n", dash+1);
126 dash = strchr(arg, '-');
127 if (colon && dash && dash > colon)
128 dash
[all...]
H A Dlibipt_SNAT.c70 char *arg, *colon, *dash, *error; local
96 "Invalid port:port syntax - use dash\n");
98 dash = strchr(colon, '-');
99 if (!dash) {
106 maxport = atoi(dash + 1);
109 "Port `%s' not valid\n", dash+1);
126 dash = strchr(arg, '-');
127 if (colon && dash && dash > colon)
128 dash
[all...]
H A Dlibxt_iprange.c77 char *dash; local
81 dash = strchr(arg, '-');
82 if (dash == NULL) {
88 *dash = '\0';
89 iprange_parse_spec(arg, dash + 1, range, family, optname);
92 "will never match\n", arg, dash + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_SAME.c42 char *dash, *arg; local
49 dash = strchr(arg, '-');
51 if (dash)
52 *dash = '\0';
60 if (dash) {
61 ip = xtables_numeric_to_ipaddr(dash+1);
64 dash+1);
67 if (dash)
70 arg, dash+1);
H A Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; local
96 "Invalid port:port syntax - use dash\n");
98 dash = strchr(colon, '-');
99 if (!dash) {
106 maxport = atoi(dash + 1);
109 "Port `%s' not valid\n", dash+1);
126 dash = strchr(arg, '-');
127 if (colon && dash && dash > colon)
128 dash
[all...]
H A Dlibipt_SNAT.c70 char *arg, *colon, *dash, *error; local
96 "Invalid port:port syntax - use dash\n");
98 dash = strchr(colon, '-');
99 if (!dash) {
106 maxport = atoi(dash + 1);
109 "Port `%s' not valid\n", dash+1);
126 dash = strchr(arg, '-');
127 if (colon && dash && dash > colon)
128 dash
[all...]
H A Dlibxt_iprange.c77 char *dash; local
81 dash = strchr(arg, '-');
82 if (dash == NULL) {
88 *dash = '\0';
89 iprange_parse_spec(arg, dash + 1, range, family, optname);
92 "will never match\n", arg, dash + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_SAME.c56 char *dash; local
60 dash = strchr(arg, '-');
62 if (dash)
63 *dash = '\0';
71 if (dash) {
72 ip = dotted_to_addr(dash+1);
75 dash+1);
78 if (dash)
81 arg, dash+1);
H A Dlibipt_DNAT.c65 char *colon, *dash, *error; local
88 "Invalid port:port syntax - use dash\n");
90 dash = strchr(colon, '-');
91 if (!dash) {
98 maxport = atoi(dash + 1);
101 "Port `%s' not valid\n", dash+1);
116 dash = strchr(arg, '-');
117 if (colon && dash && dash > colon)
118 dash
[all...]
H A Dlibipt_SNAT.c65 char *colon, *dash, *error; local
88 "Invalid port:port syntax - use dash\n");
90 dash = strchr(colon, '-');
91 if (!dash) {
98 maxport = atoi(dash + 1);
101 "Port `%s' not valid\n", dash+1);
116 dash = strchr(arg, '-');
117 if (colon && dash && dash > colon)
118 dash
[all...]
H A Dlibipt_iprange.c32 char *dash; local
35 dash = strchr(arg, '-');
36 if (dash)
37 *dash = '\0';
45 if (dash) {
46 ip = dotted_to_addr(dash+1);
49 dash+1);
H A Dlibipt_MASQUERADE.c47 const char *dash; local
56 dash = strchr(arg, '-');
57 if (!dash) {
64 maxport = atoi(dash + 1);
67 "Port `%s' not valid\n", dash+1);
H A Dlibipt_REDIRECT.c46 const char *dash; local
58 dash = strchr(arg, '-');
59 if (!dash) {
66 maxport = atoi(dash + 1);
69 "Port `%s' not valid\n", dash+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dpen.h42 void SetDashes( int number_of_dashes, const wxDash *dash );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dpen.h55 void SetDashes( int number_of_dashes, const wxDash *dash );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dpen.h53 void SetDashes( int number_of_dashes, const wxDash *dash );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dpen.h51 void SetDashes(int nb_dashes, const wxDash *dash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dpen.h47 void SetDashes(int number_of_dashes, const wxDash *dash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dpen.h46 void SetDashes(int number_of_dashes, const wxDash *dash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpen.cpp130 void wxPen::SetDashes( int number_of_dashes, const wxDash *dash )
135 M_PENDATA->m_dash = (wxGTKDash *)dash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpen.cpp130 void wxPen::SetDashes( int number_of_dashes, const wxDash *dash )
135 M_PENDATA->m_dash = (wxGTKDash *)dash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dpen.cpp120 void wxPen::SetDashes( int number_of_dashes, const wxDash *dash )
125 M_PENDATA->m_dash = (wxX11Dash *)dash; // TODO
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dpen.h70 void SetDashes(int nb_dashes, const wxDash *dash) ;

Completed in 209 milliseconds

12