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

/freebsd-9.3-release/contrib/cvs/src/
H A Dscramble.c149 char *cleartexts[5]; local
150 cleartexts[0] = "first";
151 cleartexts[1] = "the second";
152 cleartexts[2] = "this is the third";
153 cleartexts[3] = "$#% !!\\3";
154 cleartexts[4] = biggie;
167 printf ("clear%d: %s\n", i, cleartexts[i]);
168 e = scramble (cleartexts[i]);

Completed in 47 milliseconds