Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 25 of 40) 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/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/android/binder/
H A Drust_binderfs.c681 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
769 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_rust_binderfs()
/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/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.c654 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.c96 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/linux/drivers/nvme/target/
H A Dconfigfs.c542 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
921 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1328 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked()
1493 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
1600 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
2321 len = strcspn(page, "\n"); in nvmet_root_discovery_nqn_store()
/linux/scripts/kconfig/
H A Dconfdata.c576 p += strcspn(p, "\"\\"); in escape_string_value()
592 len = strcspn(p, "\"\\"); in escape_string_value()
/linux/tools/perf/ui/browsers/
H A Dscripts.c126 len = strcspn(p, " \t"); in check_ev_match()
/linux/security/apparmor/
H A Dlib.c72 size_t n = strcspn(str, "\r\n,"); in aa_parse_debug_params()
/linux/kernel/
H A Dcrash_dump_dm_crypt.c204 len = strcspn(page, "\n"); in config_key_description_store()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c1234 len = strcspn(buf, "\n"); in dbc_manufacturer_store()
1268 len = strcspn(buf, "\n"); in dbc_product_store()
1302 len = strcspn(buf, "\n"); in dbc_serial_store()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py72 def strcspn(str1, str2): function
312 pos = strcspn(actstr, ",)")
321 actstr = actstr[strcspn(actstr, ",)"):]
775 pos = strcspn(actstr, ",)")
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c511 len = strcspn(s, end_chars); in parse_engine()
666 numlen = strcspn(p, " \t\n"); in parse_hex()
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c881 buf[strcspn(buf, "\n")] = '\0'; in write_sysfs()
901 n = strcspn(buf, "\n"); in sysfs_read_string()
/linux/tools/perf/
H A Dbuiltin-list.c98 int wlen = strcspn(s, " ,\t\n"); in wordwrap()
/linux/net/sunrpc/
H A Dsysfs.c396 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()

12