Searched refs:strspn (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | trimdomain.c | 104 w = strspn(disp, "0123456789"); in isDISP() 111 w = strspn(disp, "0123456789"); in isDISP()
|
| /f-stack/freebsd/libkern/ |
| H A D | strspn.c | 40 strspn(const char *s, const char *charset) in strspn() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 47 s += strspn(s, SPACECHARS); /* skip initial spaces */ in luaB_tonumber() 59 s += strspn(s, SPACECHARS); /* skip trailing spaces */ in luaB_tonumber()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/ |
| H A D | zgenhostid.c | 100 if (strlen(in_s) != 8 || strspn(in_s, hex) != 8) { in main()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 191 size_t strspn(const char *, const char *);
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_proxy.c | 567 cmd += strspn(cmd, " \t"); in LibAliasProxyRule()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_user_ethdev.c | 564 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num()
|
| /f-stack/tools/libxo/ |
| H A D | configure.ac | 51 AC_CHECK_FUNCS([bzero memmove strchr strcspn strerror strspn])
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 970 value += strspn(value, " \t"); in nvpair_value_match_regex()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 2194 (strlen(mac_byte) == strspn(mac_byte, in parse_user_mac()
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 3475 if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL) in get_mac_addr_mask() 3490 if (strspn(ptr, macset) != l || in get_mac_addr_mask()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 2314 sz = strspn(input + 1, "0123456789"); in xo_set_options()
|