Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c7067 char *log_match_cursor = log_match; in matches_log_fs_extra() local
7070 chunk_len = snprintf(log_match_cursor, log_match_remaining, in matches_log_fs_extra()
7085 log_match_cursor += chunk_len; in matches_log_fs_extra()
7086 log_match_cursor = regex_escape(absolute_path, log_match_cursor, in matches_log_fs_extra()
7089 if (log_match_cursor < 0) in matches_log_fs_extra()
7090 return (long long)log_match_cursor; in matches_log_fs_extra()
7092 log_match_remaining -= log_match_cursor - log_match; in matches_log_fs_extra()
7093 chunk_len = snprintf(log_match_cursor, log_match_remaining, in matches_log_fs_extra()