Home
last modified time | relevance | path

Searched defs:rot13 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/tests/lib/libutil/
Dt_snprintb.c1072 char rot13 = ch >= 'a' && ch <= 'm' ? ch + 13 in ATF_TC_BODY() local
/netbsd/src/games/fortune/fortune/
Dfortune.c240 rot13(char *line, int len) in rot13() function