| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | bgpd.ixp.rdomain1.conf | 831 prepend-neighbor 1 835 prepend-neighbor 1 839 prepend-neighbor 1 845 prepend-neighbor 2 849 prepend-neighbor 2 853 prepend-neighbor 2 859 prepend-neighbor 3 863 prepend-neighbor 3 867 prepend-neighbor 3 874 prepend-neighbor 1 [all …]
|
| H A D | bgpd.mrt.conf | 8 prepend-self 5 21 prepend-self 5 39 prepend-self 5 52 prepend-self 5
|
| H A D | bgpd.ixp.rdomain2_2.conf | 12 network 2.0.6.0/24 set prepend-self 8
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | sshbuf-getput-crypto.c | 127 int len = BN_num_bytes(v), prepend = 0, r; in sshbuf_put_bignum2() local 134 /* If MSB is set, prepend a \0 */ in sshbuf_put_bignum2() 136 prepend = 1; in sshbuf_put_bignum2() 137 if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) { in sshbuf_put_bignum2()
|
| H A D | sshbuf-getput-basic.c | 571 int r, prepend; in sshbuf_put_bignum2_bytes() local 584 prepend = len > 0 && (s[0] & 0x80) != 0; in sshbuf_put_bignum2_bytes() 585 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) in sshbuf_put_bignum2_bytes() 587 POKE_U32(d, len + prepend); in sshbuf_put_bignum2_bytes() 588 if (prepend) in sshbuf_put_bignum2_bytes() 591 memcpy(d + 4 + prepend, s, len); in sshbuf_put_bignum2_bytes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | DLangDemangle.cpp | 488 Demangled->prepend("initializer for "); in parseLName() 495 Demangled->prepend("vtable for "); in parseLName() 505 Demangled->prepend("ClassInfo for "); in parseLName() 515 Demangled->prepend("Interface for "); in parseLName() 525 Demangled->prepend("ModuleInfo for "); in parseLName()
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | fold_grind.pl | 927 foreach my $prepend ("", $extra_char) { 982 || ($r_anchor && $prepend) 983 || ($prepend && $append); 987 my $quantified = "(?$charset_mod:$l_anchor$prepend" 1007 next if ! ($l_anchor || $prepend) && ! $op; 1044 $desc .= "my \$c = \"$prepend$lhs$append\"; " 1054 . "prepend=$prepend, " 1065 my $c = "$prepend$lhs_str$append";
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Options.td | 114 def oso_prepend_path: Separate<["--", "-"], "oso-prepend-path">, 116 HelpText<"Specify a directory to prepend to the paths of object files.">, 118 def: Joined<["--", "-"], "oso-prepend-path=">, Alias<oso_prepend_path>; 180 def remarks_prepend_path: Separate<["--", "-"], "remarks-prepend-path">, 182 HelpText<"Specify a directory to prepend to the paths of the external remark files.">, 184 def: Joined<["--", "-"], "remarks-prepend-path=">, Alias<remarks_prepend_path>;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/ |
| H A D | InputObjects.pm | 559 sub prepend { subroutine 561 $self->{'-ptree'}->prepend(@_); 827 sub prepend { subroutine
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | rde_filter.c | 42 uint8_t prepend; in rde_apply_set() local 110 prepend = set->action.prepend; in rde_apply_set() 112 prepend, &nl); in rde_apply_set() 121 prepend = set->action.prepend; in rde_apply_set() 123 prepend, &nl); in rde_apply_set() 609 a->action.prepend == b->action.prepend) in filterset_equal()
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | dba.c | 41 static void *prepend(const char *, char); 168 dba_array_add(entry, prepend(file, form)); in dba_page_new() 226 dba_array_add(entries, prepend(name, maskbyte)); in dba_page_alias() 233 prepend(const char *instr, char inbyte) in prepend() function
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 90 .. option:: --oso-prepend-path <path> 92 Specifies a ``path`` to prepend to all debug symbol object file paths. 110 .. option:: --remarks-prepend-path <path> 112 Specify a directory to prepend the paths of the external remark files.
|
| H A D | llvm-tli-checker.rst | 55 A base directory to prepend to each library file path. This is handy
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | crash56.C | 66 void prepend(link *item); 68 void prepend(const ListDProto& proto); 76 void prepend(const T& item); 159 ListD<T>::prepend(const T& item) in prepend() function 162 ListDProto::prepend(newl); in prepend()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | TEST | 5 that prepend them to each C name and on systems that don't)
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | TEST | 5 that prepend them to each C name and on systems that don't)
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PackageRepositoryList.pm | 44 sub prepend($self, @p) subroutine
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p1989.C | 28 void prepend(const T& item); 96 List_DL<T>::prepend(const T& item) in prepend() function 117 prepend(item);
|
| H A D | p784.C | 1013 void prepend(const String& y); 1014 void prepend(const SubString& y); 1015 void prepend(const char* t); 1016 void prepend(char c); 1680 inline void String::prepend(const String& y) in prepend() function 1685 inline void String::prepend(const char* y) in prepend() function 1690 inline void String::prepend(char y) in prepend() function 1695 inline void String::prepend(const SubString& y) in prepend() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | 2371.C | 114 void prepend(const T& item); 252 ListS<T>::prepend(const T& item) in prepend() function
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | Utility.h | 117 OutputBuffer &prepend(StringView R) { in prepend() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 117 OutputBuffer &prepend(StringView R) { in prepend() function
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | lit.cfg | 12 # prepend substitutions before substitutions they might now or later (upon a
|
| /openbsd-src/etc/ |
| H A D | MAKEDEV.mansub | 72 dnl if subdir is defined, prepend it to the filename in the version string
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 136 Bundle.prepend(MIB); in finalizeBundle()
|