Searched refs:contents (Results 101 - 125 of 144) sorted by relevance

123456

/freebsd-current/contrib/lua/src/
H A Dlobject.h395 char contents[1]; member in struct:TString
403 #define getstr(ts) ((ts)->contents)
/freebsd-current/tests/sys/fs/fusefs/
H A Dnotify.cc95 const void *contents)
97 FuseTest::expect_write(ino, offset, size, size, 0, 0, contents);
94 expect_write(uint64_t ino, uint64_t offset, uint64_t size, const void *contents) argument
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk68 # Initially we hook contents of DPLIBS and DPADD into our graph
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp196 // File type is detected by contents, not by file extension.
368 // Parses .drectve section contents and returns a list of files
966 // If the import library already exists, replace it only if the contents
1170 ArrayRef<uint8_t> contents; local
1172 obj->getCOFFObj()->getSectionContents(obj->callgraphSec, contents));
1173 BinaryStreamReader reader(contents, llvm::endianness::little);
1215 ArrayRef<uint8_t> contents; local
1217 obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents));
1218 const uint8_t *cur = contents.begin();
1219 while (cur != contents
[all...]
H A DDriverUtils.cpp349 TemporaryFile(StringRef prefix, StringRef extn, StringRef contents = "") {
355 if (!contents.empty()) {
360 os << contents; local
984 // variables exist, their contents are handled as command line strings.
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c302 } contents; member in struct:file_info
1037 multi->contents.first = NULL;
1038 multi->contents.last =
1039 &(multi->contents.first);
1052 *multi->contents.last = con;
1053 multi->contents.last = &(con->next);
1381 iso9660->entry_content = file->contents.first;
2159 * contents are always ignored.
2162 * contents are always ignored.
2211 * so contents ar
[all...]
/freebsd-current/usr.sbin/uefisign/
H A Duefisign.c213 * We now have contents of 't' stuffed into memory buffer 'buf'.
237 PKCS7_set0_type_other(pkcs7->d.sign->contents, nid, t);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Drd_req.c146 if(enc->transited.tr_type == 0 && enc->transited.contents.length == 0)
152 if(enc->transited.contents.length == 0)
155 ret = krb5_domain_x500_decode(context, enc->transited.contents,
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dalways_test.sh150 # trees, but the contents in the new and test files differ.
328 # $2 - optional string that should match file contents
329 # $3 - optional MD5 of the flie contents, overrides $2 if present
332 local contents sum
338 contents=`cat $TEST/$1`
339 if [ "$contents" != "$2" ]; then
340 echo "File $1 has wrong contents"
346 echo "File $1 has wrong contents"
353 # $2 - optional MD5 of the conflict file contents
364 echo "Conflict $1 has wrong contents"
[all...]
H A Dtests_test.sh317 # trees, but the contents in the new and test files differ.
706 # $2 - optional string that should match file contents
707 # $3 - optional MD5 of the flie contents, overrides $2 if present
710 local contents sum
716 contents=`cat $TEST/$1`
717 if [ "$contents" != "$2" ]; then
718 echo "File $1 has wrong contents"
724 echo "File $1 has wrong contents"
731 # $2 - optional MD5 of the conflict file contents
742 echo "Conflict $1 has wrong contents"
[all...]
/freebsd-current/sys/i386/linux/
H A Dlinux_machdep.c82 l_uint contents:2; member in struct:l_descriptor
397 (ld.contents << 2);
582 info.contents = LINUX_GET_CONTENTS(&desc);
/freebsd-current/usr.sbin/makefs/
H A Dffs.c845 if (cur->contents == NULL) {
874 (cur->contents) ? cur->contents : path, fsopts);
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql136 -- Auxiliary table to construct the final contents of the metadatas table.
138 -- We construct the contents by writing a row for every metadata property of
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c4 * The contents of this file are subject to the terms of the
1176 uint_t contents, index, nelems; local
1183 contents = cta->cta_contents;
1189 contents = cta->cta_contents;
1196 tdp->t_ardef->ad_contents = tdarr[contents];
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbuffer.c809 /* Prepares the contents of src to be moved to another buffer by removing
3047 if (seg->contents)
3078 seg->contents = (char*)mapped+offset_leftover;
3137 seg->contents = mem;
3174 } else if (seg->contents) {
3175 mm_free(seg->contents);
3206 if (!seg->contents) {
3267 chain->buffer = (unsigned char*)(seg->contents + offset);
3272 chain->buffer = (unsigned char*)(seg->contents + offset);
/freebsd-current/crypto/openssl/include/openssl/
H A Dpkcs7.h137 struct pkcs7_st *contents; member in struct:pkcs7_signed_st
171 struct pkcs7_st *contents; member in struct:pkcs7_digest_st
195 * all encryption/message digests are applied to the 'contents', leaving
/freebsd-current/usr.sbin/makefs/zfs/
H A Dfs.c258 if (cur->contents != NULL) {
262 n = strlcpy(path, cur->contents, sz);
606 * files using contents= we don't need to succeed here.
/freebsd-current/contrib/libevent/
H A Dbuffer.c809 /* Prepares the contents of src to be moved to another buffer by removing
3047 if (seg->contents)
3078 seg->contents = (char*)mapped+offset_leftover;
3137 seg->contents = mem;
3174 } else if (seg->contents) {
3175 mm_free(seg->contents);
3206 if (!seg->contents) {
3267 chain->buffer = (unsigned char*)(seg->contents + offset);
3272 chain->buffer = (unsigned char*)(seg->contents + offset);
/freebsd-current/crypto/openssh/
H A Dsshd.c948 (r = sshbuf_put_stringb(inc, item->contents)) != 0)
958 * string contents
1001 if ((item->contents = sshbuf_new()) == NULL)
1005 (r = sshbuf_get_stringb(inc, item->contents)) != 0)
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js5376 contents: true,
5575 contents: function( elem ) {
5800 contents = self.contents();
5802 if ( contents.length ) {
5803 contents.wrapAll( html );
7098 // inject the contents of the document in, removing the scripts
7224 contents: {
7737 var contents = s.contents,
[all...]
/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp160 const char *command = command_entry.contents.c_str();
549 // so we can then run the command interpreter using the file contents.
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh79 * The contents of this file constitute Original Code as defined in and
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c908 * Write the current contents of the data buffer using the handle's
2540 * return a newly formatting contents of a formatting instruction,
6679 xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents, argument
6700 xfi.xfi_content = contents;
6703 xfi.xfi_clen = contents ? strlen(contents) : 0;
6708 if (contents && fmt == NULL
6716 rc = xo_do_emit_fields(xop, &xfi, 1, fmt ?: contents ?: "field");
6724 xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents, argument
6731 rc = xo_emit_field_hv(xop, rolmod, contents, fm
6738 xo_emit_field(const char *rolmod, const char *contents, const char *fmt, const char *efmt, ...) argument
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Dkrb5tgs.c636 if (tr->contents.length == 0)
648 tr->contents,
716 ret = krb5_domain_x500_encode(realms, num_realms, &et->transited.contents);
/freebsd-current/share/mk/
H A Dbsd.dep.mk31 # contents.

Completed in 438 milliseconds

123456