Home
last modified time | relevance | path

Searched refs:strspn (Results 1 – 24 of 24) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py82 def strspn(str1, str2): function
92 totalparse = strspn(statestr, "0123456789abcdefABCDEFx/")
94 count = strspn(statestr, "x0123456789abcdefABCDEF")
284 str_skipped = str_skipped[strspn(str_skipped, ", ") :]
330 actstr = actstr[strspn(actstr, ", ") :]
348 actstr = actstr[strspn(actstr, ", ") :]
726 actstr = actstr[strspn(actstr, ", ") :]
782 actstr = actstr[strspn(actstr, ", ") :]
842 actstr = actstr[strspn(actstr, ", ") :]
845 actstr = actstr[strspn(actst
[all...]
/linux/drivers/block/aoe/
H A Daoenet.c81 p = aoe_iflist + strspn(aoe_iflist, WHITESPACE); in is_aoe_netif()
82 for (; *p; p = q + strspn(q, WHITESPACE)) { in is_aoe_netif()
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c138 s += strspn(s, " "); in main()
/linux/lib/
H A Dstring.c445 size_t strspn(const char *s, const char *accept) in strspn() function
455 EXPORT_SYMBOL(strspn);
H A Dvsprintf.c2223 for (pass = false; strspn(fmt,"fnpPFcC"); fmt++, pass = true) { in device_node_string()
/linux/scripts/
H A Dkallsyms.c671 wa = strspn(sym_name(sa), "_"); in compare_symbols()
672 wb = strspn(sym_name(sb), "_"); in compare_symbols()
H A Dunifdef.c558 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0'; in flushline()
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c659 p = line + strspn(line, " \t"); in parse_hex()
698 p += strspn(p, " \t\n"); in parse_wa_bb_lines()
707 p += strspn(p, " \t"); in parse_wa_bb_lines()
/linux/drivers/md/bcache/
H A Dutil.c141 i < strspn(s, "-0123456789:ABCDEFabcdef") && j < 32; in bch_parse_uuid()
/linux/fs/smb/client/
H A Dnamespace.c70 nodename += strspn(nodename, "\\"); in cifs_build_devname()
H A Ddfs_cache.c1037 return s + strspn(s, seps); in parse_target_share()
1073 dfsref_ppath += strspn(dfsref_ppath, "/\\"); in dfs_cache_get_tgt_share()
H A Dfs_context.c660 len = strspn(devname, delims); in smb3_parse_devname()
/linux/tools/perf/util/
H A Dauxtrace.c2247 *inp += strspn(*inp, " "); in parse_num_or_str()
2266 *inp += strspn(*inp, " "); in parse_num_or_str()
2303 *inp += strspn(*inp, " "); in parse_sym_idx()
2362 fstr += strspn(fstr, " "); in parse_one_filter()
2373 fstr += strspn(fstr, " "); in parse_one_filter()
2382 fstr += strspn(fstr, " ,"); in parse_one_filter()
/linux/drivers/pnp/pnpbios/
H A Dcore.c412 str += strspn(str, ", \t"); in pnpbios_setup()
/linux/drivers/char/
H A Dapm-emulation.c687 str += strspn(str, ", \t"); in apm_setup()
/linux/include/linux/
H A Dstring.h213 extern __kernel_size_t strspn(const char *,const char *);
/linux/tools/testing/selftests/mm/
H A Dvm_util.c429 flags += strspn(flags, " "); in check_vmflag()
/linux/scripts/kconfig/
H A Dparser.y416 if ($2[strspn($2, " \f\n\r\t\v")] == '\0')
/linux/scripts/kconfig/lxdialog/
H A Dutil.c414 temp = strspn(label, " "); in print_button()
/linux/net/devlink/
H A Drate.c57 if (!len || strspn(rate_node_name, "0123456789") == len) in devlink_rate_node_get_from_attrs()
/linux/arch/x86/kernel/
H A Dapm_32.c1868 str += strspn(str, ", \t"); in apm_setup()
/linux/scripts/mod/
H A Dmodpost.c1469 size_t m = strspn(s + n + 1, "0123456789"); in remove_dot()
/linux/security/integrity/ima/
H A Dima_policy.c1973 p += strspn(p, " \t"); in ima_parse_add_rule()
/linux/drivers/block/
H A Drbd.c6220 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token()