Home
last modified time | relevance | path

Searched refs:ign_path (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dignore.c275 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
476 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
H A Dignore.h31 git_vector ign_path; member
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
371 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
376 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
377 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
395 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
416 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
418 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
420 git_vector_free(&ignores->ign_path); in git_ignore__free()
472 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
H A Dignore.h31 git_vector ign_path; member
/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 Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
H A Dignore.h31 git_vector ign_path; member
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
H A Dignore.h31 git_vector ign_path; member
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
364 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
369 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
370 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
388 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
409 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
411 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
413 git_vector_free(&ignores->ign_path); in git_ignore__free()
465 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
546 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dignore.c267 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
373 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
378 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
379 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
397 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
418 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
420 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
422 git_vector_free(&ignores->ign_path); in git_ignore__free()
474 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
364 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
369 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
370 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
388 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
409 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
411 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
413 git_vector_free(&ignores->ign_path); in git_ignore__free()
465 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
546 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/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 Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
366 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
371 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
372 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
390 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
411 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
413 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
415 git_vector_free(&ignores->ign_path); in git_ignore__free()
467 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
550 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
366 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
371 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
372 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
390 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
411 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
413 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
415 git_vector_free(&ignores->ign_path); in git_ignore__free()
467 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
550 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
364 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
369 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
370 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
388 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
409 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
411 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
413 git_vector_free(&ignores->ign_path); in git_ignore__free()
462 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__lookup()
543 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
364 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
369 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
370 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
388 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
409 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
411 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
413 git_vector_free(&ignores->ign_path); in git_ignore__free()
465 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
546 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
371 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
376 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
377 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
395 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
416 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
418 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
420 git_vector_free(&ignores->ign_path); in git_ignore__free()
472 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
371 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
376 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
377 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
395 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
416 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
418 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
420 git_vector_free(&ignores->ign_path); in git_ignore__free()
472 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
366 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
371 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
372 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
390 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
411 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
413 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
415 git_vector_free(&ignores->ign_path); in git_ignore__free()
467 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
550 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dignore.c271 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
381 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
386 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
387 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
405 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
426 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
428 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
430 git_vector_free(&ignores->ign_path); in git_ignore__free()
482 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
565 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dignore.c261 return push_ignore_file(ign, &ign->ign_path, path, GIT_IGNORE_FILE); in push_one_ignore()
371 ign, &ign->ign_path, ign->dir.ptr, GIT_IGNORE_FILE); in git_ignore__push_dir()
376 if (ign->ign_path.length > 0) { in git_ignore__pop_dir()
377 git_attr_file *file = git_vector_last(&ign->ign_path); in git_ignore__pop_dir()
395 git_vector_pop(&ign->ign_path); in git_ignore__pop_dir()
416 git_vector_foreach(&ignores->ign_path, i, file) { in git_ignore__free()
418 ignores->ign_path.contents[i] = NULL; in git_ignore__free()
420 git_vector_free(&ignores->ign_path); in git_ignore__free()
472 git_vector_rforeach(&ignores->ign_path, i, file) { in git_ignore__lookup()
555 git_vector_foreach(&ignores.ign_path, i, file) { in git_ignore_path_is_ignored()

12