/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
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-v6.6/kernel/module/ |
D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/Linux-v6.6/lib/ |
D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
D | string.c | 462 size_t strcspn(const char *s, const char *reject) in strcspn() function 472 EXPORT_SYMBOL(strcspn);
|
D | test_string.c | 203 res = strcspn(s->str, s->reject); in strspn_selftest()
|
/Linux-v6.6/drivers/iommu/ |
D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/Linux-v6.6/drivers/android/ |
D | binderfs.c | 718 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 806 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
/Linux-v6.6/arch/x86/kernel/ |
D | pci-dma.c | 168 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/Linux-v6.6/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/Linux-v6.6/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
/Linux-v6.6/kernel/ |
D | hung_task.c | 136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
/Linux-v6.6/scripts/kconfig/ |
D | confdata.c | 508 (int)strcspn(line, "\r\n"), line); in conf_read_simple() 656 p += strcspn(p, "\"\\"); in escape_string_value() 672 len = strcspn(p, "\"\\"); in escape_string_value()
|
/Linux-v6.6/arch/sh/drivers/ |
D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/Linux-v6.6/drivers/nvme/target/ |
D | configfs.c | 355 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 698 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1105 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1227 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked() 1334 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
|
/Linux-v6.6/include/linux/ |
D | string.h | 103 extern __kernel_size_t strcspn(const char *,const char *);
|
/Linux-v6.6/drivers/tty/serial/ |
D | earlycon.c | 130 length = min(strcspn(options, " ") + 1, in parse_options()
|
/Linux-v6.6/tools/testing/selftests/mm/ |
D | ksm_functional_tests.c | 87 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | main.c | 310 cp += strcspn(cp, ws); in make_args()
|
/Linux-v6.6/drivers/rpmsg/ |
D | rpmsg_core.c | 428 new[strcspn(new, "\n")] = '\0'; \
|
/Linux-v6.6/tools/perf/ |
D | builtin-list.c | 82 int wlen = strcspn(s, " \t\n"); in wordwrap()
|
/Linux-v6.6/net/sunrpc/ |
D | sysfs.c | 258 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|
/Linux-v6.6/fs/orangefs/ |
D | orangefs-debugfs.c | 532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/Linux-v6.6/drivers/hwmon/ |
D | abituguru3.c | 1180 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|
/Linux-v6.6/drivers/pci/ |
D | p2pdma.c | 1085 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
|