Searched refs:source (Results 126 - 150 of 574) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dtask_api.c127 isc_task_attach(isc_task_t *source, isc_task_t **targetp) { argument
128 REQUIRE(ISCAPI_TASK_VALID(source));
131 source->methods->attach(source, targetp);
133 ENSURE(*targetp == source);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge_elements.c90 /* Assign EIDs (in memory) to the source-left, source-right and target
148 /* Do a three-way element-based merge for one merge source range,
177 /* assign EIDs (in memory) to the source-left, source-right and target
228 /* Merge each source range in turn */
231 merge_source_t *source local
239 source->loc1, source->loc2,
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtabs.c210 trimmed_tab_list(const char *source) argument
212 char *result = strdup(source);
239 comma_is_needed(const char *source) argument
243 if (source != 0) {
244 size_t len = strlen(source);
246 result = (source[len - 1] != ',');
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h29 lldb_private::Status PutFile(const lldb_private::FileSpec &source,
35 GetFile(const lldb_private::FileSpec &source,
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
85 * in the file LICENSE in the source distribution or at
86 * https://www.openssl.org/source/license.html
/freebsd-13-stable/sbin/hastd/
H A Dtoken.l12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
70 source { DP; return SOURCE; }
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h86 ETHER source; member in struct:__anon1231
96 ETHER source; /* E-net source address */ member in struct:__anon1232
/freebsd-13-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
108 assert(source == NULL);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_control.h86 #define CTL_SYS_STATUS(li, source, nevnt, evnt) \
88 (((source)<<8)&0x3f00) | \
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_dmamux.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
96 dmamux_configure(int mux, int source, int channel, int enable) argument
110 reg |= (source << CHCFG_SOURCE_SHIFT);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c7 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions of source code must retain the above copyright
32 * - LZ4 source repository : http://code.google.com/p/lz4/
61 static int real_LZ4_compress(const char *source, char *dest, int isize,
63 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
65 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
67 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
147 * (necessarily <= maxOutputSize). If the source stream is
473 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, argument
483 const BYTE *ip = (const BYTE *) source;
668 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
849 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
898 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
/freebsd-13-stable/lib/libc/net/
H A Dnsdispatch.c12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
43 * Redistribution and use in source and binary forms, with or without
46 * 1. Redistributions of source code must retain the above copyright
116 /* Database, source mappings. */
141 * same source as the call that was handled by the fallback method), while
305 printf("%s (%d source%s):", dbt->name, dbt->srclistsize,
482 nss_load_module(const char *source, nss_module_register_fn reg_fn) argument
489 mod.name = strdup(source);
502 } else if (strcmp(source, NSSRC_CACH
590 nss_method_lookup(const char *source, const char *database, const char *method, const ns_dtab disp_tab[], void **mdata) argument
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.c557 void luaO_chunkid (char *out, const char *source, size_t srclen) { argument
559 if (*source == '=') { /* 'literal' source */
561 memcpy(out, source + 1, srclen * sizeof(char));
563 addstr(out, source + 1, bufflen - 1);
567 else if (*source == '@') { /* file name */
569 memcpy(out, source + 1, srclen * sizeof(char));
573 memcpy(out, source + 1 + srclen - bufflen, bufflen * sizeof(char));
576 else { /* string; format as [string "source"] */
577 const char *nl = strchr(source, '\
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_io_private.h153 const char *source,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.h170 const char *source,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h67 Status CopyWatchpointsFrom(NativeThreadNetBSD& source);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
59 krb5_principal source, target; member in struct:gsskrb5_ctx
H A Dinquire_context.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
63 name = (gss_name_t)ctx->source;
/freebsd-13-stable/sbin/nos-tun/
H A Dnos-tun.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
250 char *source = NULL; local
299 source = *argv++; target = *argv;
324 if (source) {
325 if (Set_address(source, (struct sockaddr_in *)&wherefrom))
328 syslog(LOG_ERR, "can't bind source address - %m");
397 "usage: nos-tun -t tunnel -s source -d destination -p protocol_number [source] target\n");
/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test_list.inc14 * Redistribution and use in source and binary forms, with or without
16 * 1. Redistributions of source code must retain the above copyright notice,
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt.mk34 ${:U}: empty-source
36 : empty-source
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h18 void nstime_copy(nstime_t *time, const nstime_t *source);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib255 # Get source of the dataset
261 typeset source
263 source=$(zfs get -H -o source $prop $dataset)
265 log_fail "Unable to get $prop source for dataset $dataset"
268 echo "$source"
272 # Verify property $2 is set from source $4 on dataset $1 and has value $3.
277 # $4 source
279 # Returns: 0 if both expected source and value match, 1 otherwise
286 typeset source
[all...]
/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_util.h31 * Redistribution and use in source and binary forms, with or without
35 * * Redistributions of source code must retain the above copyright
135 * @brief Copy the data from source to destination and swap the
140 * @param[in] source This parameter specifies the source address from
149 U32 *source,
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dnetaddr.h105 isc_netaddr_fromsockaddr(isc_netaddr_t *netaddr, const isc_sockaddr_t *source);

Completed in 265 milliseconds

1234567891011>>