| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | option.c | 31 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 D | version.c | 101 amagic += strcspn(amagic, " "); in same_magic() 102 bmagic += strcspn(bmagic, " "); in same_magic()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 677 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/lib/ |
| H A D | dump_stack.c | 64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 180 s += strcspn(s, ","); in early_serial_init() 236 s += strcspn(s, ","); in early_mmio_serial_init()
|
| H A D | pci-dma.c | 162 p += strcspn(p, ","); in iommu_setup()
|
| /linux/arch/riscv/kernel/pi/ |
| H A D | fdt_early.c | 97 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lsm_bdev.c | 51 out[strcspn(out, "\n")] = '\0'; in run_cmd()
|
| /linux/drivers/block/aoe/ |
| H A D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
| /linux/arch/sh/drivers/ |
| H A D | platform_early.c | 96 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 551 flaglen = strcspn(flags, " "); in write_sysfs() 747 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_hardware_corrupted_size()
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 544 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 923 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1330 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1495 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked() 1602 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked() 2316 len = strcspn(page, "\n"); in nvmet_root_discovery_nqn_store()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 126 len = strcspn(p, " \t"); in check_ev_match()
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 648 p += strcspn(p, "\"\\"); in escape_string_value() 664 len = strcspn(p, "\"\\"); in escape_string_value()
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 209 len = strcspn(page, "\n"); in config_key_description_store()
|
| /linux/security/apparmor/ |
| H A D | lib.c | 73 size_t n = strcspn(str, "\r\n,"); in aa_parse_debug_params()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 1329 len = strcspn(buf, "\n"); in dbc_manufacturer_store() 1363 len = strcspn(buf, "\n"); in dbc_product_store() 1397 len = strcspn(buf, "\n"); in dbc_serial_store()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 72 def strcspn(str1, str2): function 312 pos = strcspn(actstr, ",)") 321 actstr = actstr[strcspn(actstr, ",)"):] 867 pos = strcspn(actstr, ",)")
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 881 buf[strcspn(buf, "\n")] = '\0'; in write_sysfs() 901 n = strcspn(buf, "\n"); in sysfs_read_string()
|
| /linux/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 573 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 98 int wlen = strcspn(s, " ,\t\n"); in wordwrap()
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 396 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 285 KUNIT_ASSERT_EQ_MSG(test, s->r, strcspn(s->str, s->reject), in string_test_strspn()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 1479 size_t n = strcspn(s, "."); in remove_dot()
|