Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 25 of 155) sorted by relevance

1234567

/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.ixp.rdomain1.conf831 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 Dbgpd.mrt.conf8 prepend-self 5
21 prepend-self 5
39 prepend-self 5
52 prepend-self 5
H A Dbgpd.ixp.rdomain2_2.conf12 network 2.0.6.0/24 set prepend-self 8
/openbsd-src/usr.bin/ssh/
H A Dsshbuf-getput-crypto.c127 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 Dsshbuf-getput-basic.c571 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 DDLangDemangle.cpp488 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 Dfold_grind.pl927 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 DOptions.td114 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 DInputObjects.pm559 sub prepend { subroutine
561 $self->{'-ptree'}->prepend(@_);
827 sub prepend { subroutine
/openbsd-src/usr.sbin/bgpd/
H A Drde_filter.c42 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 Ddba.c41 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 Ddsymutil.rst90 .. 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 Dllvm-tli-checker.rst55 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 Dcrash56.C66 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 DTEST5 that prepend them to each C name and on systems that don't)
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DTEST5 that prepend them to each C name and on systems that don't)
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepositoryList.pm44 sub prepend($self, @p) subroutine
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1989.C28 void prepend(const T& item);
96 List_DL<T>::prepend(const T& item) in prepend() function
117 prepend(item);
H A Dp784.C1013 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 D2371.C114 void prepend(const T& item);
252 ListS<T>::prepend(const T& item) in prepend() function
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h117 OutputBuffer &prepend(StringView R) { in prepend() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DUtility.h117 OutputBuffer &prepend(StringView R) { in prepend() function
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dlit.cfg12 # prepend substitutions before substitutions they might now or later (upon a
/openbsd-src/etc/
H A DMAKEDEV.mansub72 dnl if subdir is defined, prepend it to the filename in the version string
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp136 Bundle.prepend(MIB); in finalizeBundle()

1234567