strsep_copy 103 source4/heimdal/lib/hdb/keys.c if(strsep_copy(&p, ":", buf[num_buf], sizeof(buf[num_buf])) == -1)
strsep_copy 504 source4/heimdal/lib/krb5/addr_families.c strsep_copy(&address, "-", buf, sizeof(buf));
strsep_copy 513 source4/heimdal/lib/krb5/addr_families.c strsep_copy(&address, "-", buf, sizeof(buf));
strsep_copy 547 source4/heimdal/lib/krb5/context.c l = strsep_copy(&q, ":", NULL, 0);
strsep_copy 555 source4/heimdal/lib/krb5/context.c l = strsep_copy(&p, ":", fn, l + 1);
strsep_copy 65 source4/heimdal/lib/krb5/keytab_any.c while (strsep_copy(&name, ",", buf, sizeof(buf)) != -1) {
strsep_copy 214 source4/heimdal/lib/krb5/krbhst.c if(strsep_copy(&p, ":", hi->hostname, strlen(spec) + 1) < 0) {
strsep_copy 338 source4/heimdal/lib/krb5/log.c if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
strsep_copy 339 source4/heimdal/lib/krb5/log.c strsep_copy(&p, ":", facility, sizeof(facility));