| /freebsd-12.1/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 150 int len = BN_num_bytes(v), prepend = 0, r; in sshbuf_put_bignum2() local 159 prepend = 1; in sshbuf_put_bignum2() 160 if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) { in sshbuf_put_bignum2()
|
| H A D | sshbuf-getput-basic.c | 407 int r, prepend; in sshbuf_put_bignum2_bytes() local 420 prepend = len > 0 && (s[0] & 0x80) != 0; in sshbuf_put_bignum2_bytes() 421 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) in sshbuf_put_bignum2_bytes() 423 POKE_U32(d, len + prepend); in sshbuf_put_bignum2_bytes() 424 if (prepend) in sshbuf_put_bignum2_bytes() 427 memcpy(d + 4 + prepend, s, len); in sshbuf_put_bignum2_bytes()
|
| /freebsd-12.1/contrib/atf/atf-c/detail/ |
| H A D | dynstr_test.c | 472 check_prepend(atf_error_t (*prepend)(atf_dynstr_t *, const char *, ...)) in check_prepend() 490 RE(prepend(&str, "%s", "a")); in check_prepend() 493 RE(prepend(&str, "%s", "b")); in check_prepend() 510 RE(prepend(&str, "%s", "a")); in check_prepend() 513 RE(prepend(&str, "%s", "b")); in check_prepend()
|
| H A D | dynstr.c | 69 bool prepend) in prepend_or_append() argument 89 if (prepend) { in prepend_or_append()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | dba.c | 49 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
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | domainmap.m4 | 79 # prepend "domain_" 85 # prepend "domain_"
|
| /freebsd-12.1/contrib/sendmail/cf/mailer/ |
| H A D | uucp.m4 | 48 R$+ $: $U ! $1 prepend our name 82 R$+ $: $U ! $1 prepend our name
|
| /freebsd-12.1/sbin/devd/ |
| H A D | devd.cc | 712 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() argument 723 if (prepend != NULL) in expand_string() 724 dst = prepend; in expand_string() 734 expand_one(src, dst, prepend == NULL); in expand_string()
|
| H A D | devd.hh | 168 const char * prepend = NULL, const char * append = NULL);
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | mp.c | 637 char prepend[4]; in mp_Output() local 645 ua_htons(&val, prepend); in mp_Output() 646 m = m_prepend(m, prepend, 2, 0); in mp_Output() 651 ua_htonl(&val, prepend); in mp_Output() 652 m = m_prepend(m, prepend, 4, 0); in mp_Output()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 76 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in runOnMachineFunction()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | passwd.pod | 91 In the output list, prepend the cleartext password and a TAB character
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | confsubdir.m4 | 73 # Always prepend --prefix to ensure using the same prefix
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | xo.rst | 73 prepend data to the XPath values used for HTML output style::
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 137 Bundle.prepend(MIB); in finalizeBundle()
|
| H A D | LiveDebugValues.cpp | 409 auto *SpillExpr = DIExpression::prepend(DMI->getDebugExpression(), in insertTransferDebugPair()
|
| H A D | PrologEpilogInserter.cpp | 1117 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in replaceFrameIndices()
|
| H A D | LiveDebugVariables.cpp | 1234 DIExpression::prepend(Expr, DIExpression::NoDeref, SpillOffset, Deref); in insertDebugValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 570 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 574 Expr = DIExpression::prepend(Expr, DIExpression::NoDeref, AddrDispShift, in replaceDebugValue()
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 1391 + /* Stop adding CNAMEs to the prepend list before this owner name. */ 2518 + * to the prepend list. Tell the iterator to treat the cached 2538 + * will lose as it adds the CNAME to the prepend list. 2612 + * prepend any preceding CNAMEs. 2627 +/* Tell handle_cname_response() to stop adding to the answer prepend list 2812 + rpz_cname_prepend, /* prepend CNAME as usual */ 2909 + /* Stop adding CNAME rrsets to the prepend list 2925 /* Add this relevant CNAME rrset to the prepend list.*/ 2935 /* add authority rrsets to authority prepend, for wildcarded CNAMEs */
|
| /freebsd-12.1/usr.bin/gzip/ |
| H A D | gzip.c | 1780 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) in cat_fd() argument 1787 w = write_retry(STDOUT_FILENO, prepend, count); in cat_fd()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog | 71 prepend +.
|
| /freebsd-12.1/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 1266 # prepend an empty "forward host" on the front 1879 dnl prepend daemon_flags 1956 dnl prepend daemon_flags 2045 dnl prepend daemon_flags 2225 dnl prepend daemon_flags
|
| /freebsd-12.1/contrib/openpam/ |
| H A D | HISTORY | 193 - ENHANCE: if a policy specifies a relative module path, prepend the
|