Searched defs:rot13 (Results 1 - 2 of 2) sorted by relevance
| /src/tests/lib/libutil/ | ||
| H A D | t_snprintb.c | 1085 char rot13 = ch >= 'a' && ch <= 'm' ? ch + 13 local in function:ATF_TC_BODY |
| /src/games/fortune/fortune/ | ||
| H A D | fortune.c | 240 rot13(char *line, int len) function in typeref:typename:void |
Completed in 4 milliseconds