Home
last modified time | relevance | path

Searched refs:textlen (Results 1 – 7 of 7) sorted by relevance

/dragonfly/test/testcases/crypto/serpent/
H A Dserpent_test.c230 print_hex(plaintext, textlen); in do_tests()
264 u_int keylen, textlen, tmp; in run_file() local
270 keylen = textlen = tmp = 0; in run_file()
318 if (textlen != 0) { in run_file()
319 if (textlen != tmp) in run_file()
322 textlen); in run_file()
324 textlen = tmp; in run_file()
332 if (textlen != 0) { in run_file()
333 if (textlen != tmp) in run_file()
336 textlen); in run_file()
[all …]
/dragonfly/test/testcases/crypto/twofish/
H A Dtwofish_test.c230 print_hex(plaintext, textlen); in do_tests()
264 u_int keylen, textlen, tmp; in run_file() local
270 keylen = textlen = tmp = 0; in run_file()
318 if (textlen != 0) { in run_file()
319 if (textlen != tmp) in run_file()
322 textlen); in run_file()
324 textlen = tmp; in run_file()
332 if (textlen != 0) { in run_file()
333 if (textlen != tmp) in run_file()
336 textlen); in run_file()
[all …]
/dragonfly/test/testcases/crypto/aes/
H A Daestest.c249 u_int keylen, textlen, tmp; in run_file() local
255 keylen = textlen = tmp = 0; in run_file()
291 if (textlen != 0) { in run_file()
292 if (textlen != tmp) in run_file()
295 textlen); in run_file()
297 textlen = tmp; in run_file()
305 if (textlen != 0) { in run_file()
306 if (textlen != tmp) in run_file()
309 textlen); in run_file()
311 textlen = tmp; in run_file()
[all …]
/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c421 wpc = width / textlen; in fontsize_for_rect()
557 int textlen; in draw_ctx_switch() local
587 textlen = snprintf(comm, sizeof(comm) - 1, "%s (%p)", in draw_ctx_switch()
590 if (textlen > (int)sizeof(comm)) in draw_ctx_switch()
591 textlen = sizeof(comm) - 1; in draw_ctx_switch()
597 fs = fontsize_for_rect(height, w, textlen); in draw_ctx_switch()
744 int i, textlen; in ctxsw_draw_pre() local
759 textlen = snprintf(comm, sizeof(comm) - 1, "%s (%p)", in ctxsw_draw_pre()
761 if (textlen > (int)sizeof(comm)) in ctxsw_draw_pre()
762 textlen = sizeof(comm) - 1; in ctxsw_draw_pre()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dinterps.c461 int textlen; in VEC() local
465 textlen = strlen (text); in VEC()
468 if (strncmp (interp->name, text, textlen) == 0) in VEC()
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-decode.c1746 int textlen = strlen (text); in VEC() local
1757 if (!strncmp (ptr->name, text, textlen) in VEC()
1815 int textlen = strlen (text); in VEC() local
1820 if (strncmp (name, text, textlen) == 0) in VEC()
/dragonfly/contrib/cvs-1.12/src/
H A Drcs.c7183 rcs_change_text (const char *name, char *textbuf, size_t textlen, in rcs_change_text() argument
7195 if (! linevector_add (&lines, textbuf, textlen, NULL, 0)) in rcs_change_text()