Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 70) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/cvs/doc/
Dwriteproxy.rtf510 …iple repository servers slaved to a single primary server that accepts write requests. Writes to …
522 …e secondary repository servers had some way to refer a CVS client to the primary server for write …
525 …method of having secondary repositories become transparent proxies for a primary repository server…
526 in conjunction with an rsync data push after completion of each write request on the primary.
532 \par If secondary servers become out of date for any reason, resynchronizing with the primary repos…
539 …repository servers should stay as closely synchronized with the primary server as possible. }{\de…
540 …stay as closely synchronized with the primary server as possible.}{\deleted\revauthdel1\revdttmdel…
552 \par All rysnc processes, whether push or pull, will lock the primary before any secondaries to avo…
553 to the primary will always be locked first.
561 …n0\lin0\itap0 {Secondary repository servers will need, initially, a copy of the primary repository.
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dxml.c1727 char *primary = NULL, *secondary = NULL; in xml_insert_indexterm() local
1730 primary = xmalloc (strlen (indexterm) + 1); in xml_insert_indexterm()
1731 strcpy (primary, indexterm); in xml_insert_indexterm()
1732 secondary = strstr (primary+1, INDEX_SEP); in xml_insert_indexterm()
1739 if (primary) in xml_insert_indexterm()
1740 execute_string ("%s", primary); in xml_insert_indexterm()
1744 if (primary) in xml_insert_indexterm()
1894 char *primary = NULL, *secondary; in xml_insert_indexentry() local
1901 primary = xmalloc (strlen (entry) + 1); in xml_insert_indexentry()
1902 strcpy (primary, entry); in xml_insert_indexentry()
[all …]
/mirbsd/src/gnu/usr.bin/perl/
Dconfig.over30 # NOTE: primary dir for sitearch lives in /usr/local
35 # NOTE: primary dir for sitelib lives in /usr/local
/mirbsd/src/gnu/usr.bin/texinfo/util/
Dtexindex.c1186 char *primary, *secondary, *pagenumber; in indexify() local
1217 primary = find_braced_pos (line, 2, 0, 0); in indexify()
1218 primarylength = find_braced_end (primary) - primary; in indexify()
1226 if (strncmp (primary, lastprimary, primarylength)) in indexify()
1261 fwrite (primary, primarylength, 1, ostream); in indexify()
1277 strncpy (lastprimary, primary, primarylength); in indexify()
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman238 primary-expression:
53 An identifier is a primary expression, provided it has been
70 constant is a primary expression.
78 A string is a primary expression.
87 A parenthesized expression is a primary expression
94 A primary expression followed by an expression in square
95 brackets is a primary expression.
97 Usually, the primary expression has type `pointer to .\|.\|.',
110 A function call is a primary expression followed by parentheses
115 The primary expression must be of type `function returning .\|.\|.',
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dm68k.h96 const char *primary; member
/mirbsd/src/usr.bin/awk/
Db.c628 return (alt(concat(primary()))); in regexp()
631 Node *primary(void) in primary() function
686 return (concat(op2(CAT, np, primary()))); in concat()
695 return (alt(op2(OR, np, concat(primary())))); in alt()
Dproto.h61 extern Node *primary(void);
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dmail.cs.mc21 # This file is for the primary CS Division mail server.
Dmail.eecs.mc21 # This file is for the primary EECS mail server.
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c2055 struct type *primary; in virtual_base_list_length_skip_primaries() local
2057 primary = TYPE_RUNTIME_PTR (dclass) ? TYPE_PRIMARY_BASE (dclass) : NULL; in virtual_base_list_length_skip_primaries()
2059 if (!primary) in virtual_base_list_length_skip_primaries()
2067 if (virtual_base_index (tmp_vbase->vbasetype, primary) >= 0) in virtual_base_list_length_skip_primaries()
2114 struct type *primary; in virtual_base_index_skip_primaries() local
2120 primary = TYPE_RUNTIME_PTR (dclass) ? TYPE_PRIMARY_BASE (dclass) : NULL; in virtual_base_index_skip_primaries()
2127 if (!primary || (virtual_base_index_skip_primaries (vbase, primary) < 0)) in virtual_base_index_skip_primaries()
Dsymmisc.c223 if (s->primary == 1) in print_objfile_statistics()
479 if (symtab->primary) in dump_symtab_1()
1047 symtab->primary ? " (primary)" : ""); in maintenance_info_symtabs()
Dbuildsym.c1006 symtab->primary = 0; in end_symtab()
1032 symtab->primary = 1; in end_symtab()
Dsymtab.h795 int primary; member
Dobjfiles.c528 if (!s->primary) in objfile_relocate()
/mirbsd/src/usr.bin/host/
Dhost.c471 char primary[MAXDNAME+1]; /* name of primary nameserver */ member
722 bool primary = false; /* use primary server for zone transfers */ variable
1062 primary = true;
3651 authserver = (server && !primary) ? false : true;
3961 if (server && !primary)
3980 if (primary && !server)
5033 return(soa.primary);
5175 n = expand_name(rname, type, cp, msg, eom, soa.primary);
5264 soa.primary, soa.hostmaster, (unsigned)soa.serial,
5302 if (sameword(soa.primary, nsname[n]))
[all …]
/mirbsd/src/lib/libssl/src/crypto/des/
DREADME11 The primary ftp site for this library is
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
DLRS77 a primary symbol and aliases for that symbol. The primary symbol
/mirbsd/src/usr.sbin/popa3d/
DDESIGN10 one of its primary design goals: qmail-pop3d. Unfortunately, it would
41 of security just because it was the primary design goal. The POP3
/mirbsd/src/sbin/isakmpd/
DREADME10 Isakmpd is being developed under OpenBSD, with OpenBSD as its primary
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delfxx-mips.c135 struct mips_got_info *primary; member
2899 if (! arg->primary && lcount + gcount + tcount <= maxcnt in mips_elf_merge_gots()
2902 arg->primary = bfd2got->g; in mips_elf_merge_gots()
2908 else if (arg->primary && ! too_many_for_tls in mips_elf_merge_gots()
2912 int old_lcount = arg->primary->local_gotno; in mips_elf_merge_gots()
2913 int old_gcount = arg->primary->global_gotno; in mips_elf_merge_gots()
2914 int old_tcount = arg->primary->tls_gotno; in mips_elf_merge_gots()
2916 bfd2got->g = arg->primary; in mips_elf_merge_gots()
2929 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno); in mips_elf_merge_gots()
2930 BFD_ASSERT (old_gcount + gcount >= arg->primary->global_gotno); in mips_elf_merge_gots()
[all …]
/mirbsd/src/distrib/common/
Dinstall.i38685 primary or extended ones, to contain the filesystems, but these must *NOT* be
/mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/
DChangeLog148 * Added support for RFC 3066 tags: allowing three-letter primary
/mirbsd/src/usr.bin/file/magdir/
Ddatabase94 #>>0x04 byte 1 primary index .PX file
/mirbsd/src/gnu/usr.bin/perl/lib/Getopt/Long/
DREADME67 will behave as if the primary name was used;

123