Home
last modified time | relevance | path

Searched refs:token_ptr (Results 1 – 25 of 127) sorted by relevance

123456

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dtuningdb.c167 char *token_ptr[7] = { NULL }; in tuning_db_process_line() local
175 token_ptr[token_cnt] = next; in tuning_db_process_line()
181 token_ptr[token_cnt] = next; in tuning_db_process_line()
200 if ((token_ptr[1][0] != '0') && in tuning_db_process_line()
204 (token_ptr[1][0] != '*')) in tuning_db_process_line()
217 (token_ptr[3][0] != 'N')) in tuning_db_process_line()
234 if (token_ptr[1][0] != '*') attack_mode = (int) strtol (token_ptr[1], NULL, 10); in tuning_db_process_line()
235 if (token_ptr[2][0] != '*') hash_mode = (int) strtol (token_ptr[2], NULL, 10); in tuning_db_process_line()
236 if (token_ptr[3][0] != 'N') vector_width = (int) strtol (token_ptr[3], NULL, 10); in tuning_db_process_line()
238 if (token_ptr[4][0] == 'A') in tuning_db_process_line()
[all …]
/dports/net/spread4/spread-src-4.2.0/daemon/
H A Dnetwork.c642 token_ptr->type = Set_endian( token_ptr->type ); in Net_send_token()
681 if( !Same_endian( token_ptr->type ) ) Flip_token( token_ptr ); in Net_recv_token()
709 token_ptr->type = Set_endian( token_ptr->type ); in Net_ucast_token()
804 token_ptr->type = Flip_int32( token_ptr->type ); in Flip_token()
805 token_ptr->transmiter_id = Flip_int32( token_ptr->transmiter_id ); in Flip_token()
806 token_ptr->seq = Flip_int32( token_ptr->seq ); in Flip_token()
807 token_ptr->proc_id = Flip_int32( token_ptr->proc_id ); in Flip_token()
808 token_ptr->aru = Flip_int32( token_ptr->aru ); in Flip_token()
809 token_ptr->aru_last_id = Flip_int32( token_ptr->aru_last_id ); in Flip_token()
810 token_ptr->flow_control = Flip_int16( token_ptr->flow_control ); in Flip_token()
[all …]
/dports/net/spread/spread-src-3.17.4/
H A Dnetwork.c606 token_ptr->type = Set_endian( token_ptr->type ); in Net_send_token()
644 if( !Same_endian( token_ptr->type ) ) Flip_token( token_ptr ); in Net_recv_token()
660 token_ptr->type = Set_endian( token_ptr->type ); in Net_ucast_token()
735 token_ptr->type = Flip_int32( token_ptr->type ); in Flip_token()
736 token_ptr->transmiter_id = Flip_int32( token_ptr->transmiter_id ); in Flip_token()
737 token_ptr->seq = Flip_int32( token_ptr->seq ); in Flip_token()
738 token_ptr->proc_id = Flip_int32( token_ptr->proc_id ); in Flip_token()
739 token_ptr->aru = Flip_int32( token_ptr->aru ); in Flip_token()
740 token_ptr->aru_last_id = Flip_int32( token_ptr->aru_last_id ); in Flip_token()
741 token_ptr->flow_control = Flip_int16( token_ptr->flow_control ); in Flip_token()
[all …]
/dports/net/spread-j/spread-src-3.17.3/
H A Dnetwork.c604 token_ptr->type = Set_endian( token_ptr->type ); in Net_send_token()
642 if( !Same_endian( token_ptr->type ) ) Flip_token( token_ptr ); in Net_recv_token()
658 token_ptr->type = Set_endian( token_ptr->type ); in Net_ucast_token()
733 token_ptr->type = Flip_int32( token_ptr->type ); in Flip_token()
734 token_ptr->transmiter_id = Flip_int32( token_ptr->transmiter_id ); in Flip_token()
735 token_ptr->seq = Flip_int32( token_ptr->seq ); in Flip_token()
736 token_ptr->proc_id = Flip_int32( token_ptr->proc_id ); in Flip_token()
737 token_ptr->aru = Flip_int32( token_ptr->aru ); in Flip_token()
738 token_ptr->aru_last_id = Flip_int32( token_ptr->aru_last_id ); in Flip_token()
739 token_ptr->flow_control = Flip_int16( token_ptr->flow_control ); in Flip_token()
[all …]
/dports/mail/libspf/libspf-1.0.0-p5/src/libspf/
H A Dmain.c890 token_ptr = token; in SPF_parse_policy()
894 if (UTIL_is_spf_result(*token_ptr) || in SPF_parse_policy()
895 (strncmp(token_ptr, "default", 7) == 0)) in SPF_parse_policy()
901 if (*token_ptr != 'd') in SPF_parse_policy()
904 token_ptr++; in SPF_parse_policy()
915 POLICY_TYPE = UTIL_get_policy_mech(token_ptr); in SPF_parse_policy()
918 POLICY_TYPE, token_ptr, pos); in SPF_parse_policy()
956 if (atoi(token_ptr) > SPF_VERSION) in SPF_parse_policy()
966 p->spf_ver = atoi(token_ptr); in SPF_parse_policy()
990 token_ptr, POLICY_TYPE); in SPF_parse_policy()
[all …]
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dtabfile.cc336 char *token_ptr; in read() local
351 token_ptr = strtok(buffer,"-,"); in read()
355 value = atoi(token_ptr); in read()
378 token_ptr = strtok(NULL, "-,"); in read()
664 if(token_ptr[0]=='(') { in calculate_internal()
665 token_ptr++; in calculate_internal()
672 if(token_ptr[0]=='$') { in calculate_internal()
679 if(token_ptr[0]=='(') { in calculate_internal()
695 token_ptr+=bracket_length; in calculate_internal()
698 value = atoi(token_ptr); in calculate_internal()
[all …]
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/opendmarc/
H A Dopendmarc-arcares.c173 char *token_ptr; in opendmarc_arcares_parse() local
178 token_ptr = token + leading_space_len; in opendmarc_arcares_parse()
179 if (*token_ptr == '\0') in opendmarc_arcares_parse()
181 tag_label = strsep(&token_ptr, "="); in opendmarc_arcares_parse()
182 tag_value = token_ptr; in opendmarc_arcares_parse()
260 char *token_ptr; in opendmarc_arcares_arc_parse() local
265 token_ptr = token + leading_space_len; in opendmarc_arcares_arc_parse()
266 if (*token_ptr == '\0') in opendmarc_arcares_arc_parse()
268 tag_label = strsep(&token_ptr, "="); in opendmarc_arcares_arc_parse()
269 tag_value = opendmarc_arcares_strip_whitespace(token_ptr); in opendmarc_arcares_arc_parse()
H A Dopendmarc-arcseal.c161 char *token_ptr; in opendmarc_arcseal_parse() local
166 token_ptr = token + leading_space_len; in opendmarc_arcseal_parse()
167 if (*token_ptr == '\0') in opendmarc_arcseal_parse()
169 tag_label = strsep(&token_ptr, "="); in opendmarc_arcseal_parse()
170 tag_value = opendmarc_arcseal_strip_whitespace(token_ptr); in opendmarc_arcseal_parse()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/data_manager/
H A Dserialized_dictionary.cc126 for (const auto &token_ptr : kv.second) { in Compile() local
127 string_index[token_ptr->value] = 0; in Compile()
128 string_index[token_ptr->description] = 0; in Compile()
129 string_index[token_ptr->additional_description] = 0; in Compile()
146 for (const auto &token_ptr : kv.second) { in Compile() local
147 const uint32 value_index = string_index[token_ptr->value]; in Compile()
148 const uint32 desc_index = string_index[token_ptr->description]; in Compile()
150 string_index[token_ptr->additional_description]; in Compile()
155 buf.append(reinterpret_cast<const char *>(&token_ptr->lid), 2); in Compile()
156 buf.append(reinterpret_cast<const char *>(&token_ptr->rid), 2); in Compile()
[all …]
/dports/ftp/bbftp-client/bbftp-client-3.2.1/gfw/
H A Dgfw_init.c44 gss_buffer_desc send_tok, recv_tok, *token_ptr; in gfw_init_sec_context() local
83 token_ptr = GSS_C_NO_BUFFER; in gfw_init_sec_context()
95 token_ptr, in gfw_init_sec_context()
101 if (token_ptr != GSS_C_NO_BUFFER) in gfw_init_sec_context()
133 token_ptr = &recv_tok; in gfw_init_sec_context()
H A Dgfw-client.c41 gss_buffer_desc send_tok, recv_tok, *token_ptr; in gfw_client_auth() local
81 token_ptr = GSS_C_NO_BUFFER; in gfw_client_auth()
94 token_ptr, in gfw_client_auth()
100 if (token_ptr != GSS_C_NO_BUFFER) in gfw_client_auth()
135 token_ptr = &recv_tok; in gfw_client_auth()
/dports/ftp/bbftp-server/bbftp-server-3.2.1/gfw/
H A Dgfw_init.c44 gss_buffer_desc send_tok, recv_tok, *token_ptr; in gfw_init_sec_context() local
83 token_ptr = GSS_C_NO_BUFFER; in gfw_init_sec_context()
95 token_ptr, in gfw_init_sec_context()
101 if (token_ptr != GSS_C_NO_BUFFER) in gfw_init_sec_context()
133 token_ptr = &recv_tok; in gfw_init_sec_context()
H A Dgfw-client.c41 gss_buffer_desc send_tok, recv_tok, *token_ptr; in gfw_client_auth() local
81 token_ptr = GSS_C_NO_BUFFER; in gfw_client_auth()
94 token_ptr, in gfw_client_auth()
100 if (token_ptr != GSS_C_NO_BUFFER) in gfw_client_auth()
135 token_ptr = &recv_tok; in gfw_client_auth()
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/
H A Dtokenpos.h30 tokens_grow(token_pos_t **token_ptr, int *token_lim_ptr, bool tokens_on_heap) in tokens_grow() argument
38 Renew(*token_ptr, new_lim, token_pos_t); in tokens_grow()
45 new_tokens[i] = (*token_ptr)[i]; in tokens_grow()
46 *token_ptr = new_tokens; in tokens_grow()
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/common/
H A Dcb_config_list.c40 static char *token_ptr; variable
278 token_ptr = config_list; in ADIOI_cb_config_list_parse()
700 if (*token_ptr == '\0') return AGG_EOS; in cb_config_list_lex()
702 slen = (int)strcspn(token_ptr, DELIMS); in cb_config_list_lex()
704 if (*token_ptr == COLON) { in cb_config_list_lex()
705 token_ptr++; in cb_config_list_lex()
708 if (*token_ptr == COMMA) { in cb_config_list_lex()
709 token_ptr++; in cb_config_list_lex()
713 if (*token_ptr == '*') { in cb_config_list_lex()
716 token_ptr++; in cb_config_list_lex()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/common/
H A Dcb_config_list.c38 static char *token_ptr; variable
285 token_ptr = config_list; in ADIOI_cb_config_list_parse()
693 if (*token_ptr == '\0') in cb_config_list_lex()
698 if (*token_ptr == COLON) { in cb_config_list_lex()
699 token_ptr++; in cb_config_list_lex()
702 if (*token_ptr == COMMA) { in cb_config_list_lex()
703 token_ptr++; in cb_config_list_lex()
707 if (*token_ptr == '*') { in cb_config_list_lex()
710 token_ptr++; in cb_config_list_lex()
723 ADIOI_Strncpy(yylval, token_ptr, slen); in cb_config_list_lex()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/common/
H A Dcb_config_list.c40 static char *token_ptr; variable
301 token_ptr = config_list; in ADIOI_cb_config_list_parse()
723 if (*token_ptr == '\0') return AGG_EOS; in cb_config_list_lex()
725 slen = (int)strcspn(token_ptr, DELIMS); in cb_config_list_lex()
727 if (*token_ptr == COLON) { in cb_config_list_lex()
728 token_ptr++; in cb_config_list_lex()
731 if (*token_ptr == COMMA) { in cb_config_list_lex()
732 token_ptr++; in cb_config_list_lex()
736 if (*token_ptr == '*') { in cb_config_list_lex()
739 token_ptr++; in cb_config_list_lex()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/common/
H A Dcb_config_list.c40 static char *token_ptr; variable
300 token_ptr = config_list; in ADIOI_cb_config_list_parse()
722 if (*token_ptr == '\0') return AGG_EOS; in cb_config_list_lex()
724 slen = (int)strcspn(token_ptr, DELIMS); in cb_config_list_lex()
726 if (*token_ptr == COLON) { in cb_config_list_lex()
727 token_ptr++; in cb_config_list_lex()
730 if (*token_ptr == COMMA) { in cb_config_list_lex()
731 token_ptr++; in cb_config_list_lex()
735 if (*token_ptr == '*') { in cb_config_list_lex()
738 token_ptr++; in cb_config_list_lex()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/internal/cgen/auxiliary/
H A Dcbor.cc137 uint8_t* token_ptr = io_buf->data.ptr + cursor_index; in DecodeCbor() local
198 static_cast<const char*>(static_cast<void*>(token_ptr)); in DecodeCbor()
251 wuffs_base__load_u16be__no_bounds_check(token_ptr + 1)); in DecodeCbor()
255 wuffs_base__load_u32be__no_bounds_check(token_ptr + 1)); in DecodeCbor()
259 wuffs_base__load_u64be__no_bounds_check(token_ptr + 1)); in DecodeCbor()
299 wuffs_base__load_u64be__no_bounds_check(token_ptr + 1)); in DecodeCbor()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dimap_gssapi.c128 gss_buffer_desc send_tok, recv_tok, *token_ptr; in imap_gss() local
159 token_ptr = GSS_C_NO_BUFFER; in imap_gss()
169 token_ptr, in imap_gss()
204 token_ptr = &recv_tok; in imap_gss()
213 token_ptr, in imap_gss()

123456