Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 32 of 32) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Doption.c31 int len = strcspn(optstr, ",="); in nvkm_stropt()
36 *arglen = strcspn(optstr, ",="); in nvkm_stropt()
82 int len = strcspn(optstr, ",="); in nvkm_dbgopt()
/linux-4.1.27/drivers/block/
Dcryptoloop.c60 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
66 mode_len = strcspn(mode, "-"); in cryptoloop_init()
Drbd.c4796 return strcspn(*buf, spaces); /* Return token length */ in next_token()
/linux-4.1.27/tools/perf/util/
Dquote.c29 size_t len = strcspn(src, "'!"); in sq_quote_buf()
/linux-4.1.27/include/linux/
Dstring.h92 extern __kernel_size_t strcspn(const char *,const char *);
/linux-4.1.27/kernel/
Dhung_task.c115 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
Dparams.c416 len = strcspn(val, ","); in param_array()
Dmodule.c1194 amagic += strcspn(amagic, " "); in same_magic()
1195 bmagic += strcspn(bmagic, " "); in same_magic()
/linux-4.1.27/lib/
Dstring.c449 size_t strcspn(const char *s, const char *reject) in strcspn() function
464 EXPORT_SYMBOL(strcspn);
/linux-4.1.27/drivers/tty/serial/
Dearlycon.c88 length = min(strcspn(options, " ") + 1, in parse_options()
/linux-4.1.27/drivers/block/aoe/
Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_backend.c70 typelen = strcspn(type, "/"); in backend_bus_id()
Dxenbus_probe.c566 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
/linux-4.1.27/arch/x86/kernel/
Dpci-dma.c203 p += strcspn(p, ","); in iommu_setup()
Dearly_printk.c172 s += strcspn(s, ","); in early_serial_init()
/linux-4.1.27/drivers/iommu/
Dirq_remapping.c187 str += strcspn(str, ","); in setup_irqremap()
Dintel-iommu.c482 str += strcspn(str, ","); in intel_iommu_setup()
/linux-4.1.27/scripts/kconfig/
Dconfdata.c517 l = strcspn(p, "\n"); in kconfig_print_comment()
590 l = strcspn(p, "\n"); in header_print_comment()
Dsymbol.c926 l = strcspn(p, "\"\\"); in sym_escape_string_value()
943 l = strcspn(p, "\"\\"); in sym_escape_string_value()
/linux-4.1.27/fs/btrfs/
Dsysfs.c381 p_len = strcspn(buf, "\n"); in btrfs_label_store()
/linux-4.1.27/kernel/sched/
Ddebug.c369 (int)strcspn(init_utsname()->version, " "), in sched_debug_header()
/linux-4.1.27/drivers/hwmon/
Dabituguru3.c1198 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c1536 q = p + strcspn(p, WHITESPACE); in parse_tunables_write()
1549 q = p + strcspn(p, WHITESPACE); in parse_tunables_write()
/linux-4.1.27/drivers/base/
Dplatform.c1085 n += strcspn(&buf[n + 1], ",") + 1; in early_platform_driver_register()
/linux-4.1.27/drivers/of/
Dbase.c741 len = strcspn(path, "/:"); in __of_find_node_by_path()
/linux-4.1.27/tools/perf/
Dbuiltin-script.c1305 len = strcspn(p, " \t"); in check_ev_match()
/linux-4.1.27/kernel/printk/
Dprintk.c3072 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
/linux-4.1.27/scripts/mod/
Dmodpost.c1911 size_t n = strcspn(s, "."); in remove_dot()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c101 str += strcspn(str, ","); in iommu_setup()
/linux-4.1.27/kernel/locking/
Dlockdep.c593 (int)strcspn(init_utsname()->version, " "), in print_kernel_ident()
/linux-4.1.27/fs/cifs/
Dconnect.c1169 len = strcspn(pos, delims); in cifs_parse_devname()
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c9079 ec_fw_string[strcspn(ec_fw_string, " ]")] = 0; in get_thinkpad_model_data()