Searched refs:source (Results 76 - 100 of 442) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/heimdal/lib/ipc/
H A Dclient.c8 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
177 dispatch_source_t source; member in struct:async_client
211 dispatch_source_cancel(c->source);
244 c->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, c->mp, 0, c->queue);
247 dispatch_source_set_event_handler(c->source, ^{
248 dispatch_mig_server(c->source,
253 dispatch_source_set_cancel_handler(c->source, ^{
257 dispatch_release(c->source);
264 dispatch_resume(c->source);
[all...]
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dtoken.l9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
75 source { DP; return SOURCE; }
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dcommon_glue.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
114 krb5_principal source,
117 return __CALL(rename_principal, (server_handle, source, target));
113 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.c60 /* dn is the source number (assumed valid, max DECMAX754 digits) */
96 const Unit *source; /* work */ local
99 source = dn->lsu + D2U (digits) - 1; /* where msu comes from */
104 for (; source >= dn->lsu; source--, target--)
106 /* split the source Unit and accumulate remainder for next */
107 uInt rem = *source % powers[cut];
108 next += *source / powers[cut];
209 /* byte is the source's byte array */
210 /* len is length of the source'
[all...]
/freebsd-10.0-release/sys/mips/nlm/
H A Dintr_machdep.c5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
95 xlp_post_filter(void *source) argument
97 struct xlp_intrsrc *src = source;
105 xlp_pre_ithread(void *source) argument
107 struct xlp_intrsrc *src = source;
114 xlp_post_ithread(void *source) argument
116 struct xlp_intrsrc *src = source;
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap_tables.c4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
166 nsap->source = *from;
229 if (equal(&osap->source, from)) {
240 from = &osap->source;
246 sap->source = *from;
290 nsap->source = *from;
315 sap_change(sap, &sap->clone->sap, &sap->clone->source);
/freebsd-10.0-release/sys/netgraph/
H A Dng_pred1.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
97 static int Pred1Compress(node_p node, u_char *source, u_char *dest,
99 static int Pred1Decompress(node_p node, u_char *source, u_char *dest,
101 static void Pred1SyncTable(node_p node, u_char *source, int len);
582 Pred1Compress(node_p node, u_char *source, u_char *dest, int len) argument
594 if (priv->GuessTable[priv->Hash] == *source)
599 priv->GuessTable[priv->Hash] = *source;
600 *dest++ = *source;
602 HASH(*source
617 Pred1Decompress(node_p node, u_char *source, u_char *dest, int slen, int dlen) argument
656 Pred1SyncTable(node_p node, u_char *source, int len) argument
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dman_validate.c366 if (m->meta.source)
367 free(m->meta.source);
376 m->meta.msec = m->meta.source = NULL;
417 m->meta.source = mandoc_strdup(n->string);
491 if (m->meta.source)
492 free(m->meta.source);
494 m->meta.source = mandoc_strdup(p);
531 if (m->meta.source)
532 free(m->meta.source);
534 m->meta.source
[all...]
H A Dman.h75 char *source; /* `TH' source (e.g., GNU) */ member in struct:man_meta
/freebsd-10.0-release/contrib/openpam/misc/
H A Dgendoc.pl12 # Redistribution and use in source and binary forms, with or without
15 # 1. Redistributions of source code must retain the above copyright
102 my $source;
121 warn("$fn: not C source, ignoring\n");
127 $source = join('', <FILE>);
131 if ($source =~ m/^ \* NOPARSE\s*$/m);
133 if ($source =~ m/(\$Id:[^\$]+\$)/) {
138 if ($source =~ s/^ \* AUTHOR\s+(\w*)\s*$//m) {
142 if ($source =~ s/^ \* DEPRECATED\s*(\w*)\s*$//m) {
146 if ($source
[all...]
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_volume.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
236 uint32_t count, void *source)
249 return (FEEDER_FEED(f->source, c, b, count, source));
268 return (FEEDER_FEED(f->source, c, b, count, source));
277 j = SND_FXDIV(FEEDER_FEED(f->source, c, dst, count, source),
235 feed_volume_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c86 * one copy and its source was the oldest of the two locations.
253 svn_boolean_t same_repos; /* Whether the merge source repository
257 svn_boolean_t mergeinfo_capable; /* Whether the merge source server
274 in the natural history of the merge source currently being processed.
344 merge source, i.e. it is cleared on every call to do_directory_merge()
365 is if the merge source server is capable of merge tracking, the left-side
366 merge source is an ancestor of the right-side (or vice-versa), the merge
367 source is in the same repository as the merge target, and we are not
421 merge_source_dup(const merge_source_t *source,
426 s->loc1 = svn_client__pathrev_dup(source
417 merge_source_dup(const merge_source_t *source, apr_pool_t *result_pool) argument
3943 fix_deleted_subtree_ranges(const merge_source_t *source, const merge_target_t *target, svn_ra_session_t *ra_session, apr_array_header_t *children_with_mergeinfo, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4560 calculate_remaining_ranges(svn_client__merge_path_t *parent, svn_client__merge_path_t *child, const merge_source_t *source, svn_mergeinfo_t target_mergeinfo, const apr_array_header_t *implicit_src_gap, svn_boolean_t child_inherits_implicit, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4722 find_gaps_in_merge_source_history(svn_revnum_t *gap_start, svn_revnum_t *gap_end, const merge_source_t *source, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
4862 populate_remaining_ranges(apr_array_header_t *children_with_mergeinfo, const merge_source_t *source, svn_ra_session_t *ra_session, merge_cmd_baton_t *merge_b, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
5561 drive_merge_report_editor(const char *target_abspath, const merge_source_t *source, const apr_array_header_t *children_with_mergeinfo, const svn_diff_tree_processor_t *processor, svn_depth_t depth, merge_cmd_baton_t *merge_b, apr_pool_t *scratch_pool) argument
7277 subrange_source(const merge_source_t *source, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_pool_t *pool) argument
7329 do_file_merge(svn_mergeinfo_catalog_t result_catalog, single_range_conflict_report_t **conflict_report, const merge_source_t *source, const char *target_abspath, const svn_diff_tree_processor_t *processor, svn_boolean_t sources_related, svn_boolean_t squelch_mergeinfo_notifications, merge_cmd_baton_t *merge_b, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
7891 do_mergeinfo_unaware_dir_merge(single_range_conflict_report_t **conflict_report, const merge_source_t *source, const char *target_dir_wcpath, apr_array_header_t *children_with_mergeinfo, const svn_diff_tree_processor_t *processor, svn_depth_t depth, merge_cmd_baton_t *merge_b, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
8958 remove_noop_subtree_ranges(const merge_source_t *source, const merge_target_t *target, svn_ra_session_t *ra_session, apr_array_header_t *children_with_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
9177 do_mergeinfo_aware_dir_merge(svn_mergeinfo_catalog_t result_catalog, single_range_conflict_report_t **conflict_report, const merge_source_t *source, const char *target_abspath, apr_array_header_t *children_with_mergeinfo, const svn_diff_tree_processor_t *processor, svn_depth_t depth, svn_boolean_t squelch_mergeinfo_notifications, merge_cmd_baton_t *merge_b, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
9496 do_directory_merge(svn_mergeinfo_catalog_t result_catalog, single_range_conflict_report_t **conflict_report, const merge_source_t *source, const char *target_abspath, const svn_diff_tree_processor_t *processor, svn_depth_t depth, svn_boolean_t squelch_mergeinfo_notifications, merge_cmd_baton_t *merge_b, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
9792 merge_source_t *source = local
9959 merge_cousins_and_supplement_mergeinfo(conflict_report_t **conflict_report, svn_boolean_t *use_sleep, const merge_target_t *target, svn_ra_session_t *URL1_ra_session, svn_ra_session_t *URL2_ra_session, const merge_source_t *source, const svn_client__pathrev_t *yca, svn_boolean_t same_repos, svn_depth_t depth, svn_boolean_t diff_ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t record_only, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
10414 merge_source_t source; local
10450 merge_source_t source; local
11382 merge_source_t source; local
11588 merge_source_t *source; local
11923 svn_client__pathrev_t *source; member in struct:source_and_target_t
12532 merge_source_t source; local
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-libdlpi.c5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
114 retv = dlpi_open(p->opt.source, &dh, DLPI_RAW|DLPI_PASSIVE);
121 pcap_libdlpi_err(p->opt.source, "dlpi_open", retv,
138 pcap_libdlpi_err(p->opt.source, "dlpi_bind", retv, p->errbuf);
185 pcap_libdlpi_err(p->opt.source, "dlpi_info", retv, p->errbuf);
247 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
H A Dpcap.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
271 pcap_create(const char *source, char *errbuf) argument
273 return (dag_create(source, errbuf));
283 pcap_create(const char *source, char *errbuf) argument
285 return (septel_create(source, errbuf));
295 pcap_create(const char *source, char *errbuf) argument
297 return (snf_create(source, errbuf));
366 * source types what interfaces they have.
385 pcap_create(const char *source, cha argument
467 pcap_create_common(const char *source, char *ebuf) argument
641 pcap_open_live(const char *source, int snaplen, int promisc, int to_ms, char *errbuf) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_delta.h91 * bytes, the `source' string and the `target' string. Given a source
93 * source string and a delta, we can reconstruct the target string.
95 * reconstruct the source string given the target string and delta.
122 /** Append the @a length bytes at @a offset in the source view to the
126 * @a length <= size of source view.
174 * specified contiguous region of the source string (the "source
178 * - the source view,
184 * The source vie
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dmergeinfo-cmd.c252 const char *source, *target;
270 SVN_ERR(svn_opt_parse_path(&src_peg_revision, &source,
284 /* If no peg-rev was attached to the source URL, assume HEAD. */
317 source, &src_peg_revision,
332 source, &src_peg_revision,
351 SVN_ERR(mergeinfo_summary(source, &src_peg_revision,
250 const char *source, *target; local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c155 void zmemcpy(dest, source, len)
157 const Bytef* source;
162 *dest++ = *source++; /* ??? to be unrolled */
/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dperform.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
269 show_version(Package plist, const char *latest, const char *source) argument
287 if (source == NULL && OUTPUT('!')) {
330 printf(" needs updating (%s has %s)", source, ver);
339 printf(" up-to-date with %s", source);
348 printf(" succeeds %s (%s has %s)", source, source, ver);
/freebsd-10.0-release/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-10.0-release/contrib/llvm/lib/Analysis/
H A DPathNumbering.cpp166 // Returns the source node of this edge.
482 BallLarusEdge* BallLarusDag::createEdge(BallLarusNode* source, argument
485 return( new BallLarusEdge(source, target, duplicateCount) );
496 BallLarusEdge* BallLarusDag::addEdge(BallLarusNode* source, argument
499 BallLarusEdge* newEdge = createEdge(source, target, duplicateCount);
501 source->addSuccEdge(newEdge);
507 void BallLarusDag::addBackedge(BallLarusNode* source, BallLarusNode* target, argument
509 BallLarusEdge* childEdge = addEdge(source, target, duplicateCount);
513 childEdge->setPhonyExit(addEdge(source, getExit(),0));
/freebsd-10.0-release/sbin/hastd/
H A Dtoken.l10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
68 source { DP; return SOURCE; }
/freebsd-10.0-release/sys/vm/
H A Dvm_object.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
1195 * specified existing object range. The source
1199 * are returned in the source parameters.
1207 vm_object_t source; local
1210 source = *object;
1215 if (source != NULL) {
1216 VM_OBJECT_WLOCK(source);
1217 if (source->ref_count == 1 &&
1218 source
1279 vm_object_t orig_object, new_object, source; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgcov-dump.c125 printf ("This is free software; see the source for copying conditions.\n"
350 const char *source = NULL; local
355 source = gcov_read_string ();
356 if (!source)
375 printf ("%s`%s'", sep, source);
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dnetaddr.h90 isc_netaddr_fromsockaddr(isc_netaddr_t *netaddr, const isc_sockaddr_t *source);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.h170 const char *source,

Completed in 146 milliseconds

1234567891011>>