Home | History | Annotate | Download | only in slapd

Lines Matching refs:textbuf

49 	char		textbuf[ SLAP_TEXT_BUFLEN ];
50 size_t textlen = sizeof( textbuf );
171 &rs->sr_text, textbuf, textlen, NULL );
202 char textbuf[ SLAP_TEXT_BUFLEN ];
203 size_t textlen = sizeof( textbuf );
267 &rs->sr_text, textbuf, textlen );
299 &rs->sr_text, textbuf, textlen );
354 char *textbuf,
369 snprintf( textbuf, textlen,
372 *text = textbuf;
388 char *textbuf,
407 snprintf( textbuf, textlen,
413 snprintf( textbuf, textlen,
418 *text = textbuf;
430 char *textbuf,
442 snprintf( textbuf, textlen,
445 *text = textbuf;
461 char *textbuf,
480 snprintf( textbuf, textlen, "%s: %s",
482 *text = textbuf;
493 snprintf( textbuf, textlen,
496 *text = textbuf;
504 snprintf( textbuf, textlen,
507 *text = textbuf;
513 snprintf( textbuf, textlen,
516 *text = textbuf;
530 snprintf( textbuf, textlen,
533 *text = textbuf;
547 snprintf( textbuf, textlen,
550 *text = textbuf;
566 snprintf( textbuf, textlen,
570 *text = textbuf;
590 snprintf( textbuf, textlen,
593 *text = textbuf;
612 snprintf( textbuf, textlen,
615 *text = textbuf;
643 snprintf( textbuf, textlen,
646 *text = textbuf;
662 snprintf( textbuf, textlen,
665 *text = textbuf;