Home
last modified time | relevance | path

Searched refs:badchar (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/tcpedit/
H A Dportmap.c65 char *from_s, *to_s, *from_begin, *from_end, *badchar; in ports2PORT() local
91 to_l = strtol(to_s, &badchar, 10); in ports2PORT()
92 if (strlen(badchar) != 0) in ports2PORT()
112 long from_b = strtol(from_begin, &badchar, 10); in ports2PORT()
113 if (strlen(badchar) != 0) { in ports2PORT()
118 long from_e = strtol(from_end, &badchar, 10); in ports2PORT()
136 from_l = strtol(from_begin, &badchar, 10); in ports2PORT()
137 if (strlen(badchar) != 0) { in ports2PORT()
145 from_l = strtol(from_begin, &badchar, 10); in ports2PORT()
167 from_l = strtol(from_s, &badchar, 10); in ports2PORT()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_apr.c55 char *badchar; in lua_table_set() local
57 badchar = replacement; in lua_table_set()
58 while ( (badchar = ap_strchr(badchar, '\n')) ) { in lua_table_set()
59 *badchar = ' '; in lua_table_set()
/dports/net/imapproxy/imapproxy-1.0/
H A Dbase64.c81 #define badchar(c,p) (!(p = memchr(b64string, c, 64))) macro
95 if (badchar(cbyte, p)) return -1; in base64decode()
102 if (badchar(cbyte, p)) return -1; in base64decode()
112 if (badchar (cbyte, p)) return -1; in base64decode()
122 if (badchar (cbyte, p)) return -1; in base64decode()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/misc/
H A Dbase64.c56 #define badchar(c,p) (!(p = memchr(b64string, c, 64))) macro
72 if (badchar(cbyte, p)) return -1;
79 if (badchar(cbyte, p)) return -1;
89 if (badchar (cbyte, p)) return -1;
99 if (badchar (cbyte, p)) return -1;
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/misc/
H A Dbase64.c56 #define badchar(c,p) (!(p = memchr(b64string, c, 64))) macro
72 if (badchar(cbyte, p)) return -1;
79 if (badchar(cbyte, p)) return -1;
89 if (badchar (cbyte, p)) return -1;
99 if (badchar (cbyte, p)) return -1;
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A Dbase64.c54 #define badchar(c,p) (!(p = memchr(b64string, c, 64))) macro
68 if (badchar(cbyte, p)) return -1; in base64_decode()
75 if (badchar(cbyte, p)) return -1; in base64_decode()
85 if (badchar (cbyte, p)) return -1; in base64_decode()
95 if (badchar (cbyte, p)) return -1; in base64_decode()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/valtype/
H A Dluhn5.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
97 badchar LUHN "$code number, expected only digits"
H A Disbn.tcl47 badchar ISBN "ISBN number, expected only digits, and possibly 'X' or 'x' as checkdigit"
88 badchar ISBN "ISBN number (without checkdigit), expected only digits"
131 badchar ISBN "ISBN-10 number, expected only digits, and possibly 'X' or 'x' as checkdigit"
H A Dluhn.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
H A Dverhoeff.tcl37 badchar $code "$code number, expected only digits"
51 badchar $code "$code number, expected only digits"
H A Dean13.tcl37 badchar EAN13 "EAN13 number, expected only digits, and possibly 'X' or 'x' as checkdigit"
57 badchar EAN13 "EAN13 number (without checkdigit), expected only digits"
/dports/devel/tcllib/tcllib-1.20/modules/valtype/
H A Dluhn5.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
97 badchar LUHN "$code number, expected only digits"
H A Disbn.tcl47 badchar ISBN "ISBN number, expected only digits, and possibly 'X' or 'x' as checkdigit"
88 badchar ISBN "ISBN number (without checkdigit), expected only digits"
131 badchar ISBN "ISBN-10 number, expected only digits, and possibly 'X' or 'x' as checkdigit"
H A Dluhn.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
H A Dverhoeff.tcl37 badchar $code "$code number, expected only digits"
51 badchar $code "$code number, expected only digits"
/dports/devel/tcllibc/tcllib-1.20/modules/valtype/
H A Dluhn5.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
97 badchar LUHN "$code number, expected only digits"
H A Disbn.tcl47 badchar ISBN "ISBN number, expected only digits, and possibly 'X' or 'x' as checkdigit"
88 badchar ISBN "ISBN number (without checkdigit), expected only digits"
131 badchar ISBN "ISBN-10 number, expected only digits, and possibly 'X' or 'x' as checkdigit"
H A Dluhn.tcl71 badchar $code "$code number, expected only digits"
85 badchar LUHN "$code number, expected only digits"
H A Dverhoeff.tcl37 badchar $code "$code number, expected only digits"
51 badchar $code "$code number, expected only digits"
/dports/devel/stringencoders/stringencoders-v3.10.3/test/
H A Dmodp_b64_test.c221 char badchar = '~'; in testDecodeErrors() local
223 decode[0] = (char)(((i & 0x01) == 0) ? goodchar : badchar); in testDecodeErrors()
224 decode[1] = (char)(((i & 0x02) == 0) ? goodchar : badchar); in testDecodeErrors()
225 decode[2] = (char)(((i & 0x04) == 0) ? goodchar : badchar); in testDecodeErrors()
226 decode[3] = (char)(((i & 0x08) == 0) ? goodchar : badchar); in testDecodeErrors()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgarmin_device_xml.h1198 char* badchar;
1207 badchar = buf+len-maxentlength;
1208 badchar = strchr(badchar, '&');
1211 semi = strchr(badchar, ';');
1220 badchar = strchr(badchar+1, '&');
1224 badchar = strstr(buf, "&#x");
1225 while (badchar) {
1227 char* hexit = badchar+3;
1228 semi = strchr(badchar, ';');
1241 badchar--;
[all …]
H A Dgpx.c1387 char* badchar; in gpx_read() local
1396 badchar = buf+len-maxentlength; in gpx_read()
1397 badchar = strchr(badchar, '&'); in gpx_read()
1400 semi = strchr(badchar, ';'); in gpx_read()
1409 badchar = strchr(badchar+1, '&'); in gpx_read()
1413 badchar = strstr(buf, "&#x"); in gpx_read()
1414 while (badchar) { in gpx_read()
1416 char* hexit = badchar+3; in gpx_read()
1417 semi = strchr(badchar, ';'); in gpx_read()
1430 badchar--; in gpx_read()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/test/
H A Dmodp_b64_test.c223 char badchar = '~'; in testDecodeErrors() local
225 decode[0] = (char)(((i & 0x01) == 0) ? goodchar : badchar); in testDecodeErrors()
226 decode[1] = (char)(((i & 0x02) == 0) ? goodchar : badchar); in testDecodeErrors()
227 decode[2] = (char)(((i & 0x04) == 0) ? goodchar : badchar); in testDecodeErrors()
228 decode[3] = (char)(((i & 0x08) == 0) ? goodchar : badchar); in testDecodeErrors()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dpread.c56 badchar(c) in badchar() function
59 badchar(int c)
408 badchar(c);
434 badchar('/');
456 badchar(c);
561 badchar(i);
908 badchar(i);
912 badchar(i);
916 badchar(i);
/dports/lang/f2c/f2c-20200916/src/
H A Dpread.c56 badchar(c) in badchar() function
59 badchar(int c)
408 badchar(c);
434 badchar('/');
456 badchar(c);
561 badchar(i);
908 badchar(i);
912 badchar(i);
916 badchar(i);

12345678