Home
last modified time | relevance | path

Searched refs:EM_ASSERT_STRING (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-cred.c29 EM_ASSERT_STRING(_username); in egit_cred_ssh_key_from_agent()
44 EM_ASSERT_STRING(_username); in egit_cred_ssh_key_memory_new()
45 EM_ASSERT_STRING(_public_key); in egit_cred_ssh_key_memory_new()
46 EM_ASSERT_STRING(_private_key); in egit_cred_ssh_key_memory_new()
47 EM_ASSERT_STRING(_passphrase); in egit_cred_ssh_key_memory_new()
72 EM_ASSERT_STRING(_username); in egit_cred_ssh_key_new()
73 EM_ASSERT_STRING(_public_key); in egit_cred_ssh_key_new()
75 EM_ASSERT_STRING(_passphrase); in egit_cred_ssh_key_new()
102 EM_ASSERT_STRING(_username); in egit_cred_username_new()
115 EM_ASSERT_STRING(_username); in egit_cred_userpass_plaintext_new()
[all …]
H A Degit-config.c68 EM_ASSERT_STRING(_path); in egit_config_open_ondisk()
99 EM_ASSERT_STRING(_name); in egit_config_get_bool()
115 EM_ASSERT_STRING(_name); in egit_config_get_int()
133 EM_ASSERT_STRING(_name); in egit_config_get_path()
156 EM_ASSERT_STRING(_name); in egit_config_get_string()
185 EM_ASSERT_STRING(_name); in egit_config_set_bool()
198 EM_ASSERT_STRING(_name); in egit_config_set_int()
212 EM_ASSERT_STRING(_name); in egit_config_set_string()
237 EM_ASSERT_STRING(_path); in egit_config_add_file_ondisk()
262 EM_ASSERT_STRING(_name); in egit_config_delete_entry()
[all …]
H A Degit-graph.c18 EM_ASSERT_STRING(_local); in egit_graph_ahead_behind()
19 EM_ASSERT_STRING(_upstream); in egit_graph_ahead_behind()
39 EM_ASSERT_STRING(_commit); in egit_graph_descendant_p()
40 EM_ASSERT_STRING(_ancestor); in egit_graph_descendant_p()
H A Degit-signature.c29 EM_ASSERT_STRING(_str); in egit_signature_from_string()
41 EM_ASSERT_STRING(_name); in egit_signature_new()
42 EM_ASSERT_STRING(_email); in egit_signature_new()
63 EM_ASSERT_STRING(_name); in egit_signature_now()
64 EM_ASSERT_STRING(_email); in egit_signature_now()
H A Degit-annotated-commit.c36 EM_ASSERT_STRING(_branch_name); in egit_annotated_commit_from_fetchhead()
37 EM_ASSERT_STRING(_remote_url); in egit_annotated_commit_from_fetchhead()
38 EM_ASSERT_STRING(_id); in egit_annotated_commit_from_fetchhead()
63 EM_ASSERT_STRING(_spec); in egit_annotated_commit_from_revspec()
85 EM_ASSERT_STRING(_id); in egit_annotated_commit_lookup()
H A Degit-reference.c21 EM_ASSERT_STRING(_name); in egit_reference_create()
22 EM_ASSERT_STRING(_id); in egit_reference_create()
50 EM_ASSERT_STRING(_name); in egit_reference_create_matching()
51 EM_ASSERT_STRING(_id); in egit_reference_create_matching()
94 EM_ASSERT_STRING(_shorthand); in egit_reference_dwim()
113 EM_ASSERT_STRING(_name); in egit_reference_lookup()
159 EM_ASSERT_STRING(_refname); in egit_reference_name_to_id()
287 EM_ASSERT_STRING(_refname); in egit_reference_ensure_log()
305 EM_ASSERT_STRING(_refname); in egit_reference_remove()
346 EM_ASSERT_STRING(_refname); in egit_reference_has_log_p()
[all …]
H A Degit-branch.c16 EM_ASSERT_STRING(_name); in egit_branch_create()
38 EM_ASSERT_STRING(_commitish); in egit_branch_create_from_annotated()
39 EM_ASSERT_STRING(_name); in egit_branch_create_from_annotated()
124 EM_ASSERT_STRING(_name); in egit_branch_lookup()
185 EM_ASSERT_STRING(_newname); in egit_branch_move()
217 EM_ASSERT_STRING(_branch); in egit_branch_remote_name()
269 EM_ASSERT_STRING(_refname); in egit_branch_upstream_name()
288 EM_ASSERT_STRING(_refname); in egit_branch_upstream_remote()
H A Degit-revwalk.c47 EM_ASSERT_STRING(_oid); in egit_revwalk_hide()
62 EM_ASSERT_STRING(_glob); in egit_revwalk_hide_glob()
87 EM_ASSERT_STRING(_refname); in egit_revwalk_hide_ref()
102 EM_ASSERT_STRING(_oid); in egit_revwalk_push()
117 EM_ASSERT_STRING(_glob); in egit_revwalk_push_glob()
145 EM_ASSERT_STRING(_range); in egit_revwalk_push_range()
160 EM_ASSERT_STRING(_refname); in egit_revwalk_push_ref()
H A Degit-blob.c19 EM_ASSERT_STRING(_str); in egit_blob_create_fromstring()
39 EM_ASSERT_STRING(_path); in egit_blob_create_fromdisk()
58 EM_ASSERT_STRING(_path); in egit_blob_create_fromworkdir()
75 EM_ASSERT_STRING(_oid); in egit_blob_lookup()
92 EM_ASSERT_STRING(_oid); in egit_blob_lookup_prefix()
129 EM_ASSERT_STRING(_path); in egit_blob_filtered_content()
H A Degit-submodule.c40 EM_ASSERT_STRING(_url); in egit_submodule_add_setup()
41 EM_ASSERT_STRING(_path); in egit_submodule_add_setup()
59 EM_ASSERT_STRING(_name); in egit_submodule_lookup()
220 EM_ASSERT_STRING(_name); in egit_submodule_status()
380 EM_ASSERT_STRING(_name); in egit_submodule_set_branch()
381 EM_ASSERT_STRING(_refname); in egit_submodule_set_branch()
401 EM_ASSERT_STRING(_name); in egit_submodule_set_fetch_recurse_submodules()
423 EM_ASSERT_STRING(_name); in egit_submodule_set_ignore()
445 EM_ASSERT_STRING(_name); in egit_submodule_set_update()
467 EM_ASSERT_STRING(_name); in egit_submodule_set_url()
[all …]
H A Degit-tree.c18 EM_ASSERT_STRING(_oid); in egit_tree_lookup()
35 EM_ASSERT_STRING(_oid); in egit_tree_lookup_prefix()
59 EM_ASSERT_STRING(_oid); in egit_tree_entry_byid()
106 EM_ASSERT_STRING(_name); in egit_tree_entry_byname()
122 EM_ASSERT_STRING(_path); in egit_tree_entry_bypath()
H A Degit-remote.c21 EM_ASSERT_STRING(_name); in egit_remote_create()
22 EM_ASSERT_STRING(_url); in egit_remote_create()
41 EM_ASSERT_STRING(_name); in egit_remote_lookup()
172 EM_ASSERT_STRING(_name); in egit_remote_valid_name_p()
191 EM_ASSERT_STRING(_name); in egit_remote_add_refspec()
192 EM_ASSERT_STRING(_refspec); in egit_remote_add_refspec()
H A Degit-repository.c18 EM_ASSERT_STRING(_path); in egit_repository_init()
37 EM_ASSERT_STRING(_path); in egit_repository_open()
57 EM_ASSERT_STRING(_path); in egit_repository_open_bare()
125 EM_ASSERT_STRING(_name); in egit_repository_head_for_worktree()
264 EM_ASSERT_STRING(_refname); in egit_repository_set_head()
283 EM_ASSERT_STRING(_commitish); in egit_repository_set_head_detached()
324 EM_ASSERT_STRING(_nmspace); in egit_repository_set_namespace()
344 EM_ASSERT_STRING(_workdir); in egit_repository_set_workdir()
447 EM_ASSERT_STRING(car); in egit_repository_discover()
H A Degit-treebuilder.c50 EM_ASSERT_STRING(_path); in egit_treebuilder_get()
84 EM_ASSERT_STRING(_path); in egit_treebuilder_insert()
85 EM_ASSERT_STRING(_oid); in egit_treebuilder_insert()
107 EM_ASSERT_STRING(_path); in egit_treebuilder_remove()
H A Degit-revparse.c15 EM_ASSERT_STRING(_spec); in egit_revparse()
43 EM_ASSERT_STRING(_spec); in egit_revparse_ext()
68 EM_ASSERT_STRING(_spec); in egit_revparse_single()
H A Degit-clone.c11 EM_ASSERT_STRING(_url); in egit_clone()
12 EM_ASSERT_STRING(_path); in egit_clone()
H A Degit-reflog.c113 EM_ASSERT_STRING(_id); in egit_reflog_append()
135 EM_ASSERT_STRING(_refname); in egit_reflog_delete()
168 EM_ASSERT_STRING(_old_refname); in egit_reflog_rename()
169 EM_ASSERT_STRING(_new_refname); in egit_reflog_rename()
H A Degit-ignore.c13 EM_ASSERT_STRING(_rules); in egit_add_rule()
46 EM_ASSERT_STRING(_path); in egit_path_ignored_p()
H A Degit-message.c15 EM_ASSERT_STRING(_msg); in egit_message_prettify()
35 EM_ASSERT_STRING(_msg); in egit_message_trailers()
H A Degit-blame.c36 EM_ASSERT_STRING(cdr); in extract_options()
40 EM_ASSERT_STRING(cdr); in extract_options()
75 EM_ASSERT_STRING(_path); in egit_blame_file()
H A Degit-object.c22 EM_ASSERT_STRING(_oid); in egit_object_lookup()
49 EM_ASSERT_STRING(_oid); in egit_object_lookup_prefix()
H A Degit-refspec.c60 EM_ASSERT_STRING(_refname); in egit_refspec_dst_matches_p()
81 EM_ASSERT_STRING(_refname); in egit_refspec_src_matches_p()
H A Degit-status.c44 EM_ASSERT_STRING(_path); in egit_status_file()
65 EM_ASSERT_STRING(_path); in egit_status_should_ignore_p()
H A Degit-describe.c45 EM_ASSERT_STRING(cdr); in egit_describe_options_parse()
59 EM_ASSERT_STRING(cdr); in egit_describe_options_parse()
H A Degit-commit.c16 EM_ASSERT_STRING(_oid); in egit_commit_lookup()
33 EM_ASSERT_STRING(_oid); in egit_commit_lookup_prefix()
237 EM_ASSERT_STRING(_msg); in egit_commit_create()

12