Searched refs:SEP_COLON (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_util.c | 186 if ((name = strtok(ptr, SEP_COLON)) == NULL) { in update_conf() 200 if ((name = strtok(ptr, SEP_COLON)) == NULL) { in update_conf() 207 if ((name = strtok(ptr, SEP_COLON)) == NULL) { in update_conf()
|
H A D | adm_uef.c | 882 if ((name = strtok(buffer2, SEP_COLON)) in uninstall_uef_lib() 1213 if ((name = strtok(buffer2, SEP_COLON)) == NULL) { in update_pkcs11conf() 1330 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str() 1358 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str() 1387 if (strlcat(buf, (tok1_present ? SEP_SEMICOLON : SEP_COLON), in uent2str() 1402 if (strlcat(buf, (tok1_present ? SEP_SEMICOLON : SEP_COLON), in uent2str() 1459 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str() 1482 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str()
|
H A D | adm_kef_util.c | 281 if ((token1 = strtok(buf, SEP_COLON)) == NULL) { /* buf is NULL */ in interpret() 480 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in ent2str() 497 keyword_already_present ? SEP_SEMICOLON : SEP_COLON, in ent2str() 530 keyword_already_present ? SEP_SEMICOLON : SEP_COLON, in ent2str() 1060 if ((name = strtok(buffer2, SEP_COLON)) == in update_kcfconf()
|
H A D | adm_kef.c | 798 if ((name = strtok(ptr, SEP_COLON)) == NULL) { in install_kef()
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | cryptoutil.h | 59 #define SEP_COLON ":" macro
|
H A D | config_parsing.c | 168 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) { in uef_interpret()
|
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | uninstall.c | 183 if ((name = strtok(buffer2, SEP_COLON)) == in kc_uninstall()
|
H A D | modify.c | 1117 if ((name = strtok(buffer2, SEP_COLON)) == NULL) { in kc_modify_plugin()
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2540 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) in parse_entry()
|