Home
last modified time | relevance | path

Searched refs:newrc (Results 1 – 25 of 142) sorted by relevance

123456

/dports/devel/gitolite/gitolite-3.6.12/contrib/utils/
H A Drc-format-v3.488 my $newrc = glrc('default-text');
118 $newrc =~ s/(ROLES *=> *\{\n).*?\n( *\},)/$1$t$2/s;
154 print $newrc;
177 $newrc =~ s/# $key /$key /; # uncomment if needed
179 $newrc =~ s/$key ( *=> *).*/$key $1$oldrc{$key},/;
181 $newrc =~ s/$key ( *=> *).*/$key $1'$oldrc{$key}',/;
183 $newrc =~ s/$key ( *=> *).*/$key $1"$oldrc{$key}",/;
192 $newrc =~ s/^( *)'$key'/$1# '$key'/m;
194 $newrc =~ s/^( *)$key\b/$1# $key/m;
200 $newrc =~ s/^( *)# *'$key'/$1'$key'/m;
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dbackward_compatibility.py181 newrc = osp.join(osp.dirname(oldrc), 'prefs')
185 "(saved under '%s')." % (oldrc, newrc, saved),
191 if osp.isfile(newrc):
192 func_read(newrc, dnew, mcsimp=['vers', 'noeud'])
199 % (key, dold[key], dnew[key], newrc),
202 with open(newrc, 'r') as f:
209 with open(newrc, 'w') as f:
212 warn("no sufficient permissions to write the file '%s'" % newrc,
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dbackward_compatibility.py181 newrc = osp.join(osp.dirname(oldrc), 'prefs')
185 "(saved under '%s')." % (oldrc, newrc, saved),
191 if osp.isfile(newrc):
192 func_read(newrc, dnew, mcsimp=['vers', 'noeud'])
199 % (key, dold[key], dnew[key], newrc),
202 with open(newrc, 'r') as f:
209 with open(newrc, 'w') as f:
212 warn("no sufficient permissions to write the file '%s'" % newrc,
/dports/news/suck/suck-4.3.4/
H A Dactive.c331 FILE *oldrc, *newrc; in get_msgids() local
337 oldrc = newrc = NULL; in get_msgids()
380 fprintf(newrc, "# %s %ld", group, lastread); in get_msgids()
382 fprintf(newrc, " %d", maxread); in get_msgids()
384 fputc('\n', newrc); in get_msgids()
388 fprintf(newrc,"%s %ld %d\n", group, lastread, maxread); in get_msgids()
391 retval = do_one_group(master, buf, group, newrc, lastread, maxread); in get_msgids()
402 fputs(buf, newrc); in get_msgids()
429 fprintf(newrc, "# %s", buf); in get_msgids()
439 if(newrc != NULL) { in get_msgids()
[all …]
/dports/news/suck-cnews/suck-4.3.4/
H A Dactive.c331 FILE *oldrc, *newrc; in get_msgids() local
337 oldrc = newrc = NULL; in get_msgids()
380 fprintf(newrc, "# %s %ld", group, lastread); in get_msgids()
382 fprintf(newrc, " %d", maxread); in get_msgids()
384 fputc('\n', newrc); in get_msgids()
388 fprintf(newrc,"%s %ld %d\n", group, lastread, maxread); in get_msgids()
391 retval = do_one_group(master, buf, group, newrc, lastread, maxread); in get_msgids()
402 fputs(buf, newrc); in get_msgids()
429 fprintf(newrc, "# %s", buf); in get_msgids()
439 if(newrc != NULL) { in get_msgids()
[all …]
/dports/emulators/bochs/bochs-2.7/gui/
H A Dtextconfig.cc667 char newrc[CI_PATH_LENGTH]; in bx_read_rc() local
670 if (!strcmp(newrc, "none")) return -1; in bx_read_rc()
671 if (SIM->read_rc(newrc) >= 0) return 0; in bx_read_rc()
672 bx_printf("The file '%s' could not be found.\n", newrc); in bx_read_rc()
678 char oldrc[CI_PATH_LENGTH], newrc[CI_PATH_LENGTH]; in bx_write_rc() local
688 if (!strcmp(newrc, "none")) return 0; in bx_write_rc()
690 int status = SIM->write_rc(newrc, 0); in bx_write_rc()
692 bx_printf("Wrote configuration to '%s'.\n", newrc); in bx_write_rc()
703 if (SIM->write_rc(newrc, 1) >= 0) { in bx_write_rc()
704 bx_printf("Overwriting existing configuration '%s'.\n", newrc); in bx_write_rc()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/http/
H A Dhttp.cc105 lcb_error_t newrc; in finish_or_retry() local
106 newrc = assign_url(NULL, 0, NULL, 0); in finish_or_retry()
107 if (newrc != LCB_SUCCESS) { in finish_or_retry()
109 LOGID(this), nextnode, newrc, lcb_strerror(NULL, newrc)); in finish_or_retry()
114 newrc = submit(); in finish_or_retry()
115 if (newrc != LCB_SUCCESS) { in finish_or_retry()
117 nextnode, newrc, lcb_strerror(NULL, newrc)); in finish_or_retry()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c2196 PlanRowMark *newrc; in preprocess_rowmarks() local
2216 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2217 newrc->rti = newrc->prti = rc->rti; in preprocess_rowmarks()
2220 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2223 newrc->isParent = false; in preprocess_rowmarks()
2235 PlanRowMark *newrc; in preprocess_rowmarks() local
2241 newrc = makeNode(PlanRowMark); in preprocess_rowmarks()
2242 newrc->rti = newrc->prti = i; in preprocess_rowmarks()
2245 newrc->allMarkTypes = (1 << newrc->markType); in preprocess_rowmarks()
2246 newrc->strength = LCS_NONE; in preprocess_rowmarks()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepunion.c1536 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1538 newrc->rti = childRTindex; in expand_inherited_rtentry()
1539 newrc->prti = rti; in expand_inherited_rtentry()
1540 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1542 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1543 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1544 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1545 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1546 newrc->isParent = false; in expand_inherited_rtentry()
1549 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepunion.c1536 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1538 newrc->rti = childRTindex; in expand_inherited_rtentry()
1539 newrc->prti = rti; in expand_inherited_rtentry()
1540 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1542 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1543 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1544 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1545 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1546 newrc->isParent = false; in expand_inherited_rtentry()
1549 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepunion.c1536 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1538 newrc->rti = childRTindex; in expand_inherited_rtentry()
1539 newrc->prti = rti; in expand_inherited_rtentry()
1540 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1542 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1543 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1544 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1545 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1546 newrc->isParent = false; in expand_inherited_rtentry()
1549 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepunion.c1550 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1552 newrc->rti = childRTindex; in expand_inherited_rtentry()
1553 newrc->prti = rti; in expand_inherited_rtentry()
1554 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1556 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1557 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1558 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1559 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1567 newrc->isParent = (childrte->relkind == RELKIND_PARTITIONED_TABLE); in expand_inherited_rtentry()
1570 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepunion.c1536 PlanRowMark *newrc = makeNode(PlanRowMark); in expand_inherited_rtentry() local
1538 newrc->rti = childRTindex; in expand_inherited_rtentry()
1539 newrc->prti = rti; in expand_inherited_rtentry()
1540 newrc->rowmarkId = oldrc->rowmarkId; in expand_inherited_rtentry()
1542 newrc->markType = select_rowmark_type(childrte, oldrc->strength); in expand_inherited_rtentry()
1543 newrc->allMarkTypes = (1 << newrc->markType); in expand_inherited_rtentry()
1544 newrc->strength = oldrc->strength; in expand_inherited_rtentry()
1545 newrc->waitPolicy = oldrc->waitPolicy; in expand_inherited_rtentry()
1546 newrc->isParent = false; in expand_inherited_rtentry()
1549 oldrc->allMarkTypes |= newrc->allMarkTypes; in expand_inherited_rtentry()
[all …]

123456