Searched refs:source (Results 201 - 225 of 574) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/zlib/
H A Dzutil.c149 void ZLIB_INTERNAL zmemcpy(dest, source, len)
151 const Bytef* source;
156 *dest++ = *source++; /* ??? to be unrolled */
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
678 z_streamp source));
680 Sets the destination stream as a complete copy of the source stream.
690 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
691 (such as zalloc being Z_NULL). msg is left unchanged in both source and
702 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
735 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
754 specific input data. Read the deflate.c source code for the meaning of the
787 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dldump.c139 dumpFunction(D, f->p[i], f->source);
180 if (D->strip || f->source == psource)
181 dumpString(D, NULL); /* no debug info or same source as its parent */
183 dumpString(D, f->source);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c226 _nc_merge_entry(ENTRY * const target, ENTRY * const source) argument
230 TERMTYPE2 *from = &(source->tterm);
236 if (source == 0 || from == 0 || target == 0 || to == 0)
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c329 _nc_fmt_funcptr(char *target, const char *source, size_t size) argument
347 ? UChar(source[size - n - 1])
348 : UChar(source[n]));
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_format.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
213 uint32_t count, void *source)
242 j = SND_FXDIV(FEEDER_FEED(f->source, c, src, j, source),
212 feed_format_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2038 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
2043 *source = NULL;
2047 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
2052 *source = "";
2059 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
2064 *source = NULL;
2068 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
2073 *source = "";
2106 * current values and mark the source "temporary".
2110 char **source, uint64_
2109 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val) argument
2323 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, char *statbuf, size_t statlen) argument
2608 char *source = NULL; local
2982 char *source; local
3006 char *source; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h10 // construction of AST nodes from some external source.
58 /// external source, such as a precompiled header. External AST
65 /// Generation number for this external AST source. Must be increased
82 explicit Deserializing(ExternalASTSource *source) : Source(source) { argument
92 /// Get the current generation of this AST source. This number
93 /// is incremented each time the AST source lazily extends an existing
100 /// This method only needs to be implemented if the AST source ever
108 /// This operation only needs to be implemented if the AST source
115 /// source
542 begin(Source *source, bool LocalOnly = false) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.c381 builder_table_t *source,
388 = svn_stringbuf_create_ensure(MAX_DATA_SIZE - source->max_data_size,
392 target->short_string_count = (apr_size_t)source->short_strings->nelts;
396 for (i = 0; i < source->short_strings->nelts; ++i)
399 = APR_ARRAY_IDX(source->short_strings, i, const builder_string_t *);
439 target->long_string_count = (apr_size_t)source->long_strings->nelts;
443 for (i = 0; i < source->long_strings->nelts; ++i)
446 *string = APR_ARRAY_IDX(source->long_strings, i, svn_string_t);
507 *all* of it chunky because we made sure that source and target
513 const char *source
377 create_table(string_sub_table_t *target, builder_table_t *source, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
510 const char *source = table->data + header->tail_start; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp89 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, argument
95 if (source == destination)
99 std::string src_path(source.GetPath());
101 return Status("unable to get file path for source");
119 std::string src_path(source.GetPath());
121 return Status("unable to get file path for source");
150 return Platform::PutFile(source, destination, uid, gid);
154 const lldb_private::FileSpec &source, // remote file path
160 std::string src_path(source.GetPath());
162 return Status("unable to get file path for source");
153 GetFile( const lldb_private::FileSpec &source, const lldb_private::FileSpec &destination) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/ipc/
H A Dserver.c8 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
108 dispatch_source_t source; member in struct:mach_service
322 s->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV,
324 if (s->source == NULL) {
332 dispatch_set_context(s->source, s);
334 dispatch_source_set_event_handler(s->source, ^{
335 dispatch_mig_server(s->source, sizeof(union __RequestUnion__mheim_do_mheim_ipc_subsystem), mheim_ipc_server);
338 dispatch_source_set_cancel_handler(s->source, ^{
344 dispatch_release(st->source);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py161 source = bookmarks[name]
173 _validate_snap_name(source)
178 _validate_bmark_name(source)
183 return lzc_exc.BookmarkSourceInvalid(source)
199 return lzc_exc.BookmarkMismatch(source)
608 def lzc_rename_translate_error(ret, source, target):
612 _validate_fs_name(source)
614 if _pool_name(source) != _pool_name(target):
615 raise lzc_exc.PoolsDiffer(source)
619 raise lzc_exc.FilesystemNotFound(source)
[all...]
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
86 int source; member in struct:zy7_fclk_config
264 switch (cfg->source) {
285 cfg->source = ZY7_PL_FCLK_SRC_IO;
287 cfg->source = ZY7_PL_FCLK_SRC_DDR;
289 cfg->source = ZY7_PL_FCLK_SRC_ARM;
293 zy7_pl_fclk_set_source(unit, cfg->source);
390 "source", CTLFLAG_RW | CTLTYPE_STRING | CTLFLAG_NEEDGIANT,
393 "A", "Clock source");
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
106 const char *source, *check; local
123 source=ent;
125 while (*source) { /* Strip whitespace */
126 *dest++ = *source++; /* Do not check first field */
127 while (*source == ':') {
128 check=source+1;
133 source=check;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp296 // in the source file, so there isn't anything we can do with it.
618 /// print - Print source files with collected line count information.
730 SourceInfo &source = sources[file.filenameToIdx.find(Filename)->second]; local
731 source.name = CoveragePath;
732 source.coverage = FileCoverage;
746 for (const SourceInfo &source : sources) {
747 os << "file:" << source.filename << '\n';
748 for (const GCOVFunction *f : source.functions)
751 const LineData &line = LineInfo[source.filename];
886 for (const SourceInfo &source
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_vpd.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright notice,
808 unsigned int source; local
869 * old (=source) and new (=dest) new keyword/tag
873 source = offset + taglen;
879 source = dest = 0;
888 source = offset + pos + 3 + keylen;
894 source = offset + pos + 3 + keylen;
911 source = offset + pos;
918 if (used + dest > size + source) {
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk62 # $@ = target or archive name $< = implied source
96 Implied source with suffix transformations\n\
114 # The system makefiles make the .c.a rule .PRECIOUS with a special source,
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldebug.c191 ar->source = "=[C]";
198 ar->source = p->source ? getstr(p->source) : "=?";
203 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
575 TString *src = ci_func(ci)->p->source;
578 else { /* no source available; use "?" instead */
/freebsd-13-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl36 * Redistribution and use in source and binary forms, with or without
39 * * Redistributions of source code must retain the above copyright
113 * Redistribution and use in source and binary forms, with or without
116 * * Redistributions of source code must retain the above copyright
153 * Redistribution and use in source and binary forms, with or without
157 * * Redistributions of source code must retain the above copyright
/freebsd-13-stable/share/mk/
H A Dbsd.info.mk4 # Texinfo is a documentation system that uses a single source
190 # happens to be a source file named install.sh. This assumes that there
191 # is no source file named __null_install.sh.
H A Dsuite.test.mk19 # If 'yes', a Kyuafile exists in the source tree and is installed into
39 # used to avoid having to explicitly supply a Kyuafile in the source
88 # Due to the dependencies of the binaries built by the source tree and how they
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL14 source, so if you build Perl on your own, you should be set.
46 download the source from http://perl.org/, unpacking it, reading
72 following modules in our source. They will work as fallbacks if
/freebsd-13-stable/usr.sbin/jls/
H A Djls.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
77 struct jailparam *source, unsigned flags);
260 struct jailparam *source, unsigned flags)
288 if (source != NULL)
289 jailparam_free(source, 1);
312 if (source != NULL) {
313 *param = *source;
259 add_param(const char *name, void *value, size_t valuelen, struct jailparam *source, unsigned flags) argument
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
86 * blobs and source from standard input. It reads the entire input into
1107 * The source files are ASCII, so we provide a non-locale-aware version of
1243 int source = open(path.c_str(), O_RDONLY); local
1244 if (source == -1)
1253 if (fstat(source, &st) == 0 && S_ISDIR(st.st_mode))
1259 close(source);
1262 std::unique_ptr<input_buffer> b(new mmap_input_buffer(source, string(path)));
1263 close(source);
[all...]
/freebsd-13-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
128 * Join a source group.
129 * Repeatedly change the source filters via setipv4sourcefilter.
212 * skip source filter portion of ASM test.
243 * Choose the first group and source for a match.
531 * Parse source list, if any were specified on the command line.
577 /* Any-source multicast */
592 /* Any-source multicast */
647 * opportunity to transmit within the group to test source filter
653 recv_loop_with_match(int sock, sockunion_t *group, sockunion_t *source) argument
[all...]

Completed in 368 milliseconds

1234567891011>>