Home
last modified time | relevance | path

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

12345

/freebsd-12.1/crypto/openssh/
H A Dsshbuf-getput-crypto.c150 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 Dsshbuf-getput-basic.c407 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 Ddynstr_test.c472 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 Ddynstr.c69 bool prepend) in prepend_or_append() argument
89 if (prepend) { in prepend_or_append()
/freebsd-12.1/contrib/mandoc/
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
/freebsd-12.1/contrib/sendmail/contrib/
H A Ddomainmap.m479 # prepend "domain_"
85 # prepend "domain_"
/freebsd-12.1/contrib/sendmail/cf/mailer/
H A Duucp.m448 R$+ $: $U ! $1 prepend our name
82 R$+ $: $U ! $1 prepend our name
/freebsd-12.1/sbin/devd/
H A Ddevd.cc712 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 Ddevd.hh168 const char * prepend = NULL, const char * append = NULL);
/freebsd-12.1/usr.sbin/ppp/
H A Dmp.c637 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 DNVPTXPrologEpilogPass.cpp76 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in runOnMachineFunction()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dpasswd.pod91 In the output list, prepend the cleartext password and a TAB character
/freebsd-12.1/contrib/binutils/config/
H A Dconfsubdir.m473 # Always prepend --prefix to ensure using the same prefix
/freebsd-12.1/contrib/libxo/doc/
H A Dxo.rst73 prepend data to the XPath values used for HTML output style::
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp137 Bundle.prepend(MIB); in finalizeBundle()
H A DLiveDebugValues.cpp409 auto *SpillExpr = DIExpression::prepend(DMI->getDebugExpression(), in insertTransferDebugPair()
H A DPrologEpilogInserter.cpp1117 auto *DIExpr = DIExpression::prepend(MI.getDebugExpression(), in replaceFrameIndices()
H A DLiveDebugVariables.cpp1234 DIExpression::prepend(Expr, DIExpression::NoDeref, SpillOffset, Deref); in insertDebugValue()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h570 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp574 Expr = DIExpression::prepend(Expr, DIExpression::NoDeref, AddrDispShift, in replaceDebugValue()
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch1391 + /* 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 Dgzip.c1780 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 DChangeLog71 prepend +.
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m41266 # 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 DHISTORY193 - ENHANCE: if a policy specifies a relative module path, prepend the

12345