| /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/lib/ |
| H A D | dump_stack.c | 64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
| H A D | string.c | 464 size_t strcspn(const char *s, const char *reject) in strcspn() function 474 EXPORT_SYMBOL(strcspn);
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 686 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 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/drivers/iommu/ |
| H A D | irq_remapping.c | 77 str += strcspn(str, ","); in setup_irqremap()
|
| /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()
|
| /linux/arch/riscv/kernel/pi/ |
| H A D | fdt_early.c | 97 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
|
| /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()
|
| H A D | xenbus_probe.c | 651 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 431 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 D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 517 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 D | sysfs.c | 209 t = strcspn(buf, "\n"); in erofs_attr_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 | 576 p += strcspn(p, "\"\\"); in escape_string_value() 592 len = strcspn(p, "\"\\"); in escape_string_value()
|
| /linux/kernel/ |
| H A D | hung_task.c | 259 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
| H A D | crash_dump_dm_crypt.c | 194 len = strcspn(page, "\n"); in config_key_description_store()
|
| /linux/security/apparmor/ |
| H A D | lib.c | 70 size_t n = strcspn(str, "\r\n,"); in aa_parse_debug_params()
|
| /linux/include/linux/ |
| H A D | string.h | 216 extern __kernel_size_t strcspn(const char *,const char *);
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 73 def strcspn(str1, str2): function 313 pos = strcspn(actstr, ",)") 322 actstr = actstr[strcspn(actstr, ",)"):] 776 pos = strcspn(actstr, ",)")
|
| /linux/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 572 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()
|