| /freebsd-13.1/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 134 int len = BN_num_bytes(v), prepend = 0, r; in sshbuf_put_bignum2() local 143 prepend = 1; in sshbuf_put_bignum2() 144 if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) { in sshbuf_put_bignum2()
|
| H A D | sshbuf-getput-basic.c | 575 int r, prepend; in sshbuf_put_bignum2_bytes() local 588 prepend = len > 0 && (s[0] & 0x80) != 0; in sshbuf_put_bignum2_bytes() 589 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) in sshbuf_put_bignum2_bytes() 591 POKE_U32(d, len + prepend); in sshbuf_put_bignum2_bytes() 592 if (prepend) in sshbuf_put_bignum2_bytes() 595 memcpy(d + 4 + prepend, s, len); in sshbuf_put_bignum2_bytes()
|
| /freebsd-13.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-13.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-13.1/sys/contrib/openzfs/etc/systemd/system-generators/ |
| H A D | zfs-mount-generator.c | 100 systemd_escape(const char *input, const char *prepend, const char *append) in systemd_escape() argument 104 size_t prelen = strlen(prepend); in systemd_escape() 109 memcpy(ret, prepend, prelen); in systemd_escape() 165 systemd_escape_path(char *input, const char *prepend, const char *append) in systemd_escape_path() argument 169 if (asprintf(&ret, "%s-%s", prepend, append) == -1) in systemd_escape_path() 190 char *ret = systemd_escape(input, prepend, append); in systemd_escape_path()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | name-prefix.txt | 5 sink/source names may use the name prefix property to prepend the
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | domainmap.m4 | 79 # prepend "domain_" 85 # prepend "domain_"
|
| /freebsd-13.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-13.1/sbin/devd/ |
| H A D | devd.hh | 167 const char * prepend = NULL, const char * append = NULL);
|
| H A D | devd.cc | 711 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() argument 722 if (prepend != NULL) in expand_string() 723 dst = prepend; in expand_string() 733 expand_one(src, dst, prepend == NULL); in expand_string()
|
| /freebsd-13.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-13.1/crypto/openssl/doc/man1/ |
| H A D | passwd.pod | 89 In the output list, prepend the cleartext password and a TAB character
|
| /freebsd-13.1/contrib/openpam/m4/ |
| H A D | ax_pkg_config.m4 | 42 AC_ARG_VAR([PKG_CONFIG_PATH], [list of directories to prepend to default search path])
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 135 Bundle.prepend(MIB); in finalizeBundle()
|
| /freebsd-13.1/contrib/libxo/doc/ |
| H A D | xo.rst | 75 prepend data to the XPath values used for HTML output style::
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 611 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 860 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
|
| /freebsd-13.1/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 1278 # prepend an empty "forward host" on the front 1891 dnl prepend daemon_flags 1968 dnl prepend daemon_flags 2057 dnl prepend daemon_flags 2237 dnl prepend daemon_flags
|
| /freebsd-13.1/contrib/openpam/ |
| H A D | HISTORY | 200 - ENHANCE: if a policy specifies a relative module path, prepend the
|
| /freebsd-13.1/contrib/bc/ |
| H A D | README.md | 249 it is possible to rename it in the build to prevent name collision. To prepend
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2526 Expr = DIExpression::prepend(Expr, DIExpression::DerefBefore); in salvageDebugInfo() 2573 Expr = DIExpression::prepend(Expr, DIExpression::DerefBefore); in salvageDebugInfo()
|