/linux-4.4.14/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-4.4.14/drivers/block/ |
D | cryptoloop.c | 60 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init() 66 mode_len = strcspn(mode, "-"); in cryptoloop_init()
|
D | rbd.c | 4788 return strcspn(*buf, spaces); /* Return token length */ in next_token()
|
/linux-4.4.14/tools/perf/util/ |
D | quote.c | 29 size_t len = strcspn(src, "'!"); in sq_quote_buf()
|
/linux-4.4.14/drivers/iommu/ |
D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
D | intel-iommu.c | 604 str += strcspn(str, ","); in intel_iommu_setup()
|
/linux-4.4.14/kernel/ |
D | hung_task.c | 115 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
D | params.c | 476 len = strcspn(val, ","); in param_array()
|
D | module.c | 1357 amagic += strcspn(amagic, " "); in same_magic() 1358 bmagic += strcspn(bmagic, " "); in same_magic()
|
/linux-4.4.14/include/linux/ |
D | string.h | 95 extern __kernel_size_t strcspn(const char *,const char *);
|
/linux-4.4.14/drivers/tty/serial/ |
D | earlycon.c | 89 length = min(strcspn(options, " ") + 1, in parse_options()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/linux-4.4.14/lib/ |
D | string.c | 538 size_t strcspn(const char *s, const char *reject) in strcspn() function 553 EXPORT_SYMBOL(strcspn);
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 207 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 172 s += strcspn(s, ","); in early_serial_init()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 70 typelen = strcspn(type, "/"); in backend_bus_id()
|
D | xenbus_probe.c | 566 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 515 l = strcspn(p, "\n"); in kconfig_print_comment() 588 l = strcspn(p, "\n"); in header_print_comment()
|
D | symbol.c | 925 l = strcspn(p, "\"\\"); in sym_escape_string_value() 942 l = strcspn(p, "\"\\"); in sym_escape_string_value()
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 360 (int)strcspn(init_utsname()->version, " "), in sched_debug_header()
|
/linux-4.4.14/drivers/hwmon/ |
D | abituguru3.c | 1198 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 1536 q = p + strcspn(p, WHITESPACE); in parse_tunables_write() 1549 q = p + strcspn(p, WHITESPACE); in parse_tunables_write()
|
/linux-4.4.14/fs/btrfs/ |
D | sysfs.c | 382 p_len = strcspn(buf, "\n"); in btrfs_label_store()
|
/linux-4.4.14/drivers/base/ |
D | platform.c | 1163 n += strcspn(&buf[n + 1], ",") + 1; in early_platform_driver_register()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 738 len = strcspn(path, "/:"); in __of_find_node_by_path()
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 83 API-strcspn
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 1496 len = strcspn(p, " \t"); in check_ev_match()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 3150 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 1915 size_t n = strcspn(s, "."); in remove_dot()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 593 (int)strcspn(init_utsname()->version, " "), in print_kernel_ident()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 110 str += strcspn(str, ","); in iommu_setup()
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1186 len = strcspn(pos, delims); in cifs_parse_devname()
|
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 9079 ec_fw_string[strcspn(ec_fw_string, " ]")] = 0; in get_thinkpad_model_data()
|