Searched refs:string (Results 26401 - 26425 of 27492) sorted by relevance
1...<<1051105210531054105510561057105810591060>>...1100
/third_party/libuv/src/unix/ |
H A D | fs.c | 36 #include <string.h>
|
H A D | core.c | 29 #include <string.h> /* strerror */
|
H A D | linux.c | 35 #include <string.h> 377 * real release string before overwriting it with the backcompat string. in uv__kernel_version()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 29 #include <string.h>
|
H A D | test-tty-escape-sequence-processing.c | 31 #include <string.h>
|
/third_party/libsnd/src/ |
H A D | wav.c | 24 #include <string.h>
|
H A D | wavlike.c | 23 #include <string.h> 1324 case emnt_MARKER : /* design information: null-terminated string */ in exif_subchunk_parse() 1325 case emdl_MARKER : /* model name ; null-terminated string */ in exif_subchunk_parse() 1326 case ecor_MARKER : /* manufacturer: null-terminated string */ in exif_subchunk_parse() 1327 case etim_MARKER : /* creation time: null-terminated string in the format "hour:minute:second.subsecond" */ in exif_subchunk_parse() 1328 case erel_MARKER : /* relation info: null-terminated string (filename) */ in exif_subchunk_parse() 1345 { psf_log_printf (psf, " *** field size too small for string (sinking 2 bytes)\n") ; in exif_subchunk_parse()
|
H A D | aiff.c | 24 #include <string.h> 634 { psf_log_printf (psf, "\nError : string length (%d) too big.\n", len) ; in aiff_read_header() 641 psf_log_printf (psf, " string : %s\n", cptr) ; in aiff_read_header() 1450 { stringLength = strlen (psf->cues->cue_points [idx].name) + 1 ; /* We'll count the first byte also of every pascal string */ in aiff_write_header()
|
/third_party/libuv/src/win/ |
H A D | tty.c | 24 #include <string.h>
|
/third_party/mbedtls/programs/test/ |
H A D | query_config.c | 80 #include <string.h> 83 * Helper macros to convert a macro or its expansion into a string
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 12 #include <string.h> 59 /* indent string length; one indent string is added for each indent level */ 2360 * non-zero because the string is terminated. in btf_dump_type_data_check_zero() 2526 /* default indent string is a tab */ in btf_dump__dump_type_data()
|
H A D | bpf.c | 25 #include <string.h>
|
/third_party/libcoap/tests/ |
H A D | test_pdu.c | 17 #include <string.h>
|
H A D | test_oscore.c | 22 #include <string.h>
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 13 #include <string.h> 817 * @param arg The URI string. 989 * param[in] src The null-terminated hex string to convert. 1002 coap_log_warn("invalid hex string in option '%s'\n", src); in convert_hex_string() 1018 /* read hex string when arg starts with "0x" */ in cmdline_option() 1027 } else { /* null-terminated character string */ in cmdline_option() 1064 * Decodes percent-encoded characters while copying the string @p seg
|
/third_party/mbedtls/library/ |
H A D | bignum.c | 36 #include <string.h> 510 * Import from an ASCII string 612 * Export into an ASCII string
|
H A D | aria.c | 20 #include <string.h>
|
H A D | ecjpake.c | 21 #include <string.h> 26 * Convert a mbedtls_ecjpake_role to identifier string
|
H A D | rsa.c | 42 #include <string.h> 1793 /* Generate a random octet string seed */ in mbedtls_rsa_rsaes_oaep_encrypt()
|
H A D | gcm.c | 32 #include <string.h>
|
H A D | ssl_tls13_client.c | 12 #include <string.h>
|
/third_party/json/tests/src/ |
H A D | unit-comparison.cpp | 97 json::value_t::string,
|
/third_party/lame/frontend/ |
H A D | parse.c | 36 # include <string.h> 656 " won't fit in a version 1 tag (e.g. the title string is longer than 30\n" in help_id3tag() 2603 if (*str == '\0') { /* end of string reached */ in string_to_argv() 2610 /* look out for end of argument, either end of string, blank or quote */ in string_to_argv()
|
H A D | get_audio.c | 40 # include <string.h> 544 for (p = out_path; *p; p++) { /* ugly, ugly to modify a string */ in init_outfile()
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.c | 41 # include <string.h> 129 , ID_COMMENT = FRAME_ID('C', 'O', 'M', 'M') /* full text string */ 150 , ID_USLT = FRAME_ID('U', 'S', 'L', 'T') /* full text string */ 151 , ID_USER = FRAME_ID('U', 'S', 'E', 'R') /* full text string */ 420 for (n = 0; src[n] != 0; ++n) { /* calc src string length */ in local_strdup() 422 if (n > 0) { /* string length without zero termination */ in local_strdup() 441 free(*dst); /* free old string pointer */ in local_ucs2_strdup() 445 for (n = 0; src[n] != 0; ++n) { /* calc src string length */ in local_ucs2_strdup() 447 if (n > 0) { /* string length without zero termination */ in local_ucs2_strdup() 543 /* is the input a string o in lookupGenre() [all...] |
Completed in 67 milliseconds
1...<<1051105210531054105510561057105810591060>>...1100