/openbsd/regress/usr.bin/ssh/ |
H A D | hostkey-rotate.sh | 18 secondary="$primary" 30 secondary="ssh-rsa" 92 if [ "$primary" != "$secondary" ]; then 93 verbose "learn changed non-primary hostkey type=${secondary}" 94 mv $OBJ/hkr.${secondary}.pub $OBJ/hkr.${secondary}.pub.old 95 rm -f $OBJ/hkr.${secondary} 96 ${SSHKEYGEN} -qt ${secondary} -f $OBJ/hkr.${secondary} -N '' || \ 97 fatal "ssh-keygen $secondary" 101 check_key_present ${secondary} $OBJ/hkr.${secondary}.pub.old && \ 103 check_key_present ${secondary} || fail "didn't learn changed key"
|
/openbsd/sys/arch/alpha/pci/ |
H A D | cia_pci.c | 123 int s, secondary, ba; local 147 pci_decompose_tag(&ccp->cc_pc, tag, &secondary, NULL, NULL); 148 if (secondary) { 161 if (secondary) { 184 if (secondary) { 222 int s, secondary; local 231 pci_decompose_tag(&ccp->cc_pc, tag, &secondary, NULL, NULL); 232 if (secondary) { 245 if (secondary) { 266 if (secondary) {
|
H A D | apecs_pci.c | 125 int s, secondary, ba; local 132 pci_decompose_tag(&acp->ac_pc, tag, &secondary, NULL, NULL); 133 if (secondary) { 150 if (secondary) { 174 int s, secondary; local 181 pci_decompose_tag(&acp->ac_pc, tag, &secondary, NULL, NULL); 182 if (secondary) { 201 if (secondary) {
|
H A D | lca_pci.c | 128 int s, secondary, device, ba; local 137 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, NULL); 138 if (secondary) { 168 if (secondary) { 192 int s, secondary, device; local 197 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, NULL); 198 if (secondary) { 220 if (secondary) {
|
/openbsd/gnu/usr.bin/perl/cpan/NEXT/t/ |
H A D | next.t | 18 if $AUTOLOAD =~ /.*(missing_method|secondary)/ } 30 sub D::secondary { return ( 17, 18, map { $_+10 } $_[0]->NEXT::secondary() ) } 36 if $AUTOLOAD =~ /.*(missing_method|secondary)/ } 41 sub F::AUTOLOAD { return ( 11 ) if $AUTOLOAD =~ /.*(missing_method|secondary)/ } 100 @vals = $obj->secondary();
|
/openbsd/gnu/llvm/llvm/utils/gn/ |
H A D | .gn | 17 # llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn and that the root BUILD.gn 18 # file is at llvm/utils/gn/secondary/BUILD.gn 19 secondary_source = "//llvm/utils/gn/secondary/"
|
H A D | README.rst | 73 ``utils/gn/secondary``. For example, the build file for ``llvm/lib/Support`` 74 is in ``utils/gn/secondary/llvm/lib/Support``. 89 a new corresponding ``BUILD.gn`` file below ``llvm/utils/gn/secondary/``.
|
/openbsd/usr.bin/mandoc/ |
H A D | read.c | 56 struct buf *secondary; /* copy of top level input */ member 255 if (curp->secondary == NULL) in mparse_buf_r() 256 curp->secondary = firstln; in mparse_buf_r() 432 if (firstln != curp->secondary) in mparse_buf_r() 696 free_buf_list(curp->secondary); in mparse_reset() 697 curp->secondary = NULL; in mparse_reset() 710 free_buf_list(curp->secondary); in mparse_free() 733 for (buf = p->secondary; buf != NULL; buf = buf->next) in mparse_copy()
|
/openbsd/usr.bin/file/magdir/ |
H A D | database | 109 #>>0x04 byte 3 non-incrementing secondary index .Xnn file 110 #>>0x04 byte 4 secondary index .Ynn file 111 #>>0x04 byte 5 incrementing secondary index .Xnn file 112 #>>0x04 byte 6 non-incrementing secondary index .XGn file 113 #>>0x04 byte 7 secondary index .YGn file 114 #>>>0x04 byte 8 incrementing secondary index .XGn file
|
H A D | convex | 29 # secondary storage is not physically contained within the dump.
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-path.c | 420 struct entry *secondary; local 427 secondary = classpath_user; 435 secondary = classpath_env; 443 append_entry (&sealed, secondary);
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | xml.c | 1732 char *primary = NULL, *secondary = NULL; in xml_insert_indexterm() local 1737 secondary = strstr (primary+1, INDEX_SEP); in xml_insert_indexterm() 1738 *secondary = '\0'; in xml_insert_indexterm() 1739 secondary += strlen (INDEX_SEP); in xml_insert_indexterm() 1752 execute_string ("%s", secondary); in xml_insert_indexterm() 1900 char *primary = NULL, *secondary; in xml_insert_indexentry() local 1909 secondary = strstr (primary+1, INDEX_SEP); in xml_insert_indexentry() 1910 *secondary = '\0'; in xml_insert_indexentry() 1911 secondary += strlen (INDEX_SEP); in xml_insert_indexentry() 1917 execute_string ("%s", secondary); in xml_insert_indexentry() [all …]
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | fwnode.h | 7 struct fwnode_handle *secondary; member
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | texindex.c | 1205 char *primary, *secondary, *pagenumber; in indexify() local 1239 secondary = find_braced_pos (line, 3, 0, 0); in indexify() 1240 nosecondary = !*secondary; in indexify() 1242 secondarylength = find_braced_end (secondary) - secondary; in indexify() 1310 if (!nosecondary && strncmp (secondary, lastsecondary, secondarylength)) in indexify() 1320 fwrite (secondary, secondarylength, 1, ostream); in indexify() 1331 strncpy (lastsecondary, secondary, secondarylength); in indexify()
|
/openbsd/distrib/notes/macppc/ |
H A D | contents | 16 ofwboot The OpenBSD/MACHINE secondary boot loader.
|
H A D | prep | 70 ide0 = cd = master device, secondary ATA bus (CD/DVD drive) 71 ide1 = slave device, secondary ATA bus (Zip drive, if installed)
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrFormats.td | 61 // f = secondary opcode = 2 bits 131 // f = secondary opcode = 7 bits 297 // f = secondary opcode = 1 bit 423 // f = secondary opcode = 1 bit 453 // f = secondary opcode = 1 bit 469 // f = secondary opcode = 3 bits 484 // f = secondary opcode = 1 bit
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/ |
H A D | BUILD.gn | 13 script = "//llvm/utils/gn/secondary/llvm/include/llvm/Support/write_extension_def.py"
|
/openbsd/usr.sbin/nsd/ |
H A D | nsd.conf.sample.in | 123 # The file where secondary zone refresh and expire timeouts are kept. 124 # If you delete this file, all secondary zones are forced to be 392 # for example "%s.zone" or "zones/%1/%2/%3/%s" or "secondary/%z/%s" 402 # If no primary and secondary access control elements are provided, 405 # A primary zone needs notify: and provide-xfr: lists. A secondary 428 # A secondary zone needs allow-notify: and request-xfr: lists. 430 # By default, a secondary will request a zone transfer with IXFR/TCP. 470 # (which master to request from first, which secondary to notify first).
|
/openbsd/distrib/notes/sparc64/ |
H A D | contents | 38 ofwboot The OpenBSD/MACHINE secondary boot loader.
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/ |
H A D | BUILD.gn | 48 "secondary.h",
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | configure.ac | 99 # Make sure the secondary configure won't fail with 104 # Run secondary configure in alternate environment or
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | gdbclientutils.py | 444 primary, secondary = pty.openpty() 447 self._secondary = io.FileIO(secondary, 'r+b')
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/ |
H A D | BUILD.gn | 11 script = "//llvm/utils/gn/secondary/llvm/tools/llvm-config/write_extension_dependencies.py"
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | configure.in | 176 # Canonicalize the secondary target names. 335 # Canonicalize the secondary target names.
|