Home
last modified time | relevance | path

Searched refs:SEP_SEMICOLON (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c291 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 Dadm_uef.c1386 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 Dcryptoutil.h59 #define SEP_SEMICOLON ";" macro
H A Dconfig_parsing.c198 while ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) != NULL) { in uef_interpret()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2551 if ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) == NULL) { in parse_entry()
2557 token3 = strtok_r(NULL, SEP_SEMICOLON, &lasts); in parse_entry()