Home
last modified time | relevance | path

Searched refs:t_strconcat (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-path-util.c24 const char *expected = t_strconcat(cwd, "/README.md", NULL); in test_local_path()
75 const char *expected = t_strconcat(cwd, "/nonexistent", NULL); in test_nonexistent_path()
108 test_assert_strcmp(npath, t_strconcat(tmpdir, "/child", NULL)); in test_link1()
115 test_assert(t_realpath(t_strconcat("link1", "/link1/child", NULL), in test_link1()
127 test_assert_strcmp(npath, t_strconcat(tmpdir, "/child", NULL)); in test_link4()
151 link1 = t_strconcat(tmpdir, "/link1", NULL); in create_links()
155 const char *link1_child = t_strconcat(link1, "/child", NULL); in create_links()
162 link2 = t_strconcat(tmpdir, "/link2", NULL); in create_links()
163 link3 = t_strconcat(tmpdir, "/link3", NULL); in create_links()
170 link4 = t_strconcat(tmpdir, "/link4", NULL); in create_links()
[all …]
H A Dhome-expand.c50 *_path = t_strconcat(home, "/", path, NULL); in home_try_expand()
71 return t_strconcat(home, path + 1, NULL); in home_expand_tilde()
H A Dpath-util.c269 return t_normpath(t_strconcat(root, "/", path, NULL), npath_r, error_r); in t_normpath_to()
287 return t_realpath(t_strconcat(root, "/", path, NULL), npath_r, error_r); in t_realpath_to()
303 *error_r = t_strconcat("Failed to get working directory: ", in t_abspath()
307 *abspath_r = t_strconcat(dir, "/", path, NULL); in t_abspath()
319 return t_strconcat(root, "/", path, NULL); in t_abspath_to()
H A Dmodule-dir.c85 symbol_name = t_strconcat(module->name, "_binary_dependency", NULL); in module_check_wrong_binary_dependency()
118 t_strconcat(module->name, "_dependencies", NULL)); in module_check_missing_plugin_dependencies()
231 get_symbol(module, t_strconcat(name, "_version", NULL), TRUE); in module_load()
243 get_symbol(module, t_strconcat(name, "_init", NULL), in module_load()
246 get_symbol(module, t_strconcat(name, "_deinit", NULL), in module_load()
249 get_symbol(module, t_strconcat(name, "_preinit", NULL), in module_load()
462 path = t_strconcat(dir, "/", name, NULL); in module_dir_load_real()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/managesieve/
H A Dcmd-capability.c27 t_strconcat( in send_capability()
32 t_strconcat( in send_capability()
47 t_strconcat("\"NOTIFY\" \"", notifycap, "\"", in send_capability()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-storage.c108 path = t_strconcat(home, "/Maildir", NULL); in maildir_storage_find_root_dir()
146 path = t_strconcat(root_dir, "/cur", NULL); in maildir_storage_autodetect()
216 path = t_strconcat(dir, "/tmp", NULL); in maildir_check_tmp()
255 path = t_strconcat(box_path, "/", maildir_subdirs[i], NULL); in create_maildir_subdirs()
413 path = t_strconcat(path, "/dovecot-shared", NULL); in maildir_create_shared()
487 path = t_strconcat(mailbox_get_path(box), in maildir_create_maildirfolder_file()
542 shared_path = t_strconcat(root_dir, "/dovecot-shared", NULL); in maildir_mailbox_create()
599 t_strconcat(box_path, "/new", NULL)); in maildir_notify_changes()
601 t_strconcat(box_path, "/cur", NULL)); in maildir_notify_changes()
632 path = t_strconcat(path, "/"MAILDIR_UIDVALIDITY_FNAME, NULL); in maildir_get_uidvalidity_next()
[all …]
H A Dmaildir-util.c98 path = t_strconcat(mailbox_get_path(&mbox->box), in maildir_file_do_try()
103 path = t_strconcat(mailbox_get_path(&mbox->box), "/cur/", in maildir_file_do_try()
224 dirs[i] = t_strconcat(mailbox_get_path(box), in maildir_create_subdirs()
308 dest = t_strconcat(t_strdup_until(path, p), "extra-", fname, NULL); in maildir_lose_unexpected_dir()
H A Dmaildir-sync.c274 ctx->new_dir = t_strconcat(mailbox_get_path(&mbox->box), "/new", NULL); in maildir_sync_context_new()
275 ctx->cur_dir = t_strconcat(mailbox_get_path(&mbox->box), "/cur", NULL); in maildir_sync_context_new()
304 path1 = t_strconcat(dir, "/", fname1, NULL); in maildir_fix_duplicate()
305 path2 = t_strconcat(dir, "/", fname2, NULL); in maildir_fix_duplicate()
346 new_path = t_strconcat(mailbox_get_path(&ctx->mbox->box), in maildir_fix_duplicate()
366 old_path = t_strconcat(dir, "/", fname, NULL); in maildir_rename_empty_basename()
368 new_path = t_strconcat(mailbox_get_path(&ctx->mbox->box), in maildir_rename_empty_basename()
1124 new_dir = t_strconcat(box_path, "/new", NULL); in maildir_sync_is_synced()
1125 cur_dir = t_strconcat(box_path, "/cur", NULL); in maildir_sync_is_synced()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-storage-sync.c113 key = t_strconcat in sieve_storage_sync_script_save()
133 oldkey = t_strconcat in sieve_storage_sync_script_rename()
135 newkey = t_strconcat in sieve_storage_sync_script_rename()
155 key = t_strconcat in sieve_storage_sync_script_delete()
/dports/mail/dovecot/dovecot-2.3.17/src/replication/replicator/
H A Dreplicator.c42 path = t_strconcat(service_set->state_dir, "/"REPLICATOR_DB_FNAME, NULL); in replication_add_users()
51 path = t_strconcat(service_set->state_dir, "/"REPLICATOR_DB_FNAME, NULL); in replicator_dump_timeout()
80 path = t_strconcat(service_set->state_dir, "/"REPLICATOR_DB_FNAME, NULL); in main_deinit()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-storage.c143 *path_r = t_strconcat(path, "/"MBOX_INDEX_DIR_NAME, NULL); in mbox_list_get_path()
151 *path_r = t_strconcat(t_strdup_until(path, p), in mbox_list_get_path()
217 set->inbox_path = t_strconcat(set->root_dir, "/inbox", NULL); in mbox_storage_get_list_settings()
286 if (mbox_is_dir(t_strconcat(dir, "/"MBOX_INDEX_DIR_NAME, NULL), in mbox_storage_is_root_dir()
289 if (mbox_is_file(t_strconcat(dir, "/inbox", NULL), "has inbox", debug)) in mbox_storage_is_root_dir()
291 if (mbox_is_file(t_strconcat(dir, "/mbox", NULL), "has mbox", debug)) in mbox_storage_is_root_dir()
308 path = t_strconcat(home, "/mail", NULL); in mbox_storage_find_root_dir()
312 path = t_strconcat(home, "/Mail", NULL); in mbox_storage_find_root_dir()
323 path = t_strconcat("/var/mail/", user, NULL); in mbox_storage_find_inbox_file()
332 path = t_strconcat("/var/spool/mail/", user, NULL); in mbox_storage_find_inbox_file()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-dict-backend/
H A Ddict-ldap-settings.c112 return t_strconcat("Missing LDAP attribute for variable: ", in dict_ldap_attributes_map()
125 return t_strconcat("Unused variable: ", in dict_ldap_attributes_map()
237 return t_strconcat("Value is missing '$' for attribute: ", in parse_setting()
245 return t_strconcat("Unknown setting: ", key, NULL); in parse_setting()
281 *error_r = t_strconcat("Unknown section: ", type, NULL); in parse_section()
H A Ddict-sql-settings.c110 return t_strconcat("Missing SQL field for variable: ", in dict_sql_fields_map()
123 return t_strconcat("Unused variable: ", in dict_sql_fields_map()
220 return t_strconcat("Value is missing '$' for field: ", in parse_setting()
246 return t_strconcat("Unknown setting: ", key, NULL); in parse_setting()
282 *error_r = t_strconcat("Unknown section: ", type, NULL); in parse_section()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dmail-storage-callbacks.c19 str = t_strconcat("* OK ", text, "\r\n", NULL); in notify_ok()
36 str = t_strconcat("* NO ", text, "\r\n", NULL); in notify_no()
/dports/mail/dovecot/dovecot-2.3.17/src/config/
H A Dold-set-parser.c79 const char *fn = t_strconcat(PKG_STATEDIR, "/ssl-parameters.dat", NULL); in old_settings_ssl_dh_read()
265 value = t_strconcat(value, " imap", NULL); in old_settings_handle_root()
272 value = t_strconcat(value, " pop3", NULL); in old_settings_handle_root()
345 const char *new_key = t_strconcat("mail_cache_purge_", key+20, NULL); in old_settings_handle_root()
379 key = t_strconcat("auth_", key, NULL); in old_settings_handle_root()
544 t_strconcat(value, " M", NULL)); in old_settings_handle_proto()
566 t_strconcat(value, " M", NULL)); in old_settings_handle_proto()
580 t_strconcat(value, " M", NULL)); in old_settings_handle_proto()
590 key = t_strconcat("auth_", key, NULL); in old_settings_handle_proto()
599 t_strconcat(value, " M", NULL)); in old_settings_handle_proto()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-instance.c67 instance_path = t_strconcat(service_set->state_dir, in cmd_instance_list()
83 pidfile_path = t_strconcat(inst->base_dir, "/master.pid", NULL); in cmd_instance_list()
103 instance_path = t_strconcat(service_set->state_dir, in cmd_instance_remove()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-crypt/
H A Dmail-crypt-userenv.c23 const char *set_pw = t_strconcat(str_c(set_key), "_password", NULL); in mail_crypt_load_global_private_keys()
50 const char *set_key = t_strconcat(set_prefix, "_public_key", NULL); in mail_crypt_global_keys_load()
H A Dmail-crypt-pluginenv.c69 const char *set_pw = t_strconcat(str_c(set_key), "_password", NULL); in mail_crypt_load_global_private_keys()
87 const char *set_key = t_strconcat(set_prefix, "_public_key", NULL); in mail_crypt_global_keys_load_pluginenv()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/file/
H A Dsieve-file-script.c46 return t_strconcat(name, "."SIEVE_SCRIPT_FILEEXT, NULL); in sieve_script_file_from_name()
399 binpath = t_strconcat(bpath, bfile, NULL); in sieve_file_script_open()
400 binprefix = t_strconcat(bpath, bprefix, NULL); in sieve_file_script_open()
402 binpath = t_strconcat(bpath, "/", bfile, NULL); in sieve_file_script_open()
403 binprefix = t_strconcat(bpath, "/", bprefix, NULL); in sieve_file_script_open()
636 link_path = t_strconcat in _sieve_file_storage_script_activate()
691 newpath = t_strconcat( fstorage->path, "/", newfile, NULL ); in sieve_file_storage_script_rename()
705 link_path = t_strconcat in sieve_file_storage_script_rename()
H A Dsieve-file-storage.c40 return t_strconcat(path, filename, NULL); in sieve_file_storage_path_extend()
42 return t_strconcat(path, "/", filename , NULL); in sieve_file_storage_path_extend()
127 return t_strconcat(link_path, "/", NULL); in sieve_storage_get_relative_link_path()
248 path = t_strconcat(home, "/", path, NULL); in sieve_file_storage_get_full_path()
280 path = t_strconcat(home, "/", path, NULL); in sieve_file_storage_get_full_active_path()
435 tmp_dir = t_strconcat(storage_path, "/tmp", NULL); in sieve_file_storage_init_common()
604 *storage_path_r = t_strconcat(home, "/sieve", NULL); in sieve_file_storage_autodetect()
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dauth-client-connection.c176 return t_strconcat(line, AUTH_DEBUG_SENSITIVE_SUFFIX, NULL); in auth_line_hide_pass()
179 return t_strconcat(t_strdup_until(line, p), PASSWORD_HIDDEN_STR, in auth_line_hide_pass()
189 return t_strconcat(line, AUTH_DEBUG_SENSITIVE_SUFFIX, NULL); in cont_line_hide_pass()
195 return t_strconcat(t_strdup_until(line, p), PASSWORD_HIDDEN_STR, NULL); in cont_line_hide_pass()
352 mechanisms = t_strconcat("MECH\t", in auth_client_connection_create()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-oauth2/
H A Doauth2-jwt.c92 cache_key_id = t_strconcat(azp, ".", alg, ".", key_id, NULL); in oauth2_lookup_hmac_key()
99 lookup_key = t_strconcat(DICT_PATH_SHARED, azp, "/", alg, "/", key_id, in oauth2_lookup_hmac_key()
176 cache_key_id = t_strconcat(azp, ".", alg, ".", key_id, NULL); in oauth2_lookup_pubkey()
182 lookup_key = t_strconcat(DICT_PATH_SHARED, azp, "/", alg, "/", key_id, in oauth2_lookup_pubkey()
258 const char *data = t_strconcat(blobs[0], ".", blobs[1], NULL); in oauth2_validate_rsa_ecdsa()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/sieve-tools/
H A Dsievec.c118 file = t_strconcat(scriptfile, dp->d_name, NULL); in main()
120 file = t_strconcat(scriptfile, "/", dp->d_name, NULL); in main()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-settings/
H A Dsettings.c38 return t_strconcat("Invalid boolean: ", value, NULL); in get_bool()
48 return t_strconcat("Invalid number: ", value, NULL); in get_uint()
116 return t_strconcat("Unknown setting: ", key, NULL); in parse_setting_from_defs()
131 return t_strconcat(t_strdup_until(input->path, p+1), path, NULL); in fix_relative_path()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/shared/
H A Dshared-storage.c53 *error_r = t_strconcat("Unknown shared storage driver: ", in shared_storage_create()
217 t_strconcat(username, "@", domain, NULL); in shared_storage_get_namespace()
247 t_strconcat(ns->prefix, name, NULL)); in shared_storage_get_namespace()
351 t_strconcat(new_ns->prefix, name, NULL)); in shared_storage_get_namespace()

1234567891011