Home
last modified time | relevance | path

Searched refs:branchname (Results 1 – 25 of 736) sorted by last modified time

12345678910>>...30

/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dmain.h398 char branchname[SHORTLEN]; member
416 char *branchname; member
542 char branchname[SHORTLEN]; member
H A Dutils.c117 free(first->branchname); in free_conn_data()
187 opt.line->branchname[0] = '\0'; in init_line()
H A Dipfw.l38 "Deny" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH; …
39 "Count" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH;…
40 "Accept" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH;…
/dports/graphics/rawstudio/rawstudio-2.0/
H A Dconfigure17079 branchname()
17112 RAWSTUDIO_BRANCH=$(LC_ALL=C svn info |branchname)
17115 RAWSTUDIO_BRANCH=$(cat .svninfo|branchname)
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c956 if(levelsets[current_set].levelorder[current_level].branchname) in getsyspropertybyindex()
957 strcpy(StrCache_Get(var->strVal), levelsets[current_set].levelorder[current_level].branchname); in getsyspropertybyindex()
7901 if(le->branchname) free(le->branchname); in unload_levelorder()
7935 le->branchname = NAME(branch_name); in add_level()
7953 le->branchname = NAME(branch_name); in add_scene()
7967 le->branchname = NAME(branch_name); in add_select()
22226 if(set->levelorder[i].branchname && stricmp(set->levelorder[i].branchname, branch_name)==0) in playgame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c1126 if(levelsets[current_set].levelorder[current_level].branchname) in getsyspropertybyindex()
1128 … strcpy(StrCache_Get(var->strVal), levelsets[current_set].levelorder[current_level].branchname); in getsyspropertybyindex()
10501 if(le->branchname) in unload_levelorder()
10503 free(le->branchname); in unload_levelorder()
10561 le->branchname = NAME(branch_name); in add_level()
10582 le->branchname = NAME(branch_name); in add_scene()
10599 le->branchname = NAME(branch_name); in add_select()
29711 … if(set->levelorder[i].branchname && stricmp(set->levelorder[i].branchname, branch_name) == 0) in playgame()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c12782 if(le->branchname) in unload_levelorder()
12784 free(le->branchname); in unload_levelorder()
12852 le->branchname = NAME(branch_name); in add_level()
12874 le->branchname = NAME(branch_name); in add_scene()
12891 le->branchname = NAME(branch_name); in add_select()
12909 le->branchname = NAME(branch_name); in add_skipselect()
37252 … if(set->levelorder[i].branchname && stricmp(set->levelorder[i].branchname, branch_name) == 0) in playgame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c1247 …& levelsets[current_set].levelorder && levelsets[current_set].levelorder[current_level].branchname) in getsyspropertybyindex()
1249 … strcpy(StrCache_Get(var->strVal), levelsets[current_set].levelorder[current_level].branchname); in getsyspropertybyindex()
12198 if(le->branchname) in unload_levelorder()
12200 free(le->branchname); in unload_levelorder()
12268 le->branchname = NAME(branch_name); in add_level()
12290 le->branchname = NAME(branch_name); in add_scene()
12307 le->branchname = NAME(branch_name); in add_select()
12325 le->branchname = NAME(branch_name); in add_skipselect()
33780 … if(set->levelorder[i].branchname && stricmp(set->levelorder[i].branchname, branch_name) == 0) in playgame()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c7719 free(levelorder[j][i]->branchname); in unload_levelorder()
7720 levelorder[j][i]->branchname = NULL; in unload_levelorder()
7772 levelorder[diff][num_levels[diff]]->branchname = malloc(len + 1); in add_level()
7773 strcpy(levelorder[diff][num_levels[diff]]->branchname, branch_name); in add_level()
7774 levelorder[diff][num_levels[diff]]->branchname[len] = 0; in add_level()
7799 levelorder[diff][num_levels[diff]]->branchname = malloc(len + 1); in add_scene()
7800 strcpy(levelorder[diff][num_levels[diff]]->branchname, branch_name); in add_scene()
7801 levelorder[diff][num_levels[diff]]->branchname[len] = 0; in add_scene()
7822 levelorder[diff][num_levels[diff]]->branchname = malloc(len + 1); in add_select()
7823 strcpy(levelorder[diff][num_levels[diff]]->branchname, branch_name); in add_select()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dgit-svn.perl706 for my $branchname (sort keys(%result_hash)) {
707 my $revlist = $result_hash{$branchname};
708 $result .= "$branchname:$revlist\n"
/dports/devel/git-svn/git-2.34.1/
H A Dgit-svn.perl706 for my $branchname (sort keys(%result_hash)) {
707 my $revlist = $result_hash{$branchname};
708 $result .= "$branchname:$revlist\n"
/dports/devel/git-p4/git-2.34.1/
H A Dgit-svn.perl706 for my $branchname (sort keys(%result_hash)) {
707 my $revlist = $result_hash{$branchname};
708 $result .= "$branchname:$revlist\n"
/dports/devel/monotone/monotone-1.1/extra/mtn-hooks/
H A Dmonotone-ciabot.py153 def _pattern_for_branch(self, branchname): argument
154 l = [ p for p in self.patterns if fnmatch.fnmatchcase(branchname, p) ]
159 def projectid_for_branch(self, branchname): argument
160 pat = self._pattern_for_branch(branchname)
165 def projectname_for_branch(self, branchname): argument
166 pat = self._pattern_for_branch(branchname)
171 def url_for_revision(self, branchname, revid): argument
172 pat = self._pattern_for_branch(branchname)
176 substs["branch"] = branchname;
/dports/devel/cvs-devel/cvs-1.12.13/doc/
H A Dcvs.texinfo4619 the @samp{-j @var{branchname}} flag to the @code{update} subcommand. With one
4620 @samp{-j @var{branchname}} option it merges the changes made between the
4668 The @code{checkout} command also supports the @samp{-j @var{branchname}} flag. The
4828 rather than a dynamic tag (@samp{-j @var{branchname}}) to merge
11548 @samp{-j @var{branchname}} to merge changes from a branch will
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-svn.perl706 for my $branchname (sort keys(%result_hash)) {
707 my $revlist = $result_hash{$branchname};
708 $result .= "$branchname:$revlist\n"
/dports/devel/tkcvs/tkcvs-8.2.3/tkcvs/
H A Ddialog.tcl1347 entry .svn_update.tbranch -relief sunken -textvariable cvsglb(branchname)
H A Dsvn.tcl389 set command "svn switch $cvscfg(svnroot)/$cvscfg(svn_branchdir)/$cvsglb(branchname)"
/dports/devel/git/git-2.34.1/
H A Dgit-svn.perl706 for my $branchname (sort keys(%result_hash)) {
707 my $revlist = $result_hash{$branchname};
708 $result .= "$branchname:$revlist\n"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/
H A DREADME.md605 $ git rebase origin/branchname
/dports/www/firefox/firefox-99.0/third_party/aom/
H A DREADME.md605 $ git rebase origin/branchname
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/
H A DREADME.md605 $ git rebase origin/branchname
/dports/www/gitea/gitea-1.16.5/
H A DCHANGELOG.md3912 * Use url.PathEscape to escape the branchname (#6304)
/dports/databases/mariadb105-client/mariadb-10.5.15/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/mariadb105-server/mariadb-10.5.15/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/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/scripts/
H A Drun.fractal.tree.tests.cmake51 get_filename_component(branchname "${CTEST_SOURCE_DIRECTORY}" NAME)
66 set(BUILDNAME "${branchname} ${CMAKE_SYSTEM} ${machine_type}" CACHE STRING "CTest build name" FORCE)

12345678910>>...30