Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c31 int len = strcspn(optstr, ",="); in nvkm_stropt()
36 *arglen = strcspn(optstr, ",="); in nvkm_stropt()
100 int len = strcspn(optstr, ",="); in nvkm_dbgopt()
/linux/kernel/module/
H A Dversion.c101 amagic += strcspn(amagic, " "); in same_magic()
102 bmagic += strcspn(bmagic, " "); in same_magic()
/linux/lib/
H A Ddump_stack.c64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
H A Dstring.c464 size_t strcspn(const char *s, const char *reject) in strcspn() function
474 EXPORT_SYMBOL(strcspn);
/linux/drivers/android/binder/
H A Drust_binderfs.c686 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
774 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_rust_binderfs()
/linux/drivers/android/
H A Dbinderfs.c677 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
765 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
/linux/drivers/iommu/
H A Dirq_remapping.c77 str += strcspn(str, ","); in setup_irqremap()
/linux/arch/x86/kernel/
H A Dearly_printk.c180 s += strcspn(s, ","); in early_serial_init()
236 s += strcspn(s, ","); in early_mmio_serial_init()
/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c97 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
/linux/drivers/block/aoe/
H A Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/linux/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
H A Dxenbus_probe.c651 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
/linux/tools/testing/selftests/mm/
H A Dvm_util.c431 flaglen = strcspn(flags, " "); in check_vmflag()
627 value_pos = strcspn(substr_ksm_zero, "0123456789"); in ksm_get_self_zero_pages()
/linux/arch/sh/drivers/
H A Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/linux/drivers/nvme/target/
H A Dconfigfs.c517 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
896 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1303 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked()
1468 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
1575 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
2297 len = strcspn(page, "\n"); in nvmet_root_discovery_nqn_store()
/linux/fs/erofs/
H A Dsysfs.c209 t = strcspn(buf, "\n"); in erofs_attr_store()
/linux/tools/perf/ui/browsers/
H A Dscripts.c126 len = strcspn(p, " \t"); in check_ev_match()
/linux/scripts/kconfig/
H A Dconfdata.c576 p += strcspn(p, "\"\\"); in escape_string_value()
592 len = strcspn(p, "\"\\"); in escape_string_value()
/linux/kernel/
H A Dhung_task.c259 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
H A Dcrash_dump_dm_crypt.c194 len = strcspn(page, "\n"); in config_key_description_store()
/linux/security/apparmor/
H A Dlib.c70 size_t n = strcspn(str, "\r\n,"); in aa_parse_debug_params()
/linux/include/linux/
H A Dstring.h216 extern __kernel_size_t strcspn(const char *,const char *);
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py73 def strcspn(str1, str2): function
313 pos = strcspn(actstr, ",)")
322 actstr = actstr[strcspn(actstr, ",)"):]
776 pos = strcspn(actstr, ",)")
/linux/fs/orangefs/
H A Dorangefs-debugfs.c572 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
/linux/tools/perf/
H A Dbuiltin-list.c98 int wlen = strcspn(s, " ,\t\n"); in wordwrap()

12