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

/src/tests/lib/libutil/
H A Dt_snprintb.c1085 char rot13 = ch >= 'a' && ch <= 'm' ? ch + 13 local in function:ATF_TC_BODY
/src/games/fortune/fortune/
H A Dfortune.c240 rot13(char *line, int len) function in typeref:typename:void

Completed in 4 milliseconds