Searched refs:SEP_SEMICOLON (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 291 if ((token2 = strtok(NULL, SEP_SEMICOLON)) == NULL) { in interpret() 299 token2 = strtok(NULL, SEP_SEMICOLON); in interpret() 313 token3 = strtok(NULL, SEP_SEMICOLON); /* optional */ in interpret() 497 keyword_already_present ? SEP_SEMICOLON : SEP_COLON, in ent2str() 530 keyword_already_present ? SEP_SEMICOLON : SEP_COLON, in ent2str()
|
H A D | adm_uef.c | 1386 if (strlcat(buf, (tok1_present ? SEP_SEMICOLON : SEP_COLON), in uent2str() 1401 if (strlcat(buf, (tok1_present ? SEP_SEMICOLON : SEP_COLON), in uent2str() 1429 if (strlcat(buf, SEP_SEMICOLON, BUFSIZ) >= BUFSIZ) { in uent2str() 1458 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str() 1481 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str()
|
/titanic_41/usr/src/lib/libcryptoutil/common/ |
H A D | cryptoutil.h | 59 #define SEP_SEMICOLON ";" macro
|
H A D | config_parsing.c | 198 while ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) != NULL) { in uef_interpret()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2551 if ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) == NULL) { in parse_entry() 2557 token3 = strtok_r(NULL, SEP_SEMICOLON, &lasts); in parse_entry()
|