/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_functions_graph.c | 363 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc() 579 len = strlen(usecs_str); in trace_print_graph_duration() 587 len += strlen(nsecs_str) + 1; in trace_print_graph_duration()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | health.c | 723 if (strlen(name) + 1 > DEVLINK_FMSG_MAX_SIZE) in devlink_fmsg_put_name() 726 item = kzalloc(sizeof(*item) + strlen(name) + 1, GFP_KERNEL); in devlink_fmsg_put_name() 731 item->len = strlen(name) + 1; in devlink_fmsg_put_name() 890 return devlink_fmsg_put_value(fmsg, value, strlen(value) + 1, in devlink_fmsg_string_put()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 1025 if (strlen(args)) { in configure_filtergraph() 1026 args[strlen(args)-1] = 0; in configure_filtergraph() 1036 if (strlen(args)) in configure_filtergraph() 1037 args[strlen(args)-1] = 0; in configure_filtergraph()
|
/third_party/ffmpeg/libavformat/ |
H A D | ftp.c | 164 linesize = strlen(buf); in ftp_status() 220 if ((err = ffurl_write(s->conn_control, command, strlen(command))) < 0) in ftp_send_command() 299 if (strlen(start) < 5) in ftp_passive_mode_epsv() 413 if (ftp_send_command(s, command, size_codes, &res) == 213 && res && strlen(res) > 4) { in ftp_file_size()
|
/third_party/backends/backend/ |
H A D | hp5400_internal.c | 911 len = strlen (buffer); in Calibrate() 969 len = strlen (buffer); in Calibrate() 1434 if (!strncmp (szVersion + 1, MatchVersions[i] .strVersion, strlen(MatchVersions[i] .strVersion) - 4)) { in HP5400Open() 1510 if (!memcmp (szVersion + 1, MatchVersions[i] .strVersion, strlen (MatchVersions[i] .strVersion) - 4)) { in HP5400Detect()
|
H A D | mustek_usb2_reflective.c | 663 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_AdjustAD() 1203 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_FindTopLeft() 1524 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_LineCalibration16Bits() 1531 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_LineCalibration16Bits()
|
H A D | mustek_usb2_transparent.c | 699 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_AdjustAD() 1193 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_FindTopLeft() 1377 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_LineCalibration16Bits() 1384 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_LineCalibration16Bits()
|
H A D | niash.c | 554 size = strlen (strings[i]) + 1; in _MaxStringSize() 904 if (strlen (name) == 0) in sane_open() 1135 sprintf (szTable + strlen(szTable), " %04X", pi[i]); in sane_control_option() 1138 if (strlen (szTable)) in sane_control_option()
|
/third_party/curl/lib/ |
H A D | imap.c | 218 size_t cmd_len = strlen(cmd); in imap_matchresp() 259 size_t id_len = strlen(id); in imap_endofresp() 1093 const char *p = &line[2] + strlen("OK [UIDVALIDITY "); in imap_state_select_resp() 1824 len = strlen(str); in imap_atom()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 715 strlen(final_content_type))) { in getParameters() 727 strlen(final_content_type))) { in getParameters() 738 char *q = p + strlen(p) - 1; in getParameters() 762 } else if (!strcasecmp(lastfilter + strlen(lastfilter) - 8, in getParameters()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 128 value_len = strlen(value); in snd_pcm_file_append_value() 157 old_len = new_len = strlen(fname); in snd_pcm_file_replace_fname() 259 len = strlen(file->final_fname) + 6; in snd_pcm_file_open_output_file() 1127 if ((!fname || strlen(fname) == 0) && fd < 0) { in _snd_pcm_file_open()
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 225 int strlen = count - 5; in icu_forward_all() local 237 if (strindex > strlen) { in icu_forward_all() 247 int strlen = count; in icu_backward_all() local 259 if (strindex > strlen) { in icu_backward_all()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 325 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte in TestConstruction() 326 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction()
|
/third_party/libsnd/src/ |
H A D | caf.c | 856 { value = key + strlen (key) + 1 ; in caf_read_strings() 899 key = value + strlen (value) + 1 ; in caf_read_strings() 916 if (buf->index + strlen (key) + strlen (value) + 2 > sizeof (buf->s)) in put_key_value()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 190 return value[strlen(value) - 1] == 'b'; in is_byte_offset() 940 if (strlen(iter->group->name) == 0) { in v3d_field_iterator_next() 941 int length = strlen(iter->name); in v3d_field_iterator_next() 947 int length = strlen(iter->value); in v3d_field_iterator_next()
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 486 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce)); in lws_http_client_socket_service() 1042 n = (int)strlen(cce); in lws_client_interpret_server_handshake() 1305 size_t n = strlen(user), m = strlen(pw); in lws_http_basic_auth_gen()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 1049 ins_size = strlen(ins); 1058 ins_len = strlen(ins); 1065 ins_len = strlen(ins); 1160 size = strlen(low);
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 516 strlen("Kernel Start Pointer ")) == 0) { in decode_ps_kernels() 517 int idx = iter.name[strlen("Kernel Start Pointer ")] - '0'; in decode_ps_kernels() 633 int offset = strlen(str) - strlen(end); in str_ends_with()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 160 n = (int)strlen(ac->key_auth); in callback_chall_http01() 805 m += (int)strlen(pvo->value) + 1; in callback_acme_client() 815 n = (int)strlen(pvo->value) + 1; in callback_acme_client() 1352 strlen(ac->http01_mountpoint); in callback_acme_client()
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 765 l1 = (int)strlen(sc->sc_service_name); in pppoe_send_padi() 769 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi() 989 l1 = strlen(sc->sc_service_name); in pppoe_send_padr() 1109 l1 = strlen(sc->sc_service_name); in pppoe_send_pads()
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx.cc | 122 initString(this, s, std::strlen(s)); in String() 168 return String::lossy(s, std::strlen(s)); 306 initStr(this, s, std::strlen(s)); in Str() 545 throw$ = cxxbridge1$exception(catch$, std::strlen(catch$));
|
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 198 key.size = strlen(name); in entry_write() 219 key.size = strlen(name); in entry_read() 377 key.size = strlen(name); in perportentry_write() 402 key.size = strlen(name); in perportentry_read()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 1106 size_t len = strlen(++endptr); in load_fake() 1572 png_charp bar = malloc(strlen(foo)+1); in strstash() 1587 foo += strlen(*line++); in strstash_list() 1594 foo = strlen(*line); in strstash_list()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 1103 int len = strlen(fname); in scanFonts() 1104 int suffixLen = strlen(".ttf"); in scanFonts() 1338 int len = strlen(fileName); in judgeFileExist() 1339 int suffixLen = strlen(".ttf"); in judgeFileExist()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 315 len = strlen((const char *)pattern); in llvm_regcomp() 962 for (u = cp->multis; *u != '\0'; u += strlen(u) + 1) in p_b_cclass() 1017 if (strncmp(cp->name, sp, len) == 0 && strlen(cp->name) == len) in p_b_coll_elem() 1345 cs->smultis += strlen(cp) + 1; in mcadd()
|