Home
last modified time | relevance | path

Searched refs:strlen (Results 4301 - 4325 of 8223) sorted by relevance

1...<<171172173174175176177178179180>>...329

/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dxenbus.c550 unsigned maxlen = strlen(dev->nodename) + sizeof("/rate"); in xen_register_credit_watch()
598 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch()
875 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_data_rings()
/kernel/linux/linux-6.6/drivers/of/
H A Doverlay.c216 path_len = strlen(path); in dup_and_fixup_symbol_prop()
238 path_tail_len = strlen(path_tail); in dup_and_fixup_symbol_prop()
243 target_path_len = strlen(target_path); in dup_and_fixup_symbol_prop()
H A Dproperty.c563 curv += strlen(cur) + 1; in of_prop_next_string()
1137 len = strlen(str); in strcmp_suffix()
1138 suffix_len = strlen(suffix); in strcmp_suffix()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvbdev.c648 if (strncmp(entity->name, name, strlen(name))) in dvb_create_io_intf_links()
794 strlen(DVR_TSOUT))) { in dvb_create_media_graph()
802 strlen(DEMUX_TSOUT))) { in dvb_create_media_graph()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c34 size_t len = strlen(prefix); in skip_prefix()
371 arg_end = arg + strlen(arg); in parse_long_opt()
478 if (strlen(arg) < 3) in check_typos()
/kernel/linux/linux-6.6/tools/mm/
H A Dpage_owner_sort.c115 curr += strlen(curr); in read_block()
263 int count = 0, len = strlen(str); in explode()
280 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex); in explode()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf_dumper.c848 size_t len = strlen(path); in shorten_path()
857 if (shortpath < path + strlen("...")) in shorten_path()
879 if (!line || !strlen(line)) in btf_dump_linfo_dotlabel()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c726 cp += strlen(newline); in parseline()
928 if (strncmp(cp, op->str, strlen(op->str)) == 0) in eval_table()
932 cp += strlen(op->str); in eval_table()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c261 char *cp = start + strlen(start) - 1; in tomoyo_get_dqword()
323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
506 char * const end_of_string = start_of_string + strlen(start_of_string); in tomoyo_get_condition()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_ctl.c350 return strlen(buf); in pm8001_ctl_logging_level_store()
619 return strlen(buf); in non_fatal_count_store()
829 cmd_ptr, strlen(cmd_ptr))) { in pm8001_store_update_fw()
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Doradax.c257 if (strncmp(prop, "dax", strlen("dax"))) in dax_attach()
275 if (strncmp(prop, DAX2_STR, strlen(DAX2_STR)) == 0) { in dax_attach()
281 } else if (strncmp(prop, DAX1_STR, strlen(DAX1_STR)) == 0) { in dax_attach()
/third_party/ffmpeg/libavcodec/
H A Dass_split.c285 len = strlen(section->format_header); in ass_split_section()
308 len = strlen(section->fields_header); in ass_split_section()
458 len = last ? strlen(buf) : strcspn(buf, ","); in ff_ass_split_dialog()
/third_party/curl/tests/server/
H A Dsocksd.c466 if((ulen != strlen(config.user)) || in sockit()
467 (plen != strlen(config.password)) || in sockit()
1040 if(strlen(unix_socket) >= sizeof(sau.sun_path)) { in main()
H A Dmqttd.c396 size_t topiclen = strlen(topic); in publish()
670 publish(dump, fd, packet_id, topic, def, strlen(def)); in mqttit()
993 if((endptr != argv[arg] + strlen(argv[arg])) || in main()
/third_party/ffmpeg/libavutil/
H A Dchannel_layout.c214 if (strlen(channel_layout_map[i].name) == name_len && in get_channel_layout_single()
220 strlen(channel_names[i].name) == name_len && in get_channel_layout_single()
240 const char *name_end = name + strlen(name); in av_get_channel_layout()
/third_party/curl/lib/vssh/
H A Dwolfssh.c357 authdata->sf.password.passwordSz = (word32) strlen(data->conn->passwd); in userauth()
555 if(sftp_scp->path[strlen(sftp_scp->path)-1] == '/') in wssh_statemach_act()
870 line, strlen(line)); in wssh_statemach_act()
/third_party/curl/lib/vtls/
H A Dmbedtls.c510 passwd ? strlen(passwd) : 0, in mbed_connect_step1()
516 passwd ? strlen(passwd) : 0); in mbed_connect_step1()
867 proto? strlen(proto) : 0);
/third_party/backends/backend/
H A Dcanon_pp-dev.c401 if (!strncmp(sp->id_string+8, cur_id->id, strlen(cur_id->id))) in sanei_canon_pp_initialise()
483 ret = safe_read(fd, buffer, strlen(header) + 1); in sanei_canon_pp_load_weights()
1142 if (safe_write(outfile, header, strlen(header) + 1) < 0) in sanei_canon_pp_calibrate()
/third_party/curl/lib/
H A Dmprintf.c891 len = strlen(str); in formatf()
943 size_t left = sizeof(formatbuf)-strlen(formatbuf); in formatf()
1017 DEBUGASSERT(strlen(work) <= sizeof(work)); in formatf()
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c240 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
401 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode()
402 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtodg.c338 int dplen = strlen(decimalpoint);
345 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
349 dplen = strlen(s0);
H A Dstrtod.c112 int dplen = strlen(decimalpoint);
119 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
123 dplen = strlen(s0);
/third_party/libuv/src/
H A Duv-common.c57 size_t len = strlen(s) + 1; in uv__strdup()
66 size_t len = strlen(s); in uv__strndup()
653 required_len = strlen(handle->path); in uv_fs_event_getpath()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c410 nl = (int)strlen(ftsp->needle); in lws_fts_search()
659 fplen = (uint32_t)strlen(path); in lws_fts_search()
733 m = (int)strlen(ebuf); in lws_fts_search()
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c366 whline(win, ' ', w - strlen(name)); in redraw_group_header()
374 int n = strlen(name); in redraw_counter_label()
800 MAX2(ctr_width, strlen(group->group->countables[j].name) + 1); in setup_counter_groups()

Completed in 40 milliseconds

1...<<171172173174175176177178179180>>...329