Home
last modified time | relevance | path

Searched refs:token_found (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/seed7/seed7/src/
H A Dtoken.c126 tokenType token_found; in get_sy_token() local
142 token_found = token_found->alternative; in get_sy_token()
155 return token_found; in get_sy_token()
164 tokenType token_found; in get_expr_token() local
178 token_found = token_found->alternative; in get_expr_token()
183 token_found = token_found->alternative; in get_expr_token()
203 return token_found; in get_expr_token()
211 tokenType token_found; in get_syntax_description() local
221 token_found = token_found->alternative; in get_syntax_description()
226 token_found = token_found->alternative; in get_syntax_description()
[all …]
/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/pperl/Marpa/XS/
H A DPerl.pm1059 my $token_found;
1067 $token_found = 1;
1079 my $token_found = 0;
1084 $token_found
1123 my $token_found;
1126 $token_found = 1;
1142 my $token_found;
1145 $token_found = 1;
1189 my $token_found;
1192 $token_found = 1;
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/addons/addon-manager/
H A Dkube-addons-main.sh38 token_found=""
39 while [ -z "${token_found}" ]; do
43 …if ! token_found=$(${KUBECTL} ${KUBECTL_OPTS} get --namespace="${SYSTEM_NAMESPACE}" serviceaccount…
44 token_found="";
49 log INFO "== Default service account in the ${SYSTEM_NAMESPACE} namespace has token ${token_found} …
/dports/lang/p5-Marpa-PP/Marpa-PP-0.014000/pperl/Marpa/PP/
H A DPerl.pm1024 my $token_found;
1032 $token_found = 1;
1036 defined $token_found or unknown_ppi_token($token);
1063 my $token_found;
1066 $token_found = 1;
1070 defined $token_found or unknown_ppi_token($token);
1081 my $token_found;
1084 $token_found = 1;
1088 defined $token_found or unknown_ppi_token($token);
1128 my $token_found;
[all …]
/dports/security/libp11/libp11-libp11-0.4.11/tests/
H A Dlist-tokens.c44 int rc = 0, token_found = 0; in main() local
78 if (token_found) in main()
81 token_found = 1; in main()
89 if (!token_found) { in main()
/dports/misc/lxi-tools/lxi-tools-1.21/src/
H A Dscreenshot.c271 bool token_found = true; in screenshot() local
316 while (token_found == true) in screenshot()
330 token_found = false; in screenshot()
343 token_found = true; in screenshot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/request_header/
H A Doffline_page_header.cc40 bool token_found = false; in ParseOfflineHeaderValue() local
43 token_found = true; in ParseOfflineHeaderValue()
94 return token_found; in ParseOfflineHeaderValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/request_header/
H A Doffline_page_header.cc39 bool token_found = false; in ParseOfflineHeaderValue() local
42 token_found = true; in ParseOfflineHeaderValue()
93 return token_found; in ParseOfflineHeaderValue()
/dports/net-mgmt/py-adal/adal-1.2.7/adal/
H A Dwstrust_response.py240 token_found = self._parse_token_by_re(self._response)
241 if token_found:
242 self.token, self.token_type = token_found
/dports/mail/hashcash/hashcash-1.22/
H A Dhashcash.c178 int hdr_len, hdr2_len, token_found = 0, token2_found = 0, hdrs_found = 0; in main() local
631 for ( t = 0, token_found = 0, boundary = 0; !boundary; ) { in main()
636 token_found = 1; in main()
660 token_found = (strncasecmp( line, header, in main()
664 if ( token_found ) { in main()
670 token_found = 1; in main()
673 token_found = 1; in main()
681 if ( token_found ) { in main()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp51 char *token_found; variable
490 diag_printf("Found required string [%s]\n", token_found = pstr); in required_string()
575 token_found = pstr; in required_string_fred()
612 token_found = pstr; in optional_string_fred()
653 diag_printf("Found required string [%s]\n", token_found = str1); in required_string_either()
657 diag_printf("Found required string [%s]\n", token_found = str2); in required_string_either()
689 diag_printf("Found required string [%s]\n", token_found = str1); in required_string_3()
693 diag_printf("Found required string [%s]\n", token_found = str2); in required_string_3()
696 diag_printf("Found required string [%s]\n", token_found = str3); in required_string_3()
719 diag_printf("Found required string [%s]\n", token_found = str1); in required_string_4()
[all …]
/dports/comms/tio/tio-1.32/src/
H A Dtty.c276 bool token_found = true; in tty_configure() local
416 while (token_found == true) in tty_configure()
446 token_found = false; in tty_configure()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dmissionsave.cpp171 token_found = NULL; in save_mission_file()
270 token_found = NULL; in autosave_mission_file()
2810 …if (fred_parse_flag || !Token_found_flag || !token_found || (token_found && (*Mission_text_raw == … in parse_comments()
2817 if (token_found) in parse_comments()
2818 fout("%s", token_found); in parse_comments()
2825 if (token_found && (*raw_ptr == *token_found)) in parse_comments()
2826 if (!strnicmp(raw_ptr, token_found, strlen(token_found))) { in parse_comments()
2833 fout("%s", token_found); in parse_comments()
2835 fout("%s", token_found); in parse_comments()
4159 token_found = NULL; in save_campaign_file()
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli.c328 int argc_iter = 0, args_pos = 0, token_found = 0, token_len = 0; in parse_command_line() local
363 if (token_found == 0) { in parse_command_line()
370 } else if (token_found == 1) { in parse_command_line()
380 token_found++; in parse_command_line()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dmissionsave.cpp383 …if (fred_parse_flag || !Token_found_flag || !token_found || (token_found && (*Parse_text_raw == '\… in parse_comments()
387 if (tab && token_found) in parse_comments()
388 fout_version("\t%s", token_found); in parse_comments()
389 else if (token_found) in parse_comments()
390 fout_version("%s", token_found); in parse_comments()
404 if (token_found && (*raw_ptr == *token_found)) in parse_comments()
405 if (!strnicmp(raw_ptr, token_found, strlen(token_found))) { in parse_comments()
412 fout("%s", token_found); in parse_comments()
414 fout_version("%s", token_found); in parse_comments()
1331 token_found = NULL; in save_campaign_file()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A Dmissionsave.cpp373 …if (fred_parse_flag || !Token_found_flag || !token_found || (token_found && (*Parse_text_raw == '\… in parse_comments()
378 if (tab && token_found) { in parse_comments()
379 fout_version("\t%s", token_found); in parse_comments()
380 } else if (token_found) { in parse_comments()
381 fout_version("%s", token_found); in parse_comments()
396 if (token_found && (*raw_ptr == *token_found)) { in parse_comments()
397 if (!strnicmp(raw_ptr, token_found, strlen(token_found))) { in parse_comments()
405 fout("%s", token_found); in parse_comments()
407 fout_version("%s", token_found); in parse_comments()
2540 token_found = NULL; in save_mission_internal()
/dports/security/pam_p11/pam_p11-0.3.1/src/
H A Dpam_p11.c512 int token_found = 0; in key_find() local
534 token_found = 1; in key_find()
609 if (0 == token_found) { in key_find()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp54 const char *token_found; variable
469 diag_printf("Found required string [%s]\n", token_found = pstr); in required_string()
583 token_found = pstr; in required_string_fred()
620 token_found = pstr; in optional_string_fred()
666 diag_printf("Found required string [%s]\n", token_found = str1); in required_string_either()
670 diag_printf("Found required string [%s]\n", token_found = str2); in required_string_either()
707 diag_printf("Found required string [%s]", token_found = expected); in required_string_one_of()
748 diag_printf("Found required string [%s]\n", token_found = str1); in required_string_either_fred()
753 diag_printf("Found required string [%s]\n", token_found = str2); in required_string_either_fred()
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/mvc/model/query/
H A Dparser.php7.lemon39 int token_found = 0;
51 token_found = 1;
62 token_found = 0;
87 if (!token_found) {
H A Dparser.php7.c2253 int token_found = 0; in yy_syntax_error() local
2265 token_found = 1; in yy_syntax_error()
2276 token_found = 0; in yy_syntax_error()
2301 if (!token_found) { in yy_syntax_error()
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/model/query/
H A Dparser.php5.lemon48 int token_found = 0;
60 token_found = 1;
71 token_found = 0;
96 if (!token_found) {
H A Dparser.php7.lemon48 int token_found = 0;
60 token_found = 1;
71 token_found = 0;
96 if (!token_found) {
H A Dparser.php5.c2238 int token_found = 0; in yy_syntax_error() local
2250 token_found = 1; in yy_syntax_error()
2261 token_found = 0; in yy_syntax_error()
2286 if (!token_found) { in yy_syntax_error()
H A Dparser.php7.c2246 int token_found = 0; in yy_syntax_error() local
2258 token_found = 1; in yy_syntax_error()
2269 token_found = 0; in yy_syntax_error()
2294 if (!token_found) { in yy_syntax_error()
H A Dparser.c2240 int token_found = 0; in pp_syntax_error() local
2252 token_found = 1; in pp_syntax_error()
2263 token_found = 0; in pp_syntax_error()
2288 if (!token_found) { in pp_syntax_error()
4718 int token_found = 0; in pp_syntax_error() local
4730 token_found = 1; in pp_syntax_error()
4741 token_found = 0; in pp_syntax_error()
4766 if (!token_found) { in pp_syntax_error()

12