Home
last modified time | relevance | path

Searched refs:branchname (Results 101 – 125 of 736) sorted by relevance

12345678910>>...30

/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dcisco_pix.l54 " Deny" xstrncpy(opt.line->branchname, "Deny", SHORTLEN);
88 " permitted" xstrncpy(opt.line->branchname, "permitted", SHORTLEN);
89 " denied" xstrncpy(opt.line->branchname, "denied", SHORTLEN);
388 xstrncpy(opt.line->branchname, "-", SHORTLEN); in flex_cisco_pix()
H A Dcisco_ios.l114 …opt.line->chainlabel, opt.line->branchname, proto, &shost1, &shost2, &shost3, &shost4, &opt.line->… in cisco_ios_parse_src()
118 …%" SHORTLEN_S "s %8s %3d.%3d.%3d.%3d", opt.line->chainlabel, opt.line->branchname, proto, &shost1,… in cisco_ios_parse_src()
/dports/science/hepmc3/HepMC3-3.2.4/examples/ConvertExample/include/
H A DReaderuprootTree.h23 … &filename,const std::string &treename="hepmc3_tree",const std::string &branchname="hepmc3_event");
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dipfw.l93 opt.line->log_label, opt.line->branchname); in ipfw_parse_label()
98 strncat(opt.line->log_label, opt.line->branchname, SHORTLEN - strlen(opt.line->log_label) - 1); in ipfw_parse_label()
H A Dipfilter.l139 opt.line->branchname);
145 opt.line->branchname);
152 strncat(opt.line->log_label, opt.line->branchname, SHORTLEN - strlen(opt.line->log_label) - 1);
/dports/devel/monotone/monotone-1.1/test/func/
H A Dtest_hooks.lua33 function get_author(branchname)
/dports/devel/monotone/monotone-1.1/test/extra/
H A Dtest_hooks.lua33 function get_author(branchname)
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/cpl/
H A Dcplsetup.c144 char **branchname; in CPLsetup() local
215 branchname = TMALLOC(char *, here->dimension); in CPLsetup()
218 branchname[m] = TMALLOC(char, MAX_STRING); in CPLsetup()
219 sprintf(branchname[m], "branch1_%d", m); in CPLsetup()
224 tfree(branchname[m]); in CPLsetup()
228 tfree(branchname); in CPLsetup()
229 branchname = TMALLOC(char *, here->dimension); in CPLsetup()
232 branchname[m] = TMALLOC(char, MAX_STRING); in CPLsetup()
233 sprintf(branchname[m], "branch2_%d", m); in CPLsetup()
238 tfree(branchname[m]); in CPLsetup()
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/
H A DREADME.md16 …mmand for pushing if used as submodule: `git push git@github.com:nextcloud/3rdparty.git branchname`
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/themes/
H A Dnebirhos.zsh-theme2 # @host ➜ currentdir rvm:(rubyversion@gemset) git:(branchname)
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dworktree.c467 const char *branchname = xstrndup(s, n); in dwim_branch() local
470 UNLEAK(branchname); in dwim_branch()
471 if (!strbuf_check_branch_ref(&ref, branchname) && in dwim_branch()
474 return branchname; in dwim_branch()
477 *new_branch = branchname; in dwim_branch()
/dports/devel/mercurial/mercurial-6.0/mercurial/templates/raw/
H A Dmap40 branchname = 'branch: {name}\n'
/dports/multimedia/pitivi/pitivi-0.999/build/flatpak/
H A Dpitivi-flatpak100 def expand_manifest(manifest_path, outfile, basedir, gst_version, branchname):
108 if branchname == "stable":
113 elif branchname == "master":
116 template["desktop-file-name-prefix"] = "(%s) " % branchname
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/
H A DVCS.hs637 , vcsSwitchBranch = \RepoState{allBranches} branchname -> do
638 unless (branchname `Map.member` allBranches) $
639 git ["branch", branchname]
640 git $ ["checkout", branchname] ++ verboseArg
/dports/devel/hgsvn/hgsvn-0.6.0/hgsvn/run/
H A Dhgpushsvn.py710 branchname = target_hgbranch
713 branchname, BranchSVNRev = get_branchinfo_from_hg(s)
716 if branchname in branches:
717 branches[branchname].extend(headinfo)
719 branches[branchname] = [headinfo]
858 branchname, BranchSVNRev = get_branchinfo_from_hg(hg_parent)
859 use_branch = branchname
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dworktree.c450 const char *branchname = xstrndup(s, n);
453 UNLEAK(branchname);
455 branch_exists = !strbuf_check_branch_ref(&ref, branchname) &&
459 return branchname;
461 *new_branch = branchname;
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dworktree.c450 const char *branchname = xstrndup(s, n); in dwim_branch() local
453 UNLEAK(branchname); in dwim_branch()
455 branch_exists = !strbuf_check_branch_ref(&ref, branchname) && in dwim_branch()
459 return branchname; in dwim_branch()
461 *new_branch = branchname; in dwim_branch()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dworktree.c450 const char *branchname = xstrndup(s, n); in dwim_branch() local
453 UNLEAK(branchname); in dwim_branch()
455 branch_exists = !strbuf_check_branch_ref(&ref, branchname) && in dwim_branch()
459 return branchname; in dwim_branch()
461 *new_branch = branchname; in dwim_branch()
/dports/devel/git/git-2.34.1/builtin/
H A Dworktree.c450 const char *branchname = xstrndup(s, n); in dwim_branch() local
453 UNLEAK(branchname); in dwim_branch()
455 branch_exists = !strbuf_check_branch_ref(&ref, branchname) && in dwim_branch()
459 return branchname; in dwim_branch()
461 *new_branch = branchname; in dwim_branch()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dworktree.c450 const char *branchname = xstrndup(s, n); in dwim_branch() local
453 UNLEAK(branchname); in dwim_branch()
455 branch_exists = !strbuf_check_branch_ref(&ref, branchname) && in dwim_branch()
459 return branchname; in dwim_branch()
461 *new_branch = branchname; in dwim_branch()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/cmake_modules/
H A DTokuSetupCTest.cmake69 get_filename_component(branchname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
81 set(BUILDNAME "${branchname} ${buildname_build_type} ${CMAKE_SYSTEM} ${machine_type} ${CMAKE_CXX_CO…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/cmake_modules/
H A DTokuSetupCTest.cmake69 get_filename_component(branchname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
81 set(BUILDNAME "${branchname} ${buildname_build_type} ${CMAKE_SYSTEM} ${machine_type} ${CMAKE_CXX_CO…
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/cmake_modules/
H A DTokuSetupCTest.cmake69 get_filename_component(branchname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
81 set(BUILDNAME "${branchname} ${buildname_build_type} ${CMAKE_SYSTEM} ${machine_type} ${CMAKE_CXX_CO…
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/cmake_modules/
H A DTokuSetupCTest.cmake69 get_filename_component(branchname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
81 set(BUILDNAME "${branchname} ${buildname_build_type} ${CMAKE_SYSTEM} ${machine_type} ${CMAKE_CXX_CO…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/cmake_modules/
H A DTokuSetupCTest.cmake69 get_filename_component(branchname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
81 set(BUILDNAME "${branchname} ${buildname_build_type} ${CMAKE_SYSTEM} ${machine_type} ${CMAKE_CXX_CO…

12345678910>>...30