Home
last modified time | relevance | path

Searched defs:prepend (Results 1 – 20 of 20) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py80 def print_hdr(self, prepend=""): argument
87 def print_obj(self, prepend=""): argument
93 def print_obj_hex(self, prepend=""): argument
445 def print_hdr(self, prepend=""): argument
H A Dinsns.py133 def print_obj(self, prepend=""): argument
155 def print_obj_hex(self, prepend=""): argument
/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py108 def print_nl_header(self, prepend=""): argument
279 def print_base_header(self, hdr, prepend=""): argument
H A Dnetlink_generic.py45 def print_nl_header(self, prepend=""): argument
60 def print_base_header(self, hdr, prepend=""): argument
H A Dnetlink.py163 def print_base_header(self, hdr, prepend=""): argument
202 def print_base_header(self, errhdr, prepend=""): argument
H A Dattrs.py33 def print_attr(self, prepend=""): argument
95 def print_attr(self, prepend=""): argument
H A Dnetlink_route.py708 def print_base_header(self, hdr, prepend=""): argument
748 def print_base_header(self, hdr, prepend=""): argument
780 def print_base_header(self, hdr, prepend=""): argument
812 def print_base_header(self, hdr, prepend=""): argument
/freebsd/crypto/openssl/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
/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c134 int len = BN_num_bytes(v), prepend = 0, r; in sshbuf_put_bignum2() local
H A Dsshbuf-getput-basic.c575 int r, prepend; in sshbuf_put_bignum2_bytes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h121 OutputBuffer &prepend(std::string_view R) { in prepend() function
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c79 systemd_escape(const char *input, const char *prepend, const char *append) in systemd_escape()
148 systemd_escape_path(char *input, const char *prepend, const char *append) in systemd_escape_path()
/freebsd/contrib/atf/atf-c/detail/
H A Ddynstr.c69 bool prepend) in prepend_or_append()
/freebsd/contrib/mandoc/
H A Ddba.c241 prepend(const char *instr, char inbyte) in prepend() function
/freebsd/usr.sbin/ppp/
H A Dmp.c635 char prepend[4]; in mp_Output() local
/freebsd/sbin/ifconfig/
H A Daf_inet6.c278 print_lifetime(const char *prepend, time_t px_time, struct timespec *now) in print_lifetime()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h640 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend() function
/freebsd/sbin/devd/
H A Ddevd.cc721 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string()
/freebsd/usr.bin/gzip/
H A Dgzip.c1708 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) in cat_fd()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1751 DIExpression *DIExpression::prepend(const DIExpression *Expr, uint8_t Flags, in prepend() function in DIExpression