HomeSort by: relevance | last modified time | path
    Searched defs:rot13 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libutil/
t_snprintb.c 1070 // rot13 using snprintb, shown here for lowercase letters only.
1072 char rot13 = ch >= 'a' && ch <= 'm' ? ch + 13 local in function:ATF_TC_BODY
1077 snprintf(expected, sizeof(expected), "%#x<%c>", ch, rot13));
  /src/games/fortune/fortune/
fortune.c 149 static void rot13(char *line, int len);
240 rot13(char *line, int len) function in typeref:typename:void
264 rot13(line, 0);
376 rot13(pat, 0);
1324 rot13(Fortbuf, (sp - Fortbuf));

Completed in 14 milliseconds