Searched refs:strsep_copy (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dstrsep_copy.c45 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) function
H A DMakefile.in60 strptime.c strsep.c strsep_copy.c strtok_r.c strupr.c swab.c \
851 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strsep_copy.Plo@am__quote@
/freebsd-10.3-release/kerberos5/lib/libroken/
H A DMakefile26 strsep_copy.c \
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dacl.c140 while(strsep_copy(&string, " \t", buf, sizeof(buf)) != -1) {
H A Dverify_krb5_conf.c191 if(strsep_copy(&p, ":", hostname, sizeof(hostname)) < 0) {
324 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
325 strsep_copy(&p, ":", facility, sizeof(facility));
H A Dlog.c348 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
349 strsep_copy(&p, ":", facility, sizeof(facility));
H A Dkeytab_any.c63 while (strsep_copy(&name, ",", buf, sizeof(buf)) != -1) {
H A Dcontext.c695 l = strsep_copy(&q, PATH_SEP, NULL, 0);
703 (void)strsep_copy(&p, PATH_SEP, fn, l + 1);
H A Daddr_families.c512 strsep_copy(&address, "-", buf, sizeof(buf));
521 strsep_copy(&address, "-", buf, sizeof(buf));
H A Dkrbhst.c233 } else if(strsep_copy(&p, ":", hi->hostname, strlen(spec) + 1) < 0) {
/freebsd-10.3-release/crypto/heimdal/admin/
H A Dlist.c54 while (strsep_copy((const char**)&keytab_str, ",",
/freebsd-10.3-release/crypto/heimdal/appl/login/
H A Dlogin.c487 while(strsep_copy(&str, ",", buf, sizeof(buf)) != -1) {
499 while(strsep_copy(&str, ",", buf, sizeof(buf)) != -1) {
/freebsd-10.3-release/crypto/heimdal/kadmin/
H A Dkadm_conn.c80 while(strsep_copy(&str, " \t", p, sizeof(p)) != -1) {
H A Dget.c405 while(strsep_copy(&column_info, ",", buf, sizeof(buf)) != -1) {
/freebsd-10.3-release/crypto/heimdal/lib/hdb/
H A Dkeys.c102 if(strsep_copy(&p, ":", buf[num_buf], sizeof(buf[num_buf])) == -1)

Completed in 157 milliseconds