Searched refs:seplen (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsasl/include/
H A Dprop.h137 * seplen -- length of separator, if < 0 then strlen(sep) will be used
144 int prop_format(struct propctx *ctx, const char *sep, int seplen,
H A Dsaslplug.h161 int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c507 * seplen -- length of separator, if < 0 then strlen(sep) will be used
513 int prop_format(struct propctx *ctx, const char *sep, int seplen, argument
521 if(!sep) seplen = 0;
522 if(seplen < 0) seplen = strlen(sep);
524 needed = seplen * (ctx->used_values - 1);
538 if(seplen && flag) {
539 strncat(outbuf, sep, seplen);

Completed in 32 milliseconds