Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dtrimdomain.c104 w = strspn(disp, "0123456789"); in isDISP()
111 w = strspn(disp, "0123456789"); in isDISP()
/f-stack/freebsd/libkern/
H A Dstrspn.c40 strspn(const char *s, const char *charset) in strspn() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c47 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 Dzgenhostid.c100 if (strlen(in_s) != 8 || strspn(in_s, hex) != 8) { in main()
/f-stack/freebsd/sys/
H A Dlibkern.h191 size_t strspn(const char *, const char *);
/f-stack/freebsd/netinet/libalias/
H A Dalias_proxy.c567 cmd += strspn(cmd, " \t"); in LibAliasProxyRule()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c564 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num()
/f-stack/tools/libxo/
H A Dconfigure.ac51 AC_CHECK_FUNCS([bzero memmove strchr strcspn strerror strspn])
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c970 value += strspn(value, " \t"); in nvpair_value_match_regex()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2194 (strlen(mac_byte) == strspn(mac_byte, in parse_user_mac()
/f-stack/tools/ipfw/
H A Dipfw2.c3475 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 Dlibxo.c2314 sz = strspn(input + 1, "0123456789"); in xo_set_options()