Searched refs:copy (Results 51 - 75 of 467) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dautogen.sh16 # You should have received a copy of the GNU Lesser General Public
54 sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force
60 intltoolize --copy --force --automake
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A DMakefile.msvc42 LN = copy
46 INSTALL = copy
47 INSTALL_PROGRAM = copy
48 INSTALL_DATA = copy
H A DMakefile.vms12 LN = copy
16 INSTALL = copy
17 INSTALL_PROGRAM = copy
18 INSTALL_DATA = copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A DMakefile.msvc74 LN = copy
78 INSTALL = copy
79 INSTALL_PROGRAM = copy
80 INSTALL_DATA = copy
H A DMakefile.vms31 LN = copy
35 INSTALL = copy
36 INSTALL_PROGRAM = copy
37 INSTALL_DATA = copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dusercopy.S82 mov a5, a2 # copy dst so that a2 is return value
91 bnone a3, a8, .Laligned # then use word copy
104 # copy 1 byte
113 # copy 2 bytes
125 * Byte by byte copy
152 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
179 # copy 8 bytes
188 # copy 4 bytes
195 # copy 2 bytes
202 # copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.c16 You should have received a copy of the GNU Lesser General Public
420 AvahiRecord *copy; local
422 if (!(copy = avahi_new(AvahiRecord, 1))) {
427 copy->ref = 1;
428 copy->key = avahi_key_ref(r->key);
429 copy->ttl = r->ttl;
435 if (!(copy->data.ptr.name = avahi_strdup(r->data.ptr.name)))
440 copy->data.srv.priority = r->data.srv.priority;
441 copy->data.srv.weight = r->data.srv.weight;
442 copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dnfa.c80 int copy, i; local
82 copy = mkstate( SYM_EPSILON );
85 copy = link_machines( copy, dupmachine( singl ) );
87 return copy;
135 * copy = dupmachine( mach );
137 * copy - holds duplicate of mach
140 * note that the copy of mach is NOT an exact duplicate; rather, all the
141 * transition states values are adjusted so that the copy is self-contained,
549 int base_mach, tail, copy, local
[all...]
H A Dmisc.c189 /* copy_string - returns a dynamically allocated copy of a string */
196 char *copy; local
204 copy = (char *) flex_alloc( size );
206 if ( copy == NULL )
209 for ( c2 = copy; (*c2++ = *str++) != 0; )
212 return copy;
217 * returns a dynamically allocated copy of a (potentially) unsigned string
224 Char *copy; local
230 copy = allocate_Character_array( c - str + 1 );
232 for ( c = copy; (*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dwrappers.S18 * You should have received a copy of the GNU General Public License
96 copy %r1,%r24
137 copy %r0,%r28
143 copy %r0,%r24 /* NULL environment */
164 copy %r1,%arg0
173 copy %r2,%r19
179 copy %r0,%r2 /* Flag to syscall_exit not to clear args */
237 copy %r0,%r22
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A DMakefile10 lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/lib/
H A Dfixup.S16 * You should have received a copy of the GNU General Public License
67 copy %r0, %r9
75 copy %r0, %r9
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_opt.c182 char *copy = strdup(param); local
183 if (!copy)
186 *(char **) var = copy;
282 char *copy; local
287 copy = strdup(opts);
288 if (!copy) {
292 res = process_real_option_group(ctx, copy);
293 free(copy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtverify.com7 $ copy/concatenate [-.certs]*.pem certs.tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-stateless.bat10 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.os229 copy ..\lib\iconv.dll iconv.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf68 copy = homes
80 copy = dos
86 copy = dos
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_objects.c16 * You should have received a copy of the GNU General Public License
136 REGISTRY_VALUE *copy = NULL; local
141 if ( !(copy = SMB_MALLOC_P( REGISTRY_VALUE)) ) {
146 /* copy all the non-pointer initial data */
148 memcpy( copy, val, sizeof(REGISTRY_VALUE) );
151 if ( !(copy->data_p = memdup( val->data_p, val->size )) ) {
154 SAFE_FREE( copy );
158 return copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.vms17 INSTALL = copy
18 INSTALL_PROGRAM = copy
19 INSTALL_DATA = copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-output.c557 int copy; local
629 copy = skb_tailroom(skb);
630 ASSERTCMP(copy, >, 0);
631 if (copy > segment)
632 copy = segment;
633 if (copy > sp->remain)
634 copy = sp->remain;
637 ret = skb_add_data(skb, from, copy);
641 sp->remain -= copy;
642 skb->mark += copy;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqpeg.c17 * You should have received a copy of the GNU Lesser General Public
41 int run, copy; local
52 run = copy = 0;
66 } else if (code >= 0xC0) { /* very long copy */
70 copy = ((code & 0x3F) << 16) + (c0 << 8) + c1 + 1;
71 } else if (code >= 0x80) { /* long copy */
74 copy = ((code & 0x7F) << 8) + c0 + 1;
75 } else { /* short copy */
76 copy = code + 1;
79 /* perform actual run or copy */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd007.tcl184 # Open the environment and set the copy/abort locations
186 set copy [lindex $cmd 0]
188 error_check_good copy_location [is_valid_create_loc $copy] 1
191 if {([string first "logmeta" $copy] != -1 || \
195 $env test copy none
225 catch { file copy -force $dir/$dbfile $init_file } res
235 # Set our locations to copy and abort
237 set ret [eval $env test copy $copy]
286 catch { file copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/amiga/
H A DMakefile66 copy libs/xmlwf $(tooldir) quiet
67 copy /lib/expat.h /lib/expat_external.h $(staticincludedir) quiet
68 copy lib/libexpat.a $(staticlibdir) quiet
69 copy libs/expat.library $(sharedlibdir) quiet
70 copy include $(sharedincludedir) quiet all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dreal2.S61 copy %arg0, %sp /* adopt the real-mode SP */
64 copy %arg2, %r31
232 copy %arg0, %sp /* adopt the real-mode SP */
235 copy %arg2, %r31
290 copy %r26,%r28

Completed in 222 milliseconds

1234567891011>>