Searched refs:to (Results 626 - 650 of 1699) sorted by relevance

<<21222324252627282930>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dmakerpms.sh.tmpl5 # Changed by John H Terpstra to build on RH7.2 - should also work for earlier versions jht@samba.org
7 # The following allows environment variables to override the target directories
8 # the alternative is to have a file in your home directory calles .rpmmacros
12 # Note: Under this directory rpm expects to find the same directories that are under the
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
66 echo Getting Ready to build release package
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_object.c15 * along with this program; if not, write to the Free Software
45 static FLAC__bool compare_track_(const FLAC__StreamMetadata_CueSheet_Track *from, const FLAC__StreamMetadata_CueSheet_Track *to) argument
49 if(from->offset != to->offset) {
51 printf("FAILED, track offset mismatch, expected %I64u, got %I64u\n", to->offset, from->offset);
53 printf("FAILED, track offset mismatch, expected %llu, got %llu\n", (unsigned long long)to->offset, (unsigned long long)from->offset);
57 if(from->number != to->number) {
58 printf("FAILED, track number mismatch, expected %u, got %u\n", (unsigned)to->number, (unsigned)from->number);
61 if(0 != strcmp(from->isrc, to->isrc)) {
62 printf("FAILED, track number mismatch, expected %s, got %s\n", to->isrc, from->isrc);
65 if(from->type != to
103 compare_seekpoint_array_(const FLAC__StreamMetadata_SeekPoint *from, const FLAC__StreamMetadata_SeekPoint *to, unsigned n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dackvec.c71 /* Figure out how many options do we need to represent the ackvec */
79 unsigned char *to; local
98 to = skb_push(skb, len);
109 *to++ = DCCPO_ACK_VECTOR_0;
110 *to++ = copylen + 2;
116 memcpy(to, from, tailsize);
117 to += tailsize;
123 memcpy(to, from, copylen);
125 to += copylen;
202 * If several packets are missing, the HC-Receiver may prefer to ente
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dxfuncs.c15 * fail, so callers never need to check for errors. If it returned, it
42 // to the new memory, which may or may not be the same as the old memory.
43 // It'll copy the contents to a new chunk and free the old one if necessary.)
61 // Die if we can't copy a string to freshly allocated memory.
78 // the (possibly truncated to length n) string into it.
103 // Die if we can't open a file and return a FILE * to it.
172 void xdup2(int from, int to) argument
174 if (dup2(from, to) != to)
179 void xmove_fd(int from, int to) argument
534 xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, socklen_t tolen) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dhugetlb.c31 * Protects updates to hugepage_freelists, nr_huge_pages, and free_huge_pages
291 * handle_mm_fault() to try to instantiate regular-sized pages in the
292 * hugegpage VMA. do_page_fault() is supposed to trap this, so BUG is we get
383 * lock is used to avoid list corruption from multiple unmapping
422 * It is undesirable to test vma->vm_file as it should be non-null
426 * to clean up. Since no pte has actually been setup, it is safe to
492 * Use page lock to guard against racing truncation
571 * get spurious allocation failures if two CPUs race to instantiat
696 long to; member in struct:file_region
827 hugetlb_reserve_pages(struct inode *inode, long from, long to) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-iop13xx/
H A Dentry-macro.S15 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
37 movne \irqnr, \irqnr, lsr #2 @ Convert to irqnr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ks8695/
H A Ddebug-macro.S25 str \rd, [\rx, #KS8695_URTH] @ Write to Transmit Holding Register
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/ntpclient/
H A Dntpclient.c39 /* How to multiply by 4294.967296 quickly (and not quite exactly)
41 * If you want to fix the last 12 microseconds of error, add in
46 /* The reverse of the above, needed if we want to set our microsecond
53 * by 65536, to microseconds. RFC1305 states this time is in seconds,
86 /* OS dependent routine to get the current value of clock frequency.
102 /* OS dependent routine to set a new value of clock frequency.
224 /* it would be even better to subtract half the slop */
233 printf("set time to %lu.%.6lu\n", tv_set.tv_sec, tv_set.tv_usec);
302 fprintf(stderr,"could not bind to udp port %d\n",port);
325 struct timeval to; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A DUdpLib.c6 * Permission to use, copy, modify, and/or distribute this software for any
57 * This function opens a UDP socket and returns the socket to the calling
98 * This call is used typically by the server application to establish a
113 /* bind protocol to socket */
149 * udp_write(int fd, char * buf, int len, struct sockaddr_in * to)
151 * This function is called by the application to send data.
155 * to - socket address structure that contains remote ip address and port
156 * where the data is to be sent
160 int udp_write(int fd, char * buf, int len, struct sockaddr_in * to) argument
166 (struct sockaddr *) to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dmtdpart.c38 * Given a pointer to the MTD object in the mtd_part structure, we can retrieve
39 * the pointer to that structure with this macro.
46 * to the _real_ device.
140 static int part_write (struct mtd_info *mtd, loff_t to, size_t len, argument
146 if (to >= mtd->size)
148 else if (to + len > mtd->size)
149 len = mtd->size - to;
150 return part->master->write (part->master, to + part->offset,
154 static int part_write_oob(struct mtd_info *mtd, loff_t to, argument
162 if (to >
183 part_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dmmap.c23 * along with this program; if not, write to the Free Software
44 * Returns unlocked and up-to-date page (if ok), with increased
99 /* Start and end are in the same page; we just need to
100 * set a portion of the existing page to zero's */
197 * @param page Page to fill
198 * @param lower_page_index Index of the page in the lower file to get
276 * @page: ecryptfs associated page to stick the read data into
364 static int fill_zeros_to_end_of_page(struct page *page, unsigned int to) argument
372 if (to > end_byte_in_page)
373 end_byte_in_page = to;
387 ecryptfs_prepare_write_no_truncate(struct file *file, struct page *page, unsigned from, unsigned to) argument
401 ecryptfs_prepare_write(struct file *file, struct page *page, unsigned from, unsigned to) argument
696 ecryptfs_commit_write(struct file *file, struct page *page, unsigned from, unsigned to) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_address.c5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
40 unsigned int from, unsigned int to)
50 if (end <= from || start >= to)
59 * @lblock: The block number to look up
60 * @bh_result: The buffer head to return the result in
61 * @create: Non-zero if we may add block to the file
75 * @lblock: The block number to look up
76 * @bh_result: The buffer head to retur
39 gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, unsigned int from, unsigned int to) argument
360 gfs2_prepare_write(struct file *file, struct page *page, unsigned from, unsigned to) argument
462 gfs2_commit_write(struct file *file, struct page *page, unsigned from, unsigned to) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h13 | These equates are used to access the exception frame, the fsave
44 | Positive offsets from A6 refer to the exception frame. Negative
45 | offsets refer to the Local Variable area and the fsave area.
58 | label to a routine that will process a real exception of the
63 | because it needs to report an exception back to the user. This
71 | temporaries. If a routine needs to change any
118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
135 .set WBTEMP_SGN,WBTEMP+2 | used to store sign
204 .set FPTEMP_SGN,FPTEMP+2 | used to stor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm19 ;* License along with FFmpeg; if not, write to the Free Software
29 ; Kludge: Something on OS X fails to align .rodata even given an align attribute,
44 ; objects cannot directly access global variables by address, they need to
56 ; mode, otherwise does nothing. You need to do this before using GLOBAL.
73 ; need to reference our variables by offset.
95 ; Macros to eliminate most code duplication between x86_32 and x86_64:
104 ; %4 = list of names to define to registers
105 ; PROLOGUE can also be invoked by adding the same options to cglobal
460 ; I often want to us
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dclient.c211 * Release a reference to a shared client record
239 /* Don't match clients that failed to initialise properly */
360 static void nfs_init_timeout_values(struct rpc_timeout *to, int proto, argument
363 to->to_initval = timeo * HZ / 10;
364 to->to_retries = retrans;
365 if (!to->to_retries)
366 to->to_retries = 2;
370 if (!to->to_initval)
371 to->to_initval = 60 * HZ;
372 if (to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod21 # along with this program; if not, write to the Free Software
64 print " -E sambaLogonScript (DOS script to execute on login)\n";
76 print "You must be root to modify an user\n";
82 # Let's connect to the directory first
104 # Let's connect to the directory first
128 $modify->code && warn "failed to modify entry: ", $modify->error ;
301 # add user to new groups
350 # To force a user to change his password:
471 $modify->code && warn "failed to modify entry: ", $modify->error ;
479 $modify->code && warn "failed to modif
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Daio.c172 /* aio_ring_event: returns a pointer to the event at the given index from
267 * when the processes owning a context have all exited to encourage
317 * Waits on the given sync kiocb to complete.
332 * there is no way for any new requests to be submited or any of the
333 * io_* syscalls to be called on the context. However, there may be
334 * outstanding requests which hold references to the context; as they
365 * and the struct needs to be freed.
394 * Returns with kiocb->users set to 2. The io submit code path holds
422 /* Check if the completion queue has enough free space to
517 /* Must be done under the lock to serialis
1056 struct aio_timeout *to = (struct aio_timeout *)data; local
1062 init_timeout(struct aio_timeout *to) argument
1071 set_timeout(long start_jiffies, struct aio_timeout *to, const struct timespec *ts) argument
1081 clear_timeout(struct aio_timeout *to) argument
1097 struct aio_timeout to; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dspinlock.h19 /* We should make sure these are padded to a cache line */
29 #error Need to implement spinlock code in spinlock.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A DMakefile.in8 # gives unlimited permission to copy and/or distribute it,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
33 # License along with avahi; if not, write to the Free Software
757 @echo "This command is intended for maintainers to use"
758 @echo "it deletes files that may require special tools to rebuild."
856 # Tell versions [3.59,3.63) of GNU make to not export all variables.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-properties-113 SYS_(C)\n=MSGFMT(3) portable message object file compiler\nCopyright (C) 1995 Free Software Foundation\nReport bugs to <bug-gnu-utils@gnu.org>\n
52 Report bugs to <bug-gnu-utils@gnu.org>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h25 * NOTE: the link detection layer will try to resolve QName expansion
28 * to "http://foo.com/:myrole".
59 * @node: the node to check
93 * @hrefs: pointer to the array of locator hrefs
94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
114 const xlinkRole *to,
126 * @hrefs: pointer to th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn007.tcl42 if { [string equal $txt {Times log flushed to disk}] == 1 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl26 # * the code are not to be removed.
39 * The implementation was written so as to conform with Netscapes SSL.
42 * the following conditions are aheared to. The following conditions
43 * apply to all code found in this distribution, be it the RC4, RSA,
49 * the code are not to be removed.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/rsaref/
H A Dbuild.com46 ; Define macro to assist in building transfer vector entries. Each entry
65 ; Allocate extra storage at end of vector to allow for expansion.

Completed in 237 milliseconds

<<21222324252627282930>>