Searched refs:SEP_COMMA (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 322 if ((next_token = strtok_r(value, SEP_COMMA, &lasts)) == NULL) { in parse_policylist() 347 next_token = strtok_r(NULL, SEP_COMMA, &lasts); in parse_policylist()
|
H A D | cryptoutil.h | 61 #define SEP_COMMA "," macro
|
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 208 if ((next_token = strtok(value, SEP_COMMA)) == NULL) { in parse_sup_dis_list() 237 if (next_token = strtok(NULL, SEP_COMMA)) { in parse_sup_dis_list() 516 if (strlcat(buf, SEP_COMMA, BUFSIZ) in ent2str() 549 if (strlcat(buf, SEP_COMMA, BUFSIZ) in ent2str()
|
H A D | adm_uef.c | 1348 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str() 1375 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str()
|