Home
last modified time | relevance | path

Searched refs:token_len (Results 76 – 100 of 687) sorted by relevance

12345678910>>...28

/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/libretro-common/string/
H A Dstdstring.c276 size_t token_len = 0; in string_tokenize() local
293 token_len = delim_ptr - str_ptr; in string_tokenize()
295 token_len = strlen(str_ptr); in string_tokenize()
298 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
304 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
305 token[token_len] = '\0'; in string_tokenize()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libretro/libretro-common/string/
H A Dstdstring.c264 size_t token_len = 0; in string_tokenize() local
281 token_len = delim_ptr - str_ptr; in string_tokenize()
283 token_len = strlen(str_ptr); in string_tokenize()
286 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
292 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
293 token[token_len] = '\0'; in string_tokenize()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/string/
H A Dstdstring.c297 size_t token_len = 0; in string_tokenize() local
314 token_len = delim_ptr - str_ptr; in string_tokenize()
316 token_len = strlen(str_ptr); in string_tokenize()
319 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
325 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
326 token[token_len] = '\0'; in string_tokenize()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/string/
H A Dstdstring.c297 size_t token_len = 0; in string_tokenize() local
314 token_len = delim_ptr - str_ptr; in string_tokenize()
316 token_len = strlen(str_ptr); in string_tokenize()
319 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
325 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
326 token[token_len] = '\0'; in string_tokenize()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dcache_digests.c106 size_t token_len; in h2o_cache_digests_load_header() local
116 while ((token = h2o_next_token(&iter, ';', ',', &token_len, &token_value)) != NULL && in h2o_cache_digests_load_header()
117 !h2o_memis(token, token_len, H2O_STRLIT(","))) { in h2o_cache_digests_load_header()
118 if (h2o_lcstris(token, token_len, H2O_STRLIT("reset"))) { in h2o_cache_digests_load_header()
120 } else if (h2o_lcstris(token, token_len, H2O_STRLIT("validators"))) { in h2o_cache_digests_load_header()
122 } else if (h2o_lcstris(token, token_len, H2O_STRLIT("complete"))) { in h2o_cache_digests_load_header()
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/drivers/libretro/libretro-common/string/
H A Dstdstring.c297 size_t token_len = 0; in string_tokenize() local
314 token_len = delim_ptr - str_ptr; in string_tokenize()
316 token_len = strlen(str_ptr); in string_tokenize()
319 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
325 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
326 token[token_len] = '\0'; in string_tokenize()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/string/
H A Dstdstring.c296 size_t token_len = 0; in string_tokenize() local
313 token_len = delim_ptr - str_ptr; in string_tokenize()
315 token_len = strlen(str_ptr); in string_tokenize()
318 token = (char *)malloc((token_len + 1) * sizeof(char)); in string_tokenize()
324 strlcpy(token, str_ptr, (token_len + 1) * sizeof(char)); in string_tokenize()
325 token[token_len] = '\0'; in string_tokenize()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/gssapi/krb5/
H A Dunwrap.c63 int token_len; in unwrap_des() local
66 token_len = 22 + 8 + 15; /* 45 */ in unwrap_des()
68 token_len = input_message_buffer->length; in unwrap_des()
73 token_len, in unwrap_des()
214 int token_len; in unwrap_des3() local
217 token_len = 34 + 8 + 15; /* 57 */ in unwrap_des3()
219 token_len = input_message_buffer->length; in unwrap_des3()
224 token_len, in unwrap_des3()
/dports/x11/foot/foot/
H A Dclient.c162 size_t token_len = xdga_token ? strlen(token) + 1 : 0; in main() local
382 .token_len = token_len, in main()
389 total_len += sizeof(data) + cwd_len + token_len; in main()
408 token_len >= 1 << (8 * sizeof(data.token_len)) || in main()
427 if (sendall(fd, token, token_len) != token_len) in main()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-quakeworld.c84 *token_len = 0; in COM_Parse()
114 while (*token_len < data_len) { in COM_Parse()
117 com_token[*token_len] = '\0'; in COM_Parse()
120 com_token[*token_len] = c; in COM_Parse()
121 (*token_len)++; in COM_Parse()
125 if (*token_len == data_len) { in COM_Parse()
126 com_token[*token_len] = '\0'; in COM_Parse()
132 com_token[*token_len] = c; in COM_Parse()
134 (*token_len)++; in COM_Parse()
136 } while (( c != ' ') && (!g_ascii_iscntrl(c)) && (*token_len < data_len)); in COM_Parse()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-quakeworld.c84 *token_len = 0; in COM_Parse()
114 while (*token_len < data_len) { in COM_Parse()
117 com_token[*token_len] = '\0'; in COM_Parse()
120 com_token[*token_len] = c; in COM_Parse()
121 (*token_len)++; in COM_Parse()
125 if (*token_len == data_len) { in COM_Parse()
126 com_token[*token_len] = '\0'; in COM_Parse()
132 com_token[*token_len] = c; in COM_Parse()
134 (*token_len)++; in COM_Parse()
136 } while (( c != ' ') && (!g_ascii_iscntrl(c)) && (*token_len < data_len)); in COM_Parse()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-quakeworld.c84 *token_len = 0; in COM_Parse()
114 while (*token_len < data_len) { in COM_Parse()
117 com_token[*token_len] = '\0'; in COM_Parse()
120 com_token[*token_len] = c; in COM_Parse()
121 (*token_len)++; in COM_Parse()
125 if (*token_len == data_len) { in COM_Parse()
126 com_token[*token_len] = '\0'; in COM_Parse()
132 com_token[*token_len] = c; in COM_Parse()
134 (*token_len)++; in COM_Parse()
136 } while (( c != ' ') && (!g_ascii_iscntrl(c)) && (*token_len < data_len)); in COM_Parse()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-quakeworld.c84 *token_len = 0;
114 while (*token_len < data_len) {
117 com_token[*token_len] = '\0';
120 com_token[*token_len] = c;
121 (*token_len)++;
125 if (*token_len == data_len) {
126 com_token[*token_len] = '\0';
132 com_token[*token_len] = c;
134 (*token_len)++;
136 } while (( c != ' ') && (!g_ascii_iscntrl(c)) && (*token_len < data_len));
[all …]
/dports/net/sniproxy/sniproxy-0.6.0/src/
H A Dcfg_tokenizer.c40 int token_len; in next_token() local
67 token_len = next_word(config, buffer, buffer_len); in next_token()
68 if (token_len <= 0) in next_token()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/jmespath/
H A Dlexer.py175 token_len = self._position - start
177 'start': start, 'end': token_len}
183 token_len = self._position - start
185 'start': start, 'end': token_len}
195 token_len = self._position - start
197 'start': start, 'end': token_len}
/dports/devel/py-jmespath/jmespath-0.10.0/jmespath/
H A Dlexer.py175 token_len = self._position - start
177 'start': start, 'end': token_len}
183 token_len = self._position - start
185 'start': start, 'end': token_len}
195 token_len = self._position - start
197 'start': start, 'end': token_len}

12345678910>>...28