HomeSort by: relevance | last modified time | path
    Searched refs:strsep_copy (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strsep_copy.c 1 /* $NetBSD: strsep_copy.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
47 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) function
NTMakefile 104 $(OBJ)\strsep_copy.obj \
roken.h.in 558 #define strsep_copy rk_strsep_copy
560 ROKEN_LIB_FUNCTION ssize_t ROKEN_LIB_CALL strsep_copy(const char**, const char*, char*, size_t);
  /src/crypto/external/bsd/heimdal/lib/libroken/
Makefile 62 strsep_copy.c \
  /src/crypto/external/bsd/heimdal/include/
roken.h 136 #define strsep_copy rk_strsep_copy macro
137 ROKEN_LIB_FUNCTION ssize_t ROKEN_LIB_CALL strsep_copy(const char**, const char*, char*, size_t);
  /src/crypto/external/bsd/heimdal/dist/admin/
list.c 56 while (strsep_copy((const char**)&keytab_str, ",",
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
acl.c 140 while(strsep_copy(&string, " \t", buf, sizeof(buf)) != -1) {
verify_krb5_conf.c 193 if (strsep_copy(&p, ":", hostname, sizeof(hostname)) < 0) {
336 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
337 strsep_copy(&p, ":", facility, sizeof(facility));
keytab_any.c 65 while (strsep_copy(&name, ",", buf, sizeof(buf)) != -1) {
log.c 350 if(strsep_copy(&p, ":", severity, sizeof(severity)) != -1)
351 strsep_copy(&p, ":", facility, sizeof(facility));
context.c 750 l = strsep_copy(&q, PATH_SEP, NULL, 0);
758 (void)strsep_copy(&p, PATH_SEP, fn, l + 1);
addr_families.c 514 strsep_copy(&address, "-", buf, sizeof(buf));
523 strsep_copy(&address, "-", buf, sizeof(buf));
krbhst.c 272 } else if(strsep_copy(&p, ":", hi->hostname, strlen(spec) + 1) < 0) {
  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadm_conn.c 84 while(strsep_copy(&str, " \t", p, sizeof(p)) != -1) {
get.c 425 while(strsep_copy(&column_info, ",", buf, sizeof(buf)) != -1) {
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
keys.c 118 if(strsep_copy(&p, ":", buf[num_buf], sizeof(buf[num_buf])) == -1)

Completed in 45 milliseconds