Searched defs:str (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c642 str_is_digit(char *str) argument
647 for (i = 0; i < (int)strlen(str); i++) {
648 if (isdigit(str[i])) j++;
651 if (j == strlen(str))
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c62 static errcode_t add_to_list(struct profile_string_list *list, const char *str) argument
75 newstr = strdup(str);
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c114 ccm128_f str; member in struct:__anon17
423 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks :
777 cctx->str = enc ? (ccm128_f) aes128_t4_ccm64_encrypt :
781 cctx->str = enc ? (ccm128_f) aes192_t4_ccm64_encrypt :
785 cctx->str = enc ? (ccm128_f) aes256_t4_ccm64_encrypt :
792 cctx->str = NULL;
1826 cctx->str = NULL;
1836 cctx->str = NULL;
1844 cctx->str = NULL;
1887 if (cctx->str
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c1255 flow_str2mac(const char *str, uchar_t *f, size_t maclen) argument
1260 if ((addr = _link_aton(str, &len)) == NULL)
1275 flow_str2addr(const char *str, in6_addr_t *f, int *afp) argument
1281 if (inet_pton(AF_INET, str, &v4addr.s_addr) == 1) {
1283 } else if (inet_pton(AF_INET6, str, v6addr.s6_addr) == 1) {
1331 char *str = NULL; local
1338 str = _link_ntoa(f, NULL, ETHERADDRL, IFT_ETHER);
1339 if (str != NULL) {
1342 (void) snprintf(buf, buf_len, "%s", str);
1346 free(str);
1425 flow_ofports2propstr(char *str, size_t strsize, uint32_t *ofports, int nofports) argument
1883 solaris_setether_action_to_str(char *str, size_t strsize, const struct ovs_key_ethernet *ek) argument
1910 solaris_setipv4_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv4 *ipv4) argument
1943 solaris_setipv6_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv6 *ipv6) argument
1976 solaris_settransport_action_to_str(char *str, size_t strsize, const char *key, uint16_t src, uint16_t dst) argument
1995 solaris_settnl_action_to_str(char *str, size_t strsize, const struct flow_tnl *tnl) argument
2035 char str[MAX_OF_ACTIONS_SIZE]; local
[all...]

Completed in 36 milliseconds