| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-packet.h | 24 bool removing, bool prepend);
|
| test-packet.c | 91 test_packet_generate(test_state_t *state, uint32_t host_lease, uint32_t key_lease, bool removing, bool prepend) 104 if (prepend) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshbuf-getput-crypto.c | 129 int len = BN_num_bytes(v), prepend = 0, r; local 136 /* If MSB is set, prepend a \0 */ 138 prepend = 1; 139 if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) {
|
| sshbuf-getput-basic.c | 573 int r, prepend; local 583 * If most significant bit is set then prepend a zero byte to 586 prepend = len > 0 && (s[0] & 0x80) != 0; 587 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) 589 POKE_U32(d, len + prepend); 590 if (prepend) 593 memcpy(d + 4 + prepend, s, len);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| header_body_checks.h | 40 void (*prepend) (void *, int, const char *, ssize_t, off_t); member in struct:__anon23093
|
| header_body_checks.c | 15 /* void (*prepend) (void *context, int rec_type, 65 /* PREPEND, IGNORE, DUNNO, and OK. These actions are safe for 108 /* .IP prepend 109 /* Call-back function for the PREPEND action. The arguments 278 if (cb->prepend && STREQUAL(cmd, "PREPEND", cmd_len)) { 280 msg_warn("PREPEND action without text in %s map", map_class); 283 msg_warn("bad PREPEND header text \"%s\" in %s map -- " 286 cb->logger(context, "prepend", where, line, cmd_args); 287 cb->prepend(context, REC_TYPE_NORM, cmd_args, strlen(cmd_args), offset) [all...] |
| /src/crypto/external/apache2/openssl/dist/util/ |
| dofile.pl | 72 my $prepend = <<"_____"; 92 PREPEND => $prepend,
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| dofile.pl | 72 my $prepend = <<"_____"; 92 PREPEND => $prepend,
|
| /src/external/mpl/dhcp/dist/includes/ |
| statement.h | 69 struct option_cache *prepend; member in union:executable_statement::__anon24456
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_protect.c | 161 int prepend = X509_ADD_FLAG_UP_REF | X509_ADD_FLAG_NO_DUP local 166 if (!ossl_x509_add_certs_new(&msg->extraCerts, ctx->chain, prepend)) 170 if (!ossl_x509_add_cert_new(&msg->extraCerts, ctx->cert, prepend))
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_protect.c | 141 int prepend = X509_ADD_FLAG_UP_REF | X509_ADD_FLAG_NO_DUP local 161 if (!ossl_x509_add_certs_new(&msg->extraCerts, ctx->chain, prepend)) 165 if (!ossl_x509_add_cert_new(&msg->extraCerts, ctx->cert, prepend))
|
| /src/external/bsd/mdocml/dist/ |
| dba.c | 49 static void *prepend(const char *, char); 176 dba_array_add(entry, prepend(file, form)); 234 dba_array_add(entries, prepend(name, maskbyte)); 241 prepend(const char *instr, char inbyte) function
|
| /src/external/gpl3/gcc/dist/contrib/ |
| test_summary | 36 -p: prepend specified file (or list of files: -p "a b") to the report
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| test_summary | 36 -p: prepend specified file (or list of files: -p "a b") to the report
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| dynstr_test.c | 475 check_prepend(atf_error_t (*prepend)(atf_dynstr_t *, const char *, ...)) 488 atf_tc_fail("Failed to prepend character at iteration %zd", i); 493 RE(prepend(&str, "%s", "a")); 496 RE(prepend(&str, "%s", "b")); 508 atf_tc_fail("Failed to prepend character at iteration %zd", i); 513 RE(prepend(&str, "%s", "a")); 516 RE(prepend(&str, "%s", "b"));
|
| dynstr.c | 74 bool prepend) 94 if (prepend) {
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-profiling.c | 320 bool prepend = (event_kind == EVENT_KIND_END); local 322 'prepend' code path. */ 324 prepend = true; 325 if (prepend)
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-profiling.c | 320 bool prepend = (event_kind == EVENT_KIND_END); local 322 'prepend' code path. */ 324 prepend = true; 325 if (prepend)
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_state.c | 127 state->prepend = 0;
|
| smtpd.h | 153 ARGV *prepend; /* prepended headers */ member in struct:__anon23176
|
| /src/crypto/external/apache2/openssl/dist/ |
| configdata.pm.in | 127 my $prepend = <<'_____'; 143 PREPEND => $prepend, 165 PREPEND => $prepend,
|
| /src/crypto/external/bsd/openssl/dist/ |
| configdata.pm.in | 127 my $prepend = <<'_____'; 143 PREPEND => $prepend, 165 PREPEND => $prepend,
|
| /src/external/mpl/dhcp/dist/server/ |
| db.c | 41 char *prepend); 54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) { 57 if ((db_file == NULL) || (bnd == NULL) || (prepend == NULL)) 67 prepend, bnd->name, s); 77 fprintf(db_file, "%sset %s = %%%ld;", prepend, 83 fprintf(db_file, "%sset %s = %s;", prepend, bnd->name,
|
| /src/external/bsd/zstd/dist/contrib/freestanding_lib/ |
| freestanding.py | 149 def _handle_if_block(self, macro, idx, is_true, prepend): 170 replace = prepend 401 prepend = [] 406 prepend = [f"#define {macro} {value}\n"] 408 idx, replace = self._handle_if_block(macro, idx, is_true, prepend)
|
| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| mips32-dsp2.s | 6270 writemsg "[28] Test prepend" 6271 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, [all...] |