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

/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 22 milliseconds