Searched refs:source (Results 101 - 125 of 442) sorted by relevance

1234567891011>>

/freebsd-10.0-release/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-10.0-release/crypto/openssl/util/
H A Dmkstack.pl24 @source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>, <apps/*.[ch]>);
25 foreach $file (@source) {
/freebsd-10.0-release/sbin/nos-tun/
H A Dnos-tun.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
248 char *source = NULL; local
297 source = *argv++; target = *argv;
322 if (source) {
323 if (Set_address(source, (struct sockaddr_in *)&wherefrom))
326 syslog(LOG_ERR, "can't bind source address - %m");
395 "usage: nos-tun -t tunnel -s source -d destination -p protocol_number [source] target\n");
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dpxetramp.s5 # Redistribution and use in source and binary forms are freely
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-10.0-release/sys/cddl/boot/zfs/
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/
37 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
182 LZ4_uncompress_unknownOutputSize(const char *source, argument
186 const BYTE *restrict ip = (const BYTE *) source;
222 * Error : request to read beyond source
307 return (int)(-(((char *)ip) - source));
/freebsd-10.0-release/sys/dev/cxgb/
H A Dbin2h.pl28 Redistribution and use in source and binary forms, with or without
31 1. Redistributions of source code must retain the above copyright notice,
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_util.h29 * Redistribution and use in source and binary forms, with or without
33 * * Redistributions of source code must retain the above copyright
139 * @brief Copy the data from source to destination and swap the
144 * @param[in] source This parameter specifies the source address from
153 U32 *source,
/freebsd-10.0-release/sys/dev/random/
H A Divy.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
60 .source = RANDOM_PURE_RDRAND,
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
68 struct sockaddr source; member in struct:sap_entry
H A Dtrace.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
347 dumppacket(fd, dir, source, cp, size)
350 struct sockaddr *source;
356 struct sockaddr_ipx *who = (struct sockaddr_ipx *)source;
391 dumpsappacket(fd, dir, source, cp, size)
394 struct sockaddr *source;
400 struct sockaddr_ipx *who = (struct sockaddr_ipx *)source;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c129 nvlist_t *source, nvlist_t **resultp)
148 oldsource = source;
149 error = lzc_compat_pre(&zc, &ioc, &source);
155 packed = fnvlist_pack(source, &size);
209 if (source != oldsource)
210 nvlist_free(source);
211 source = oldsource;
128 lzc_ioctl(zfs_ioc_t ioc, const char *name, nvlist_t *source, nvlist_t **resultp) argument
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Diprop-log.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
116 krb5_principal source; local
137 krb5_ret_principal(sp, &source);
138 krb5_unparse_name(scontext, source, &name1);
141 krb5_free_principal(scontext, source);
147 krb5_ret_principal(sp, &source);
150 krb5_unparse_name(scontext, source, &name1);
155 krb5_free_principal(scontext, source);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder.c6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
195 f->source = NULL;
244 nf->source = c->feeder;
261 c->feeder = c->feeder->source;
276 f = f->source;
448 f = f->source;
456 feed_root(struct pcm_feeder *feeder, struct pcm_channel *ch, u_int8_t *buffer, u_int32_t count, void *source) argument
458 struct snd_dbuf *src = source;
/freebsd-10.0-release/share/mk/
H A Dbsd.dep.mk22 # SRCS List of source files (c, c++, assembler)
24 # DPSRCS List of source files which are needed for generating
33 # Make the dependencies for the source files, and store
37 # In "ctags" mode, create a tags file for the source files.
39 # source files. If HTML is defined, htags(1) is also run
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DArchive.cpp104 Archive::Archive(MemoryBuffer *source, error_code &ec) argument
105 : Binary(Binary::ID_Archive, source) {
107 if (!source || source->getBufferSize()
109 || StringRef(source->getBufferStart(), 8) != Magic) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h11 // construction of AST nodes from some external source.
36 /// an external source.
52 /// external source, such as a precompiled header. External AST
57 /// \brief Whether this AST source also provides information for
73 explicit Deserializing(ExternalASTSource *source) : Source(source) { argument
85 /// This method only needs to be implemented if the AST source ever
93 /// This operation only needs to be implemented if the AST source
100 /// source.
109 /// needs to be implemented if the AST source use
492 begin(Source *source, bool LocalOnly = false) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl8 # Redistribution and use in source and binary forms, with or without
12 # 1. Redistributions of source code must retain the above copyright
383 my $source = $1;
386 if (!islocalrealm($source)) {
388 $tgs_xrealm_in_princ{$source}++;
389 if ($source =~ /[^@]+@([^@]+)/ ) {
397 $tgs_xrealm_out_princ{$source}++;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
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.
580 z_streamp source));
582 Sets the destination stream as a complete copy of the source stream.
592 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
593 (such as zalloc being NULL). msg is left unchanged in both source and
604 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
639 specific input data. Read the deflate.c source code for the meaning of the
667 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bpf.c5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
655 if (strncmp(p->opt.source, "en", 2) != 0) {
668 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name));
695 (void)strncpy(ifr.ifr_name, p->opt.source, sizeof(ifr.ifr_name));
720 p->opt.source, pcap_strerror(errno));
1353 if (p->opt.rfmon && strncmp(p->opt.source, "wlt", 3) == 0) {
1365 strlcat(ifr.ifr_name, p->opt.source + 3,
1426 p->opt.source, pcap_strerror(errno));
1518 * Check if the given source networ
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_mchain.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
194 mb_put_mem(struct mbchain *mbp, c_caddr_t source, int size, int type) argument
221 error = mbp->mb_copy(mbp, source, dst, &srclen, &dstlen);
226 for (src = source, count = cplen; count; count--)
230 bcopy(source, dst, cplen);
233 error = copyin(source, dst, cplen);
242 source += srclen;

Completed in 244 milliseconds

1234567891011>>