Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks_prepend.ref1 header_body_checks: test-queueID: prepend: header subject: primary subject: header: head
4 header_body_checks: test-queueID: prepend: header content-type: multipart/(co\m\)ment)mumble mumble…
10 header_body_checks: test-queueID: prepend: body abcdef prolog: body
14 header_body_checks: test-queueID: prepend: body --abcd ef: body
17 header_body_checks: test-queueID: prepend: header content-type: message/rfc822; mumble: header: mime
21 header_body_checks: test-queueID: prepend: header subject: nested subject: header: nest
24 header_body_checks: test-queueID: prepend: header content-type: multipart/mumble; boundary(comment)…
27 header_body_checks: test-queueID: prepend: header content-transfer-encoding: base64: header: mime
32 header_body_checks: test-queueID: prepend: body pqrs prolog: body
36 header_body_checks: test-queueID: prepend: body --pqrs: body
[all …]
H A Dheader_body_checks.h40 void (*prepend) (void *, int, const char *, ssize_t, off_t); member
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dmips32-dsp2.s6271 dspck_tsimm prepend, 0x5ffff0df, 0xffff86fc, 0xfffffe02, 3
6272 dspck_tsimm prepend, 0x00000000, 0x00000000, 0xfffffe06, 0
6273 dspck_tsimm prepend, 0x0fffffff, 0x7fffffff, 0x80000000, 3
6274 dspck_tsimm prepend, 0x80000000, 0x80000000, 0x00000000, 0
6275 dspck_tsimm prepend, 0x00000000, 0x00000000, 0xffffff23, 0
6276 dspck_tsimm prepend, 0x01feed28, 0xff76947a, 0x00000000, 7
6277 dspck_tsimm prepend, 0x00000035, 0x00000035, 0xffffffc0, 0
6278 dspck_tsimm prepend, 0x80000000, 0x80000000, 0x01130b02, 0
6279 dspck_tsimm prepend, 0x7ffffffe, 0x7ffffffe, 0xc0000001, 0
6280 dspck_tsimm prepend, 0x7fffffff, 0x7fffffff, 0x7fffffff, 0
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DOptions.td108 def oso_prepend_path: Separate<["--", "-"], "oso-prepend-path">,
110 HelpText<"Specify a directory to prepend to the paths of object files.">,
112 def: Joined<["--", "-"], "oso-prepend-path=">, Alias<oso_prepend_path>;
168 def remarks_prepend_path: Separate<["--", "-"], "remarks-prepend-path">,
170 HelpText<"Specify a directory to prepend to the paths of the external remark files.">,
172 def: Joined<["--", "-"], "remarks-prepend-path=">, Alias<remarks_prepend_path>;
/netbsd-src/external/gpl3/autoconf/dist/lib/
H A Dautom4te.in109 args: --prepend-include '@pkgdatadir@'
136 args: --prepend-include '@pkgdatadir@'
150 args: --prepend-include '@pkgdatadir@'
162 args: --prepend-include '@pkgdatadir@'
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshbuf-getput-basic.c573 int r, prepend; in sshbuf_put_bignum2_bytes() local
586 prepend = len > 0 && (s[0] & 0x80) != 0; in sshbuf_put_bignum2_bytes()
587 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) in sshbuf_put_bignum2_bytes()
589 POKE_U32(d, len + prepend); in sshbuf_put_bignum2_bytes()
590 if (prepend) in sshbuf_put_bignum2_bytes()
593 memcpy(d + 4 + prepend, s, len); in sshbuf_put_bignum2_bytes()
/netbsd-src/external/gpl3/autoconf/dist/bin/
H A Dautoconf.as54 -B, --prepend-include=DIR prepend directory DIR to search path
112 --prepend-include=* | -B?* | \
121 --prepend-include | -B | \
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Ddynstr_test.c475 check_prepend(atf_error_t (*prepend)(atf_dynstr_t *, const char *, ...)) in check_prepend()
493 RE(prepend(&str, "%s", "a")); in check_prepend()
496 RE(prepend(&str, "%s", "b")); in check_prepend()
513 RE(prepend(&str, "%s", "a")); in check_prepend()
516 RE(prepend(&str, "%s", "b")); in check_prepend()
H A Ddynstr.c74 bool prepend) in prepend_or_append() argument
94 if (prepend) { in prepend_or_append()
/netbsd-src/external/bsd/mdocml/dist/
H A Ddba.c49 static void *prepend(const char *, char);
176 dba_array_add(entry, prepend(file, form)); in dba_page_new()
234 dba_array_add(entries, prepend(name, maskbyte)); in dba_page_alias()
241 prepend(const char *instr, char inbyte) in prepend() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Ddsymutil.rst89 .. option:: --oso-prepend-path <path>
91 Specifies a ``path`` to prepend to all debug symbol object file paths.
109 .. option:: --remarks-prepend-path <path>
111 Specify a directory to prepend the paths of the external remark files.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_protect.c141 int prepend = X509_ADD_FLAG_UP_REF | X509_ADD_FLAG_NO_DUP in ossl_cmp_msg_add_extraCerts() local
161 if (!ossl_x509_add_certs_new(&msg->extraCerts, ctx->chain, prepend)) in ossl_cmp_msg_add_extraCerts()
165 if (!ossl_x509_add_cert_new(&msg->extraCerts, ctx->cert, prepend)) in ossl_cmp_msg_add_extraCerts()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddb.c41 char *prepend);
54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) { in write_binding_scope() argument
57 if ((db_file == NULL) || (bnd == NULL) || (prepend == NULL)) in write_binding_scope()
67 prepend, bnd->name, s); in write_binding_scope()
77 fprintf(db_file, "%sset %s = %%%ld;", prepend, in write_binding_scope()
83 fprintf(db_file, "%sset %s = %s;", prepend, bnd->name, in write_binding_scope()
/netbsd-src/crypto/external/bsd/openssl/dist/
H A Dconfigdata.pm.in127 my $prepend = <<'_____';
143 PREPEND => $prepend,
165 PREPEND => $prepend,
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-profiling.c320 bool prepend = (event_kind == EVENT_KIND_END); in acc_prof_register() local
324 prepend = true; in acc_prof_register()
325 if (prepend) in acc_prof_register()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-profiling.c320 bool prepend = (event_kind == EVENT_KIND_END); in acc_prof_register() local
324 prepend = true; in acc_prof_register()
325 if (prepend) in acc_prof_register()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DTEST5 that prepend them to each C name and on systems that don't)
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DTEST5 that prepend them to each C name and on systems that don't)
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Ddofile.pl72 my $prepend = <<"_____";
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/
H A DMANIFEST20 t/11-prepend.t
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dstatement.h69 struct option_cache *prepend; member
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
H A DMANIFEST25 t/prepend.t
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.conf.example5 prepend domain-name-servers 127.0.0.1;
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm56 my $prepend = _param('prepend', %a);
68 PREPEND => $prepend,
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm65 my $prepend = _param('prepend', %a);
82 PREPEND => $prepend,

12345678910>>...18