Searched refs:source (Results 401 - 425 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c697 Also check for consistency of the source newline strings across
898 /* EOL style used in the chunk-source */
901 /* Length of the EOL style string found in the chunk-source,
1099 cases, we can skip the newline translation as long as source
1658 create_special_file_from_stream(svn_stream_t *source, const char *dst,
1668 SVN_ERR(svn_stream_readline(source, &contents, "\n", &eof, pool));
1728 SVN_ERR(svn_stream_copy3(svn_stream_disown(source, pool), new_stream,
1797 /* Open source file. */
1826 /* Preserve the source file's permission bits. */
1878 svn_stream_t *source
1654 create_special_file_from_stream(svn_stream_t *source, const char *dst, apr_pool_t *pool) argument
1873 svn_stream_t *source = svn_stream_from_stringbuf(btn->write_content, local
[all...]
H A Dio.c1859 const char *source,
1877 const size_t srclen = strlen(source);
1882 if (svn_ctype_isalpha(source[0]) && source[1] == ':'
1883 && (source[2] == '/' || source[2] == '\\'))
1888 else if ((source[0] == '/' || source[0] == '\\')
1889 && (source[1] == '/' || source[
1853 svn_io__utf8_to_unicode_longpath(const WCHAR **result, const char *source, apr_pool_t *result_pool) argument
1910 io_unicode_to_utf8_path(const char **result, const WCHAR *source, apr_pool_t *result_pool) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzvol.c112 zprop_source_t source; member in struct:__anon10666
1577 zvol_set_snapdev(const char *ddname, zprop_source_t source, uint64_t snapdev) argument
1582 zsda.zsda_source = source;
1664 zvol_set_volmode(const char *ddname, zprop_source_t source, uint64_t volmode) argument
1669 zsda.zsda_source = source;
/freebsd-13-stable/crypto/openssh/
H A Dscp.c21 * Redistribution and use in source and binary forms, with or without
24 * 1. Redistributions of source code must retain the above copyright
48 * Redistribution and use in source and binary forms, with or without
51 * 1. Redistributions of source code must retain the above copyright
387 void source(int, char *[]);
538 source(argc, argv);
909 /* Parse source files */
986 source(1, argv + i);
1057 source(int argc, char **argv) function
1210 source(
[all...]
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_rhs.c6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
1439 struct ck_rhs *source,
1448 hs->mode = source->mode;
1449 hs->seed = source->seed;
1450 hs->map = source->map;
1451 hs->load_factor = source->load_factor;
1438 ck_rhs_move(struct ck_rhs *hs, struct ck_rhs *source, ck_rhs_hash_cb_t *hf, ck_rhs_compare_cb_t *compare, struct ck_malloc *m) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1686 svn_stringbuf_t *source, *buf = rb->base_window;
1727 as much data from it as the needed for the txdelta window's source
1732 source = buf;
1733 if (source == NULL && rb->src_state != NULL)
1735 /* Even if we don't need the source rep now, we still must keep
1739 SVN_ERR(read_plain_window(&source, rb->src_state,
1751 svn_txdelta_apply_instructions(window, source ? source->data : NULL,
2479 node_revision_t *source,
2488 /* Try a shortcut: if the target is stored as a delta against the source,
1685 svn_stringbuf_t *source, *buf = rb->base_window; local
2476 svn_fs_fs__get_file_delta_stream(svn_txdelta_stream_t **stream_p, svn_fs_t *fs, node_revision_t *source, node_revision_t *target, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1439 svn_stringbuf_t *source, *buf = rb->base_window;
1481 source view.
1483 source = buf;
1484 if (source == NULL && rb->src_state != NULL)
1485 SVN_ERR(read_container_window(&source, rb->src_state,
1493 svn_txdelta_apply_instructions(window, source ? source->data : NULL,
2371 svn_fs_x__noderev_t *source,
2380 /* Try a shortcut: if the target is stored as a delta against the source,
2383 if (target->data_rep && source)
1438 svn_stringbuf_t *source, *buf = rb->base_window; local
2368 svn_fs_x__get_file_delta_stream(svn_txdelta_stream_t **stream_p, svn_fs_t *fs, svn_fs_x__noderev_t *source, svn_fs_x__noderev_t *target, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dtransaction.c946 path_change_dup(const svn_fs_x__change_t *source,
950 = apr_pmemdup(result_pool, source, sizeof(*source));
952 = apr_pstrmemdup(result_pool, source->path.data, source->path.len);
954 if (source->copyfrom_path)
955 result->copyfrom_path = apr_pstrdup(result_pool, source->copyfrom_path);
2251 svn_stream_t *source;
2287 SVN_ERR(svn_fs_x__get_contents(&source, fs, base_rep, TRUE,
2320 b->delta_stream = svn_txdelta_target_push(wh, whb, source,
945 path_change_dup(const svn_fs_x__change_t *source, apr_pool_t *result_pool) argument
2250 svn_stream_t *source; local
2881 svn_stream_t *source; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
3119 const hx509_private_key source,
3131 if (source)
3132 def = alg_for_privatekey(source, type);
3137 /* XXX depend on `source�� and `peer�� */
3138 if (source)
3139 def = alg_for_privatekey(source, type);
3154 keytype = find_keytype(source);
3199 hx509_cert source,
3117 hx509_crypto_select(const hx509_context context, int type, const hx509_private_key source, hx509_peer_info peer, AlgorithmIdentifier *selected) argument
3197 hx509_crypto_available(hx509_context context, int type, hx509_cert source, AlgorithmIdentifier **val, unsigned int *plen) argument
[all...]
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c101 source-file\n";
157 DATA(" -C translate entries to termcap source form")
164 DATA(" -I translate entries to terminfo source form")
165 DATA(" -K translate entries to termcap source form with BSD syntax")
166 DATA(" -L translate entries to full terminfo source form")
167 DATA(" -N disable smart defaults for source translation")
172 DATA(" -r force resolution of all use entries in source translation")
409 copy_input(FILE *source, const char *filename, char *alt_file) argument
419 if (source == 0) {
420 failed("copy_input (source)");
675 add_digit(int *target, int source) argument
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dmem.c242 isc__mem_attach(isc_mem_t *source, isc_mem_t **targetp);
1124 isc__mem_t *source = (isc__mem_t *)source0; local
1126 REQUIRE(VALID_CONTEXT(source));
1129 MCTXLOCK(source, &source->lock);
1130 source->references++;
1131 MCTXUNLOCK(source, &source->lock);
1133 *targetp = (isc_mem_t *)source;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp867 Value *source = cast_inst->getOperand(0); local
871 if (!frame.EvaluateValue(S, source, module)) {
872 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str());
883 Value *source = cast_inst->getOperand(0); local
887 if (!frame.EvaluateValue(S, source, module)) {
888 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str());
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-rpcap.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
2051 rpcap_setup_session(const char *source, struct pcap_rmtauth *auth, argument
2060 * Determine the type of the source (NULL, file, local, remote).
2061 * You must have a valid source string even if we're in active mode,
2064 if (pcap_parsesrcstr(source, &type, host, port, iface, errbuf) == -1)
2169 * \param source: see pcap_open().
2186 pcap_t *pcap_open_rpcap(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf) argument
2208 source_str = strdup(source);
2343 pcap_findalldevs_ex_remote(const char *source, struc argument
[all...]
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk97 # SRC_BASE is how the ports tree refers to the location of the base source files
334 # use .depend files. We really only need source files, not headers since
359 # Ensure that debug info references the path in the source tree.
H A Dkmod.mk37 # SRCS List of source files.
112 # Don't use any standard or source-relative include directories.
289 # Ensure that debug info references the path in the source tree.
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm5 ;; in the file LICENSE in the source distribution or at
6 ;; https://www.openssl.org/source/license.html
12 ;; Rights for redistribution and usage in source and binary forms are
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c2115 dag_node_t *source,
2133 if ((fs != svn_fs_base__dag_get_fs(source))
2138 _("Bad merge; ancestor, source, and target not all in same fs"));
2144 source_id = svn_fs_base__dag_get_id(source);
2161 * Either no change made in source, or same change as made in target.
2232 if ((svn_fs_base__dag_node_kind(source) != svn_node_dir)
2245 Another possible, similar, early merge failure: if source and
2276 SVN_ERR(svn_fs_base__dag_dir_entries(&s_entries, source, trail, pool));
2409 over all the source entries that didn't exist in
2415 /* For each entry E in source bu
2102 merge(svn_stringbuf_t *conflict_p, const char *target_path, dag_node_t *target, dag_node_t *source, dag_node_t *ancestor, const char *txn_id, apr_int64_t *mergeinfo_increment_out, trail_t *trail, apr_pool_t *pool) argument
2876 dag_node_t *source, *ancestor; local
4146 svn_stream_t *source, *target; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c283 "\t [-t type[,...]] [-s source[,...]]\n"
812 * are the same as the source. The newly created dataset maintains a
854 (void) fprintf(stderr, gettext("missing source dataset "
868 /* open the source dataset */
1886 * zfs get [-rHp] [-o all | field[,field]...] [-s source[,source]...]
1893 * received,source". Default is "name,property,value,source".
1913 char source[ZFS_MAX_DATASET_NAME_LEN]; local
1934 sizeof (buf), &sourcetype, source,
1968 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1979 pl->pl_user_prop, buf, sourcetype, source, NULL); local
2013 source, recvdval); local
7757 char *source, *bookname; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h541 virtual Status GetFile(const FileSpec &source, const FileSpec &destination);
543 virtual Status PutFile(const FileSpec &source, const FileSpec &destination,
559 /// The source file/directory to install on the remote system.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h21 /// ownership of the provided source.
233 /// sources, but instead give priority to certain sources. If a source with a
249 /// Construct a SemaSourceWithPriorities with a 'high quality' source that
250 /// has the higher priority and a 'low quality' source that will be used
260 void addSource(clang::ExternalSemaSource &source) { argument
261 Sources.push_back(&source);
338 // FIXME: Only one source should be able to complete the decls map.
365 // Tag->isCompleteDefinition() is true, but if our low quality source
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-var.mk72 # fully expanded before parsing, therefore any ':' in a target or source name
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp546 void UnwindPlan::SetSourceName(const char *source) { argument
547 m_source_name = ConstString(source);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp72 /// Returns the alignment of the type source info data block.
92 /// Returns the size of the type source info data block.
155 TypeLocCopier(TypeLoc source) : Source(source) {} argument
211 // FIXME: Currently QualifiedTypeLoc does not have a source range
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h470 int *lineinfo; /* map from opcodes to source lines (debug information) */
474 TString *source; /* used for debug information */ member in struct:Proto
601 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h122 ** Different types of assignments, according to source and destination.
513 ** Associates the absolute line source for a given instruction ('pc').
548 ls_byte *lineinfo; /* information about source lines (debug information) */
551 TString *source; /* used for debug information */ member in struct:Proto
786 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t srclen);

Completed in 199 milliseconds

<<11121314151617181920>>