Home
last modified time | relevance | path

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

/dports/security/sudo/sudo-1.9.8p2/lib/iolog/regress/iolog_path/
H A Dcheck_iolog_path.c117 static struct iolog_path_escape path_escapes[] = { variable
148 if (!expand_iolog_path(dir_in, dir, sizeof(dir), &path_escapes[1], NULL)) in do_check()
150 if (!expand_iolog_path(file_in, file, sizeof(file), &path_escapes[0], dir)) in do_check()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Diolog_path_escapes.c131 static const struct iolog_path_escape path_escapes[] = { variable
141 const struct iolog_path_escape *sudoers_iolog_path_escapes = path_escapes;
/dports/security/sudo/sudo-1.9.8p2/logsrvd/
H A Diolog_writer.c538 static const struct iolog_path_escape path_escapes[] = { variable
566 sizeof(expanded_dir), &path_escapes[1], &path_closure)) { in create_iolog_path()
573 sizeof(expanded_file), &path_escapes[0], &path_closure)) { in create_iolog_path()