Home
last modified time | relevance | path

Searched refs:toklen (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/streamconv/converters/
H A DParseFTPList.cpp266 else if ((toklen[2] == 10 || toklen[2] == 11) && in ParseFTPList()
269 (((toklen[3] == 4 || toklen[3] == 5 || toklen[3] == 7 || in ParseFTPList()
272 ((toklen[3] == 10 || toklen[3] == 11) && in ParseFTPList()
498 if (numtoks >= 7 && (toklen[0] + toklen[1]) <= 16) { in ParseFTPList()
507 (toklen[pos + 4] >= 7 && toklen[pos + 4] <= 9 && in ParseFTPList()
644 if ((numtoks >= 4) && (toklen[0] == 8 || toklen[0] == 10) && in ParseFTPList()
645 (toklen[1] == 5 || toklen[1] == 7) && in ParseFTPList()
902 } else if ((toklen[0] == 10 || toklen[0] == 11) && in ParseFTPList()
1144 if (numtoks == 4 && (toklen[2] == 8 || toklen[2] == 9) && in ParseFTPList()
1147 (toklen[3] == 4 || toklen[3] == 5) && in ParseFTPList()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DParseFTPList.cpp253 else if ((toklen[2] == 10 || toklen[2] == 11) && in ParseFTPList()
256 (((toklen[3] == 4 || toklen[3] == 5 || toklen[3] == 7 || in ParseFTPList()
259 ((toklen[3] == 10 || toklen[3] == 11) && in ParseFTPList()
485 if (numtoks >= 7 && (toklen[0] + toklen[1]) <= 16) { in ParseFTPList()
494 (toklen[pos + 4] >= 7 && toklen[pos + 4] <= 9 && in ParseFTPList()
630 if ((numtoks >= 4) && (toklen[0] == 8 || toklen[0] == 10) && in ParseFTPList()
631 (toklen[1] == 5 || toklen[1] == 7) && in ParseFTPList()
883 } else if ((toklen[0] == 10 || toklen[0] == 11) && in ParseFTPList()
1124 if (numtoks == 4 && (toklen[2] == 8 || toklen[2] == 9) && in ParseFTPList()
1127 (toklen[3] == 4 || toklen[3] == 5) && in ParseFTPList()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DFTPDirectoryParser.cpp340 else if ( (toklen[2] == 10 || toklen[2] == 11) && in parseOneFTPLine()
343 (((toklen[3]==4 || toklen[3]==5 || toklen[3]==7 || toklen[3]==8) && in parseOneFTPLine()
345 ((toklen[3]==10 || toklen[3]==11 ) && in parseOneFTPLine()
622 if (numtoks >= 7 && (toklen[0]+toklen[1]) <= 16) in parseOneFTPLine()
635 (toklen[pos+4] >= 7 && toklen[pos+4] <= 9 && in parseOneFTPLine()
1069 else if ((toklen[0] == 10 || toklen[0] == 11) in parseOneFTPLine()
1105 (toklen[pos+3] == 7 || toklen[pos+3] == 8) && in parseOneFTPLine()
1320 && (toklen[2] == 8 || toklen[2] == 9) in parseOneFTPLine()
1323 && (toklen[3] == 4 || toklen[3] == 5) in parseOneFTPLine()
1336 && toklen[2] == 3 && toklen[3] == 2 in parseOneFTPLine()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DParseFTPList.cpp283 (((toklen[3]==4 || toklen[3]==5 || toklen[3]==7 || toklen[3]==8) && in ParseFTPList()
285 ((toklen[3]==10 || toklen[3]==11 ) && in ParseFTPList()
562 if (numtoks >= 7 && (toklen[0]+toklen[1]) <= 16) in ParseFTPList()
731 (toklen[1] == 5 || toklen[1] == 7) && in ParseFTPList()
742 (toklen[1] == 5 || (toklen[1] == 7 && in ParseFTPList()
1027 else if ((toklen[0] == 10 || toklen[0] == 11) in ParseFTPList()
1063 (toklen[pos+3] == 7 || toklen[pos+3] == 8) && in ParseFTPList()
1290 && (toklen[2] == 8 || toklen[2] == 9) in ParseFTPList()
1293 && (toklen[3] == 4 || toklen[3] == 5) in ParseFTPList()
1306 && toklen[2] == 3 && toklen[3] == 2 in ParseFTPList()
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A DParseFTPList.c284 else if ( (toklen[2] == 10 || toklen[2] == 11) && in ParseFTPList()
287 (((toklen[3]==4 || toklen[3]==5 || toklen[3]==7 || toklen[3]==8) && in ParseFTPList()
289 ((toklen[3]==10 || toklen[3]==11 ) && in ParseFTPList()
569 if (numtoks >= 7 && (toklen[0]+toklen[1]) <= 16) in ParseFTPList()
732 if ((numtoks >= 4) && (toklen[0] == 8 || toklen[0] == 10) && toklen[1] == 7 && in ParseFTPList()
1024 else if ((toklen[0] == 10 || toklen[0] == 11) in ParseFTPList()
1060 (toklen[pos+3] == 7 || toklen[pos+3] == 8) && in ParseFTPList()
1287 && (toklen[2] == 8 || toklen[2] == 9) in ParseFTPList()
1290 && (toklen[3] == 4 || toklen[3] == 5) in ParseFTPList()
1303 && toklen[2] == 3 && toklen[3] == 2 in ParseFTPList()
[all …]
/dports/news/husky/husky-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/aplibs/
H A Dsqtagpat.cc34 uint toklen; in parsesq() local
42 switch (toklen) { in parsesq()
54 c += toklen; in parsesq()
59 c += toklen; in parsesq()
71 c += toklen; /* skip token */ in parsesq()
75 if (toklen >= TAGSIZE) in parsesq()
77 strncpy (echotag, c, toklen); in parsesq()
79 c += toklen; /* skip echotag */ in parsesq()
86 strncpy (path, c, toklen); in parsesq()
87 path[toklen] = '\0'; /* path copied */ in parsesq()
[all …]
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Dmisc.c111 size_t buflen, toklen; in transform_sigval() local
134 if (tok && toklen == 7 && !memcmp ("sig-val", tok, toklen)) in transform_sigval()
136 else if (tok && toklen == 10 && !memcmp ("public-key", tok, toklen)) in transform_sigval()
146 if (toklen == 3 && !memcmp ("rsa", tok, 3)) in transform_sigval()
148 else if (toklen == 3 && !memcmp ("ecc", tok, 3)) in transform_sigval()
150 else if (toklen == 5 && !memcmp ("ecdsa", tok, 5)) in transform_sigval()
152 else if (toklen == 5 && !memcmp ("eddsa", tok, 5)) in transform_sigval()
165 if (tok && toklen == 1) in transform_sigval()
194 *mpi_len = toklen; in transform_sigval()
197 else if (toklen == 5 && !memcmp (tok, "curve", 5)) in transform_sigval()
[all …]
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dsexputil.c539 if (!tok || toklen != 10 || memcmp ("public-key", tok, toklen)) in get_rsa_pk_from_canon_sexp()
545 if (!tok || toklen != 3 || memcmp ("rsa", tok, toklen)) in get_rsa_pk_from_canon_sexp()
575 for (;toklen && !*tok; toklen--, tok++) in get_rsa_pk_from_canon_sexp()
628 if (!tok || toklen != 10 || memcmp ("public-key", tok, toklen)) in get_ecc_q_from_canon_sexp()
634 if (tok && toklen == 3 && !memcmp ("ecc", tok, toklen)) in get_ecc_q_from_canon_sexp()
636 else if (tok && toklen == 5 && (!memcmp ("ecdsa", tok, toklen) in get_ecc_q_from_canon_sexp()
786 else if (toklen == 10 || !memcmp ("public-key", tok, toklen)) in uncompress_ecc_q_in_canon_sexp()
788 else if (toklen == 11 || !memcmp ("private-key", tok, toklen)) in uncompress_ecc_q_in_canon_sexp()
790 else if (toklen == 20 || !memcmp ("shadowed-private-key", tok, toklen)) in uncompress_ecc_q_in_canon_sexp()
800 if (tok && toklen == 3 && !memcmp ("ecc", tok, toklen)) in uncompress_ecc_q_in_canon_sexp()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dhighlight.c116 int *tok, size_t toklen, in UdmWordInWWList2() argument
309 size_t toklen= lt - tok; in UdmHlConvertExtWithConv() local
426 size_t toklen= lt - tok; in UdmHlConvertExtQuick() local
430 memcpy(dst + dstlen, tok, toklen); in UdmHlConvertExtQuick()
431 dstlen+= toklen; in UdmHlConvertExtQuick()
438 memcpy(tmp, tok, toklen); in UdmHlConvertExtQuick()
439 tmp[toklen]= '\0'; in UdmHlConvertExtQuick()
440 cs->lcase(cs, tmp, toklen); in UdmHlConvertExtQuick()
450 memcpy(dst + dstlen, tok, toklen); in UdmHlConvertExtQuick()
451 dstlen+= toklen; in UdmHlConvertExtQuick()
[all …]
/dports/mail/bmf/bmf-0.9.4/
H A Dlex.c552 uint toklen; in lex_nextline() local
583 pthis->pos += toklen; in lex_nextline()
594 uint toklen; in lex_nexttoken() local
634 ptok->len = toklen; in lex_nexttoken()
635 pthis->pos += toklen; in lex_nexttoken()
651 pthis->pos += toklen; in lex_nexttoken()
659 ptok->len = toklen; in lex_nexttoken()
660 pthis->pos += toklen; in lex_nexttoken()
667 ptok->len = toklen; in lex_nexttoken()
668 pthis->pos += toklen; in lex_nexttoken()
[all …]
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_fileparser.c205 int toklen = 0; in esl_fileparser_GetToken() local
240 if (opt_toklen) *opt_toklen = toklen; in esl_fileparser_GetToken()
406 int toklen = 0; in esl_fileparser_GetTokenOnLine() local
419 if (opt_toklen) *opt_toklen = toklen; in esl_fileparser_GetTokenOnLine()
580 int toklen = 0; in utest_GetToken() local
610 int toklen = 0; in utest_GetTokenOnLine() local
645 int toklen = 0; in utest_GetTokenBuffered() local
739 int toklen; in main() local
744 while (esl_fileparser_GetToken(efp, &tok, &toklen) == eslOK) { in main()
745 printf("%5d %3d %s\n", ntok, toklen, tok); in main()
[all …]
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_fileparser.c205 int toklen = 0; in esl_fileparser_GetToken() local
240 if (opt_toklen) *opt_toklen = toklen; in esl_fileparser_GetToken()
406 int toklen = 0; in esl_fileparser_GetTokenOnLine() local
419 if (opt_toklen) *opt_toklen = toklen; in esl_fileparser_GetTokenOnLine()
580 int toklen = 0; in utest_GetToken() local
610 int toklen = 0; in utest_GetTokenOnLine() local
645 int toklen = 0; in utest_GetTokenBuffered() local
739 int toklen; in main() local
744 while (esl_fileparser_GetToken(efp, &tok, &toklen) == eslOK) { in main()
745 printf("%5d %3d %s\n", ntok, toklen, tok); in main()
[all …]
/dports/net/libpcap/libpcap-1.10.1/rpcapd/
H A Dfileconf.c91 size_t toklen; in fileconf_read() local
242 if (toklen == 0) in fileconf_read()
307 toklen = strcspn(ptr, " \t#\r\n"); in fileconf_read()
308 ptr += toklen; in fileconf_read()
309 if (toklen == 0) in fileconf_read()
369 toklen = strcspn(ptr, " \t#\r\n"); in fileconf_read()
370 if (toklen == 0) in fileconf_read()
384 ptr += toklen; in fileconf_read()
443 toklen = strcspn(ptr, " \t#\r\n"); in fileconf_read()
444 ptr += toklen; in fileconf_read()
[all …]
/dports/security/openconnect/openconnect-8.10/
H A Doath.c167 int toklen, int mode) in pskc_decode() argument
223 int ret, toklen; in set_oath_mode() local
228 toklen = strlen(token_str); in set_oath_mode()
229 while (toklen && isspace((int)(unsigned char)token_str[toklen-1])) in set_oath_mode()
230 toklen--; in set_oath_mode()
243 toklen -= 5; in set_oath_mode()
247 toklen -= 7; in set_oath_mode()
250 toklen -= 7; in set_oath_mode()
260 toklen = p - token_str; in set_oath_mode()
273 while (toklen && in set_oath_mode()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/base/
H A Dargcvjoin.c47 int toklen; in mu_argcv_join() local
52 toklen = strlen (argv[i]); in mu_argcv_join()
57 toklen = mu_wordsplit_c_quoted_length (argv[i], quote_hex, &quote); in mu_argcv_join()
63 toklen = mu_wordsplit_sh_quoted_length (argv[i], &quote); in mu_argcv_join()
70 len += toklen + delimlen; in mu_argcv_join()
89 memcpy (buffer + j, argv[i], toklen); in mu_argcv_join()
101 j += toklen; in mu_argcv_join()
/dports/databases/slony1v2/slony1-2.2.10/src/slony_logshipper/
H A Dparser.y377 ret = malloc(toklen + 1);
379 ret[toklen] = '\0';
841 ret = malloc(toklen + 1);
843 ret[toklen] = '\0';
871 ret = malloc(toklen + 1);
873 ret[toklen] = '\0';
902 ret = malloc(toklen + 1);
904 ret[toklen] = '\0';
968 str[toklen] = '\0';
992 ret[toklen] = '\0';
[all …]
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dapi-isupport.c67 int toklen; in make_isupportstrings() local
71 toklen = strlen(isupport->token); in make_isupportstrings()
72 if (tokcnt == 13 || bufsize < len+toklen+1) in make_isupportstrings()
81 toklen++; in make_isupportstrings()
84 len += toklen; in make_isupportstrings()
89 toklen = strlen(isupport->token)+strlen(isupport->value)+1; in make_isupportstrings()
90 if (tokcnt == 13 || bufsize < len+toklen+1) in make_isupportstrings()
99 toklen++; in make_isupportstrings()
104 len += toklen; in make_isupportstrings()
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dgram.expr85 | SHOLLERITH { $$ = mkstrcon(toklen, token); }
86 | SICON { $$ = mkintcon( convci(toklen, token) ); }
87 | SRCON { $$ = mkrealcon(TYREAL, convcd(toklen, token)); }
88 | SDCON { $$ = mkrealcon(TYDREAL, convcd(toklen, token)); }
96 { $$ = mkbitcon(4, toklen, token); }
98 { $$ = mkbitcon(3, toklen, token); }
100 { $$ = mkbitcon(1, toklen, token); }

12345678910>>...25