HomeSort by: relevance | last modified time | path
    Searched defs:textbuf (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
modify.c 141 char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' }; local
153 &rs->sr_text, textbuf, sizeof( textbuf ) );
modrdn.c 390 char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' }; local
437 &rs->sr_text, textbuf, sizeof( textbuf ) );
add.c 950 char textbuf[ SLAP_TEXT_BUFLEN ]; local
951 size_t textlen = sizeof( textbuf );
979 char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' }; local
982 &rs->sr_text, textbuf, sizeof( textbuf ) );
992 slap_add_opattrs( op, &rs->sr_text, textbuf, textlen, 1 );
entry-id.c 1030 char textbuf[ 1024 ]; local
1031 size_t textlen = sizeof( textbuf );
1048 &text, textbuf, textlen, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/
slapschema.c 115 char textbuf[SLAP_TEXT_BUFLEN]; local
116 size_t textlen = sizeof(textbuf);
152 &text, textbuf, textlen );
add.c 52 char textbuf[ SLAP_TEXT_BUFLEN ]; local
53 size_t textlen = sizeof( textbuf );
174 textbuf, textlen, NULL );
186 1, 0, &rs->sr_text, textbuf, textlen );
245 char textbuf[ SLAP_TEXT_BUFLEN ]; local
246 size_t textlen = sizeof( textbuf );
291 &rs->sr_text, textbuf, textlen );
312 &rs->sr_text, textbuf, textlen );
333 op->ora_modlist, &rs->sr_text, textbuf, textlen );
402 char *textbuf, size_t textlen
    [all...]
slapadd.c 105 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local
106 size_t textlen = sizeof textbuf;
205 if ( slap_tool_entry_check( progname, op, e, erec->lineno, &text, textbuf, textlen ) !=
357 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local
358 size_t textlen = sizeof textbuf;
456 bvtext.bv_val = textbuf;
499 bvtext.bv_val = textbuf;
slapmodify.c 55 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local
56 size_t textlen = sizeof textbuf;
169 bvtext.bv_val = textbuf;
431 0, &text, textbuf, textlen );
436 0, &text, textbuf, textlen );
441 0, &text, textbuf, textlen );
446 0, &text, textbuf, textlen );
461 rc = slap_tool_entry_check( progname, op, e, lineno, &text, textbuf, textlen );
620 bvtext.bv_val = textbuf;
modify.c 49 char textbuf[ SLAP_TEXT_BUFLEN ]; local
50 size_t textlen = sizeof( textbuf );
171 &rs->sr_text, textbuf, textlen, NULL );
202 char textbuf[ SLAP_TEXT_BUFLEN ]; local
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;
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
add.c 38 char textbuf[SLAP_TEXT_BUFLEN]; local
39 size_t textlen = sizeof textbuf;
59 get_relax(op), 1, NULL, &rs->sr_text, textbuf, textlen );
69 rs->sr_err = slap_add_opattrs( op, &rs->sr_text, textbuf, textlen, 1 );
modify.c 82 char *textbuf,
146 text, textbuf, textlen );
163 text, textbuf, textlen );
177 text, textbuf, textlen );
191 text, textbuf, textlen );
210 text, textbuf, textlen );
234 text, textbuf, textlen );
266 text, textbuf, textlen );
311 text, textbuf, textlen );
456 char textbuf[SLAP_TEXT_BUFLEN] local
    [all...]
modrdn.c 54 char textbuf[SLAP_TEXT_BUFLEN]; local
55 size_t textlen = sizeof textbuf;
430 &dummy, &rs->sr_text, textbuf, textlen );
  /src/external/mpl/dhcp/dist/common/tests/
ns_name_test.c 49 char textbuf[sizeof(text_list)]; local
66 ret = MRns_name_uncompress_list(compbuf, ret, textbuf, sizeof(textbuf));
73 ATF_REQUIRE_MSG((memcmp(textbuf, text_list, sizeof(textbuf)) == 0),
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
add.c 35 char textbuf[SLAP_TEXT_BUFLEN]; local
36 size_t textlen = sizeof textbuf;
60 get_relax(op), 1, NULL, &rs->sr_text, textbuf, textlen );
83 rs->sr_err = slap_add_opattrs( op, &rs->sr_text, textbuf, textlen, 1 );
modrdn.c 39 char textbuf[SLAP_TEXT_BUFLEN]; local
40 size_t textlen = sizeof textbuf;
456 &rs->sr_text, textbuf, textlen );
modify.c 92 char *textbuf,
170 text, textbuf, textlen );
198 mval_fail: strncpy( textbuf, mdb_strerror( err ), textlen );
235 text, textbuf, textlen );
292 text, textbuf, textlen );
340 text, textbuf, textlen );
425 text, textbuf, textlen );
589 char textbuf[SLAP_TEXT_BUFLEN]; local
590 size_t textlen = sizeof textbuf;
720 &dummy, &rs->sr_text, textbuf, textlen )
    [all...]
monitor.c 278 char textbuf[ SLAP_TEXT_BUFLEN ]; local
294 textbuf, sizeof( textbuf ) );
303 textbuf, sizeof( textbuf ) );
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
log.c 199 static char textbuf[ BACKMONITOR_BUFSIZE ]; local
210 &text, textbuf, sizeof( textbuf ) );
init.c 1512 char textbuf[ SLAP_TEXT_BUFLEN ]; local
1520 &text, textbuf, sizeof( textbuf ) );
  /src/external/mpl/bind/dist/fuzz/
dns_message_checksig.c 461 char textbuf[64]; local
466 isc_buffer_init(&b, textbuf, sizeof(textbuf));
468 fprintf(stderr, "tsigstatus=%.*s\n", (int)b.used, textbuf);
469 isc_buffer_init(&b, textbuf, sizeof(textbuf));
471 fprintf(stderr, "sig0status=%.*s\n", (int)b.used, textbuf);
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 2342 char textbuf[ SLAP_TEXT_BUFLEN ]; local
2359 &text, textbuf, sizeof( textbuf ) );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
constraint.c 1078 char textbuf[SLAP_TEXT_BUFLEN]; local
1079 size_t textlen = sizeof(textbuf);
1086 &text, textbuf, textlen );
1092 &text, textbuf, textlen );
1098 &text, textbuf, textlen );
1104 &text, textbuf, textlen );
1111 &text, textbuf, textlen );
1122 &text, textbuf, textlen );
1137 &text, textbuf, textlen );
dds.c 509 char textbuf[ SLAP_TEXT_BUFLEN ]; local
523 bv_entryTtl.bv_val = textbuf;
704 bv_entryTtl.bv_len = snprintf( textbuf, sizeof( textbuf ), "%ld", entryTtl );
  /src/usr.sbin/sysinst/
net.c 402 char *textbuf, *t; local
405 textsize = collect(T_OUTPUT, &textbuf,
410 (void)strtok(textbuf, "\n"); /* ignore first line */
428 free(textbuf);
536 char *textbuf; local
652 if (collect(T_OUTPUT, &textbuf,
658 strlcpy(net_defroute, textbuf,
660 free(textbuf);
665 if (collect(T_OUTPUT, &textbuf,
671 strlcpy(net_namesvr, textbuf,
1296 char *textbuf = NULL; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 378 char textbuf[1024]; local
413 modify_add_values( agg->agg_entry, &mod, /* permissive */ 1, &text, textbuf, sizeof( textbuf ) );
892 char textbuf[1024]; local
901 modify_delete_values( op->ora_e, &mod, /* permissive */ 1, &text, textbuf, sizeof( textbuf ) );

Completed in 45 milliseconds

1 2