Symbol: strsep_copy
crypto/heimdal/admin/list.c
54
while (strsep_copy((const char**)&keytab_str, ",",
crypto/heimdal/appl/login/login.c
487
while(strsep_copy(&str, ",", buf, sizeof(buf)) != -1) {
crypto/heimdal/appl/login/login.c
499
while(strsep_copy(&str, ",", buf, sizeof(buf)) != -1) {
crypto/heimdal/kadmin/get.c
405
while(strsep_copy(&column_info, ",", buf, sizeof(buf)) != -1) {
crypto/heimdal/kadmin/kadm_conn.c
80
while(strsep_copy(&str, " \t", p, sizeof(p)) != -1) {
crypto/heimdal/lib/hdb/keys.c
115
if(strsep_copy(&p, ":", buf[num_buf], sizeof(buf[num_buf])) == -1)
crypto/heimdal/lib/krb5/acl.c
140
while(strsep_copy(&string, " \t", buf, sizeof(buf)) != -1) {
crypto/heimdal/lib/krb5/addr_families.c
512
strsep_copy(&address, "-", buf, sizeof(buf));
crypto/heimdal/lib/krb5/addr_families.c
521
strsep_copy(&address, "-", buf, sizeof(buf));
crypto/heimdal/lib/krb5/context.c
699
l = strsep_copy(&q, PATH_SEP, NULL, 0);
crypto/heimdal/lib/krb5/context.c
707
(void)strsep_copy(&p, PATH_SEP, fn, l + 1);
crypto/heimdal/lib/krb5/keytab_any.c
63
while (strsep_copy(&name, ",", buf, sizeof(buf)) != -1) {
crypto/heimdal/lib/krb5/krbhst.c
239
} else if(strsep_copy(&p, ":", hi->hostname, strlen(spec) + 1) < 0) {
crypto/heimdal/lib/krb5/log.c
348
if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
crypto/heimdal/lib/krb5/log.c
349
strsep_copy(&p, ":", facility, sizeof(facility));
crypto/heimdal/lib/krb5/verify_krb5_conf.c
191
if(strsep_copy(&p, ":", hostname, sizeof(hostname)) < 0) {
crypto/heimdal/lib/krb5/verify_krb5_conf.c
324
if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
crypto/heimdal/lib/krb5/verify_krb5_conf.c
325
strsep_copy(&p, ":", facility, sizeof(facility));