Searched refs:tomoyo_encode2 (Results 1 – 3 of 3) sorted by relevance
23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() function80 return str ? tomoyo_encode2(str, strlen(str)) : NULL; in tomoyo_encode()
562 buf = tomoyo_encode2(buf, len); in tomoyo_unix_entry()
955 char *tomoyo_encode2(const char *str, int str_len);