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.c5609 char *log_match_cursor = log_match; in matches_log_fs_extra() local
5612 chunk_len = snprintf(log_match_cursor, log_match_remaining, in matches_log_fs_extra()
5627 log_match_cursor += chunk_len; in matches_log_fs_extra()
5628 log_match_cursor = regex_escape(absolute_path, log_match_cursor, in matches_log_fs_extra()
5631 if (log_match_cursor < 0) in matches_log_fs_extra()
5632 return (long long)log_match_cursor; in matches_log_fs_extra()
5634 log_match_remaining -= log_match_cursor - log_match; in matches_log_fs_extra()
5635 chunk_len = snprintf(log_match_cursor, log_match_remaining, in matches_log_fs_extra()