Searched refs:log_ls (Results 1 – 3 of 3) sorted by relevance
/dports/devel/tla/tla-1.3.5/src/tla/libarch/ |
H A D | cmd-logs.c | 227 rel_table log_ls = rel_table_nil; in arch_cmd_logs() local 243 log_ls = arch_logs (tree_root, archive, version, 0); in arch_cmd_logs() 244 arch_sort_table_by_patch_level_field (reverse, log_ls, 0); in arch_cmd_logs() 246 for (x = 0; x < rel_n_records (log_ls); ++x) in arch_cmd_logs() 249 safe_printfmt (1, "%s\n", rel_peek_str (log_ls, x, 0)); in arch_cmd_logs() 251 safe_printfmt (1, "%s--%s\n", fqversion, rel_peek_str (log_ls, x, 0)); in arch_cmd_logs() 259 log = file_contents (rel_peek_str (log_ls, x, 1)); in arch_cmd_logs() 272 rel_free_table (log_ls); in arch_cmd_logs()
|
H A D | changelogs.c | 71 rel_table log_ls; in arch_generate_changelog() local 81 log_ls = arch_logs (tree_root, archive, version, 0); in arch_generate_changelog() 82 arch_sort_table_by_patch_level_field (1, log_ls, 0); in arch_generate_changelog() 102 lim = rel_n_records (log_ls); in arch_generate_changelog() 105 …e_changelog_entry (out_fd, archive, version, rel_peek_str (log_ls, x, 0), rel_peek_str (log_ls, x,… in arch_generate_changelog() 108 rel_free_table (log_ls); in arch_generate_changelog()
|
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/libfscrypt/ |
H A D | fscrypt.cpp | 78 static void log_ls(const char* dirname) { in log_ls() function 236 log_ls(directory); in fscrypt_policy_ensure()
|