Home
last modified time | relevance | path

Searched refs:git__strdup (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dnet.c41 out->scheme = git__strdup(in->scheme); in git_net_url_dup()
46 out->host = git__strdup(in->host); in git_net_url_dup()
51 out->port = git__strdup(in->port); in git_net_url_dup()
56 out->path = git__strdup(in->path); in git_net_url_dup()
61 out->query = git__strdup(in->query); in git_net_url_dup()
66 out->username = git__strdup(in->username); in git_net_url_dup()
71 out->password = git__strdup(in->password); in git_net_url_dup()
211 out->query = git__strdup(query); in git_net_url_joinpath()
239 out->scheme = git__strdup(one->scheme); in git_net_url_joinpath()
244 out->host = git__strdup(one->host); in git_net_url_joinpath()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/transports/
H A Dcred.c95 c->username = git__strdup(username); in git_cred_userpass_plaintext_new()
102 c->password = git__strdup(password); in git_cred_userpass_plaintext_new()
244 c->username = git__strdup(username); in git_cred_ssh_key_type_new()
247 c->privatekey = git__strdup(privatekey); in git_cred_ssh_key_type_new()
251 c->publickey = git__strdup(publickey); in git_cred_ssh_key_type_new()
256 c->passphrase = git__strdup(passphrase); in git_cred_ssh_key_type_new()
280 c->username = git__strdup(username); in git_cred_ssh_interactive_new()
301 c->username = git__strdup(username); in git_cred_ssh_key_from_agent()
328 c->username = git__strdup(username); in git_cred_ssh_custom_new()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/transports/
H A Dcred.c95 c->username = git__strdup(username); in git_cred_userpass_plaintext_new()
102 c->password = git__strdup(password); in git_cred_userpass_plaintext_new()
244 c->username = git__strdup(username); in git_cred_ssh_key_type_new()
247 c->privatekey = git__strdup(privatekey); in git_cred_ssh_key_type_new()
251 c->publickey = git__strdup(publickey); in git_cred_ssh_key_type_new()
256 c->passphrase = git__strdup(passphrase); in git_cred_ssh_key_type_new()
280 c->username = git__strdup(username); in git_cred_ssh_interactive_new()
301 c->username = git__strdup(username); in git_cred_ssh_key_from_agent()
328 c->username = git__strdup(username); in git_cred_ssh_custom_new()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/transports/
H A Dcred.c95 c->username = git__strdup(username); in git_cred_userpass_plaintext_new()
102 c->password = git__strdup(password); in git_cred_userpass_plaintext_new()
244 c->username = git__strdup(username); in git_cred_ssh_key_type_new()
247 c->privatekey = git__strdup(privatekey); in git_cred_ssh_key_type_new()
251 c->publickey = git__strdup(publickey); in git_cred_ssh_key_type_new()
256 c->passphrase = git__strdup(passphrase); in git_cred_ssh_key_type_new()
280 c->username = git__strdup(username); in git_cred_ssh_interactive_new()
301 c->username = git__strdup(username); in git_cred_ssh_key_from_agent()
328 c->username = git__strdup(username); in git_cred_ssh_custom_new()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/transports/
H A Dcredential.c95 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
102 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
244 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
247 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
251 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
256 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
280 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
301 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
328 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/transports/
H A Dcredential.c95 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
102 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
244 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
247 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
251 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
256 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
280 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
301 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
328 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/libgit2/libgit2-1.3.0/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/transports/
H A Dcredential.c95 c->username = git__strdup(username);
102 c->password = git__strdup(password);
244 c->username = git__strdup(username); in collect_module_ranges()
247 c->privatekey = git__strdup(privatekey); in collect_module_ranges()
251 c->publickey = git__strdup(publickey); in collect_module_ranges()
256 c->passphrase = git__strdup(passphrase); in collect_module_ranges()
280 c->username = git__strdup(username); in ranges_add_include()
301 c->username = git__strdup(username);
328 c->username = git__strdup(username);
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/transports/
H A Dcredential.c97 c->username = git__strdup(username); in git_credential_userpass_plaintext_new()
104 c->password = git__strdup(password); in git_credential_userpass_plaintext_new()
248 c->username = git__strdup(username); in git_credential_ssh_key_type_new()
251 c->privatekey = git__strdup(privatekey); in git_credential_ssh_key_type_new()
255 c->publickey = git__strdup(publickey); in git_credential_ssh_key_type_new()
260 c->passphrase = git__strdup(passphrase); in git_credential_ssh_key_type_new()
286 c->username = git__strdup(username); in git_credential_ssh_interactive_new()
308 c->username = git__strdup(username); in git_credential_ssh_key_from_agent()
336 c->username = git__strdup(username); in git_credential_ssh_custom_new()

12345678910>>...45