| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 82 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 D | aoenet.c | 81 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 D | insn_decoder_test.c | 138 s += strspn(s, " "); in main()
|
| /linux/lib/ |
| H A D | string.c | 445 size_t strspn(const char *s, const char *accept) in strspn() function 455 EXPORT_SYMBOL(strspn);
|
| H A D | vsprintf.c | 2223 for (pass = false; strspn(fmt,"fnpPFcC"); fmt++, pass = true) { in device_node_string()
|
| /linux/scripts/ |
| H A D | kallsyms.c | 671 wa = strspn(sym_name(sa), "_"); in compare_symbols() 672 wb = strspn(sym_name(sb), "_"); in compare_symbols()
|
| H A D | unifdef.c | 558 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0'; in flushline()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 659 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 D | util.c | 141 i < strspn(s, "-0123456789:ABCDEFabcdef") && j < 32; in bch_parse_uuid()
|
| /linux/fs/smb/client/ |
| H A D | namespace.c | 70 nodename += strspn(nodename, "\\"); in cifs_build_devname()
|
| H A D | dfs_cache.c | 1037 return s + strspn(s, seps); in parse_target_share() 1073 dfsref_ppath += strspn(dfsref_ppath, "/\\"); in dfs_cache_get_tgt_share()
|
| H A D | fs_context.c | 660 len = strspn(devname, delims); in smb3_parse_devname()
|
| /linux/tools/perf/util/ |
| H A D | auxtrace.c | 2247 *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 D | core.c | 412 str += strspn(str, ", \t"); in pnpbios_setup()
|
| /linux/drivers/char/ |
| H A D | apm-emulation.c | 687 str += strspn(str, ", \t"); in apm_setup()
|
| /linux/include/linux/ |
| H A D | string.h | 213 extern __kernel_size_t strspn(const char *,const char *);
|
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 429 flags += strspn(flags, " "); in check_vmflag()
|
| /linux/scripts/kconfig/ |
| H A D | parser.y | 416 if ($2[strspn($2, " \f\n\r\t\v")] == '\0')
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 414 temp = strspn(label, " "); in print_button()
|
| /linux/net/devlink/ |
| H A D | rate.c | 57 if (!len || strspn(rate_node_name, "0123456789") == len) in devlink_rate_node_get_from_attrs()
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 1868 str += strspn(str, ", \t"); in apm_setup()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 1469 size_t m = strspn(s + n + 1, "0123456789"); in remove_dot()
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 1973 p += strspn(p, " \t"); in ima_parse_add_rule()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 6220 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token()
|