tomoyo_encode2 955 security/tomoyo/common.h char *tomoyo_encode2(const char *str, int str_len); tomoyo_encode2 562 security/tomoyo/network.c buf = tomoyo_encode2(buf, len); tomoyo_encode2 79 security/tomoyo/realpath.c return str ? tomoyo_encode2(str, strlen(str)) : NULL;