Searched refs:sources (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcsharpcomp.sh.in71 sources=
121 sources="$sources "`echo "$1" | sed -e "$sed_quote_subst"`
132 test -z "$CSHARP_VERBOSE" || echo cscc $options_cscc $sources
133 exec cscc $options_cscc $sources
143 test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $sources
144 mcs $options_mcs $sources > "$tmp"/mcs.err
151 test -z "$CSHARP_VERBOSE" || echo csc $options_csc $sources
152 exec csc $options_csc $sources
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dcsharpcomp.sh71 sources=
121 sources="$sources "`echo "$1" | sed -e "$sed_quote_subst"`
132 test -z "$CSHARP_VERBOSE" || echo cscc $options_cscc $sources
133 exec cscc $options_cscc $sources
143 test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $sources
144 mcs $options_mcs $sources > "$tmp"/mcs.err
151 test -z "$CSHARP_VERBOSE" || echo csc $options_csc $sources
152 exec csc $options_csc $sources
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dcsharpcomp.sh71 sources=
121 sources="$sources "`echo "$1" | sed -e "$sed_quote_subst"`
132 test -z "$CSHARP_VERBOSE" || echo cscc $options_cscc $sources
133 exec cscc $options_cscc $sources
143 test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $sources
144 mcs $options_mcs $sources > "$tmp"/mcs.err
151 test -z "$CSHARP_VERBOSE" || echo csc $options_csc $sources
152 exec csc $options_csc $sources
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.h24 sources is an array of source file names, including resource files.
30 extern bool compile_csharp_class (const char * const *sources,
H A Dcsharpcomp.c62 compile_csharp_using_pnet (const char * const *sources, argument
127 const char *source_file = sources[i];
157 if (argv[argc - sources_count + i] != sources[i])
168 compile_csharp_using_mono (const char * const *sources, argument
278 const char *source_file = sources[i];
343 if (argv[argc - sources_count + i] != sources[i])
354 compile_csharp_using_sscli (const char * const *sources, argument
462 const char *source_file = sources[i];
494 if (argv[argc - sources_count + i] != sources[i])
505 compile_csharp_class (const char * const *sources, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com27 $! updated to work with current sources
45 $!- list of sources to be built into the LIBXML library. Compare this list
49 $ sources = "SAX.c entities.c encoding.c error.c parserInternals.c"
50 $ sources = sources + " parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c"
51 $ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c"
52 $ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c"
53 $ sources
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dsetup.py94 sources = [samba_srcdir + "python/py_spoolss.c", variable
119 sources = [samba_srcdir + "python/py_lsa.c", variable
130 sources = [samba_srcdir + "python/py_samr.c", variable
142 sources = [samba_srcdir + "python/py_winbind.c", variable
154 sources = [samba_srcdir + "python/py_winreg.c", variable
164 sources = [samba_srcdir + "python/py_srvsvc.c", variable
176 sources = [samba_srcdir + "python/py_tdb.c"], variable
185 sources = [samba_srcdir + "python/py_smb.c", variable
197 sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")], variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Dproxy.c38 struct in_addr *sources)
58 imsfp->imsf_slist[i] = sources[i].s_addr;
68 //printf("ioctl error, group: %s, source: %s\n",inet_ntoa(gp->igmpg_addr.s_addr),inet_ntoa(sources[0].s_addr));
190 create_membership(struct in_addr group,int fmode,int numsources,struct in_addr sources[MAX_ADDRS]) argument
199 member->membership.sources[i].s_addr = sources[i].s_addr;
256 int find_source(struct in_addr sr,int nsources,struct in_addr *sources) argument
261 if (sources[i].s_addr == sr.s_addr)
270 update_multi(igmp_router_t *igmprt,struct in_addr group,int fmode,int nsources,struct in_addr sources[MAX_ADDRS]) argument
285 if (find_source(sources[
32 set_source_filter( igmp_router_t* router, igmp_group_t* gp, unsigned long interface_adress, int fmode, int nsources, struct in_addr *sources) argument
[all...]
H A Digmpv3.c93 * struct in_addr *sources,
98 struct in_addr *sources, int numsrc)
102 if (src.s_addr == sources[i].s_addr)
118 struct in_addr *sources)
128 src=igmp_group_src_add(gp,sources[i]);
130 k_proxy_chg_mfc(router->igmprt_socket,sources[i].s_addr,gp->igmpg_addr.s_addr,ifp->igmpi_index,forward_upstream);
132 k_proxy_chg_mfc(router->igmprt_socket,sources[i].s_addr,gp->igmpg_addr.s_addr,ifp->igmpi_index,1);
139 if (check_src(src->igmps_source,sources,numsrc) == TRUE){
149 set_source_filter(router,gp,upstream,member->membership.fmode,member->membership.numsources,member->membership.sources);
163 struct in_addr *sources)
96 check_src( struct in_addr src, struct in_addr *sources, int numsrc) argument
113 igmp_group_handle_allow( igmp_router_t *router, igmp_interface_t *ifp, igmp_group_t *gp, int numsrc, struct in_addr *sources) argument
158 igmp_group_handle_block( igmp_router_t *router, igmp_interface_t *ifp, igmp_group_t *gp, int numsrc, struct in_addr *sources) argument
243 igmp_group_handle_toex( igmp_router_t *router, igmp_interface_t *ifp, igmp_group_t *gp, int numsrc, struct in_addr *sources) argument
349 igmp_group_handle_toin( igmp_router_t *router, igmp_interface_t *ifp, igmp_group_t *gp, int numsrc, igmp_rep_t *srcrep, struct in_addr *sources) argument
510 igmp_group_handle_isex( igmp_router_t* router, igmp_interface_t* ifp, igmp_group_t* gp, int numsrc, struct in_addr *sources) argument
592 igmp_group_handle_isin( igmp_router_t* router, igmp_interface_t* ifp, igmp_group_t* gp, int numsrc, struct in_addr *sources) argument
876 sch_group_specq_add( igmp_interface_t *ifp, struct in_addr gp, struct in_addr *sources, int numsrc) argument
907 igmprt_membership_query(igmp_router_t* igmprt, igmp_interface_t* ifp, struct in_addr *group, struct in_addr *sources, int numsrc, int SRSP) argument
1014 send_group_src_specific_q( igmp_router_t *router, igmp_interface_t *ifp, igmp_group_t *gp, struct in_addr *sources, int numsrc) argument
1764 receive_membership_query(igmp_router_t* igmprt, igmp_interface_t *ifp, struct in_addr gp, struct in_addr *sources, u_long src_query, int numsrc, int srsp, int version) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A DMakefile.am20 # We distribute the generated sources err-sources.h and err-codes.h,
41 EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
45 err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
48 BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
49 err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
54 CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
56 mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
114 # We build err-sources.h and err-codes.h in the source directory.
119 $(srcdir)/err-sources
[all...]
H A Dmkheader.awk45 # Its input is, one after another, the content of the err-sources.h.in file,
55 # sources_nr holds the number of error sources.
185 if ($0 ~ /^@include err-sources/)
H A DMakefile36 # We distribute the generated sources err-sources.h and err-codes.h,
289 EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
293 err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
296 BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
297 err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
301 CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
303 mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
824 # We build err-sources.h and err-codes.h in the source directory.
829 $(srcdir)/err-sources
[all...]
H A DMakefile.in36 # We distribute the generated sources err-sources.h and err-codes.h,
289 EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
293 err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
296 BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
297 err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
301 CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
303 mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
824 # We build err-sources.h and err-codes.h in the source directory.
829 $(srcdir)/err-sources
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h120 struct in_addr sources[500]; member in struct:membership_db::__anon1
144 __u32 imsf_numsrc; /* number of sources in src list */
154 /* sources routines */
175 int numsrc, struct in_addr *sources);
247 struct in_addr *group, struct in_addr *sources, int numsrc, int SRSP);
250 receive_membership_query(igmp_router_t* igmprt,igmp_interface_t *ifp,struct in_addr gp,struct in_addr *sources, u_long src_query,int numsrc, int srsp,int version);
257 send_group_src_specific_q(igmp_router_t *router,igmp_interface_t *ifp,igmp_group_t *gp,struct in_addr *sources,int numsrc);
261 void set_source_filter(igmp_router_t* router,igmp_group_t* gp,unsigned long interface_adress,int fmode,int nsources,struct in_addr *sources);
267 membership_db* create_membership(struct in_addr group,int fmode,int numsources,struct in_addr *sources);
270 membership_db* update_multi(igmp_router_t *igmprt,struct in_addr group,int fmode,int nsources,struct in_addr *sources);
[all...]
H A Digmp.h98 struct in_addr sources[1]; member in struct:_sch_query_t
110 u_short igmpq_numsrc; /* number of sources */
126 u_short igmpg_numsrc; /* number of sources */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py17 sources = "Blocks-4.0.1.txt UnicodeData-4.0.1.txt" variable
34 (blockfile, catfile) = string.split(sources)
236 """ % (webpage, date, sources));
278 """ % (webpage, date, sources));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows_dsp13 match="$2" # the string used to egrep the $sources file
14 sources="$3" # a modified version of $SRCFILES to facilitate matches
39 for srcpath in `egrep "$match" $sources | sed -e 's/[ ].*//'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Digmp.c279 for (psf=pmc->sources; psf; psf=psf->sf_next) {
413 psf_list = sdeleted ? &pmc->tomb : &pmc->sources;
598 igmpv3_clear_zeros(&pmc->sources);
601 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) {
624 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */
783 /* mark EXCLUDE-mode sources */
790 for (psf=pmc->sources; psf; psf=psf->sf_next) {
806 if (scount == nsrcs) /* all sources excluded */
819 /* mark INCLUDE-mode sources */
821 for (psf=pmc->sources; ps
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dsumversion.c381 char *sources, *end, *fname; local
403 sources = strchr(file, '\n');
404 if (!sources) {
409 sources++;
410 end = strchr(sources, '\n');
418 while ((fname = strsep(&sources, " ")) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c168 list_add(&path->list_sink, &dest->sources);
190 list_add(&path->list_sink, &dest->sources);
291 list_for_each_entry(path, &w->sources, list_sink) {
336 list_for_each_entry(path, &w->sources, list_sink)
438 list_for_each_entry(path, &widget->sources, list_sink) {
642 list_for_each_entry(p, &w->sources, list_sink) {
900 list_add(&path->list_sink, &wsink->sources);
918 list_add(&path->list_sink, &wsink->sources);
939 list_add(&path->list_sink, &wsink->sources);
1211 INIT_LIST_HEAD(&w->sources);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit211 local %sources = (); # lists the sources used for $program
260 substituteLine($lookup, "$program\_SOURCES=" . $sources{$program});
264 for $source (split(/[\034\s]+/, $sources{$program})) {
610 $sources{$program} = $1;
613 $sources{$program} = "";
692 if ($sources{$program} =~ /\(/) {
701 my @progsources = split(/[\034\s]+/, $sources{$program});
813 my @progsources = split(/[\034\s]+/, $sources{$program});
998 my @psources = split(/[\034\s]+/, $sources{
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile1358 define find-sources
1380 define all-sources
1381 $(call find-sources,'*.[chS]')
1384 $(call find-sources,'Kconfig*')
1387 $(call find-sources,'defconfig')
1392 $(all-sources) | xargs $1 -a \
1406 $(all-sources) | xargs $1 -a; \
1412 $(all-sources) | xargs $1 -a; \
1417 cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dconfig.bat14 Rem and where the sources are.
147 Rem Find out where the sources are
253 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/aliases/aliases2.h > aliases2.tmp
259 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/iconv.c > iconv.tmp
265 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/converters.h > converters.tmp
271 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/cns/11643.h > 11643.tmp
277 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/cns/11643_4.h > 11643_4.tmp
283 sed -f %XSRC%/djgpp/sources.sed %XSRC%/lib/iso/ir165.h > ir165.tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile1123 define all-sources
1145 cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files
1161 $(all-sources) | xargs etags $$ETAGSF -a
1175 $(all-sources) | xargs ctags $$CTAGSF -a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Digmp.h195 struct ip_sf_list *sources; member in struct:ip_mc_list

Completed in 159 milliseconds

12