Home
last modified time | relevance | path

Searched refs:tomoyo_addprintf (Results 1 – 1 of 1) sorted by relevance

/linux/security/tomoyo/
A Dcommon.c196 static void tomoyo_addprintf(char *buffer, int len, const char *fmt, ...) in tomoyo_addprintf() function
445 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace()
449 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace()
453 tomoyo_addprintf(buffer, sizeof(buffer), "%lu", in tomoyo_print_number_union_nospace()
459 tomoyo_addprintf(buffer, sizeof(buffer), "-"); in tomoyo_print_number_union_nospace()
2036 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()
2038 tomoyo_addprintf(buffer, len, " exec.argv[0]=%s", argv0); in tomoyo_add_entry()
2040 tomoyo_addprintf(buffer, len, "%s", symlink); in tomoyo_add_entry()

Completed in 7 milliseconds