Searched refs:written (Results 101 - 125 of 199) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobjects.pl129 * This package is an SSL implementation written
131 * The implementation was written so as to conform with Netscapes SSL.
157 * "This product includes cryptographic software written by
163 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas58 { TCompressionStream compresses data on the fly as data is written to it, and
65 Output data is cached internally, written to the output stream only when
70 data that have been written to the stream so far.
78 written to the output stream. This is useful for updating a progress
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.in.h98 * Returns the number of bytes written or -1 in case of error
150 int written; /* total number of byte written */ member in struct:_xmlOutputBuffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dpatcheck109 egrep $i' *(\+|-|\*|/|\||&|%|)=[^=]' $* >/dev/null || echo "possibly never written:"$i >> $TMP
138 #cat $* | tr '\n' '@' | egrep -o '[^a-zA-Z_0-9]([a-zA-Z][a-zA-Z_0-9]*) *=[^=].*\1' | egrep -o '[^a-zA-Z_0-9]([a-zA-Z][a-zA-Z_0-9]*) *=[^=].*\1 *=[^=]' >$TMP && echo -e "\nPossibly written 2x before read"
151 variables written to twice with no interspaced read
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c615 gint cnt, written; local
653 written = read(sock, buffer + wr_index, cnt);
654 if (written <= 0)
666 wr_index = (wr_index + written) % buffer_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dio.c85 * VID header is being written out, it shifts the VID header pointer back and
197 * of physical eraseblock @pnum. If all the data were successfully written,
202 * Note, in case of an error, it is possible that something was still written
209 size_t written; local
256 err = ubi->mtd->write(ubi->mtd, addr, len, &written, buf);
258 ubi_err("error %d while writing %d bytes to PEB %d:%d, written"
259 " %zd bytes", err, len, pnum, offset, written);
262 ubi_assert(written == len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DxmlIO.h98 * Returns the number of bytes written or -1 in case of error
150 int written; /* total number of byte written */ member in struct:_xmlOutputBuffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c967 desc->written += ret;
1053 return desc->written;
1062 desc.written = 0;
1077 desc.written = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.in.h98 * Returns the number of bytes written or -1 in case of error
150 int written; /* total number of byte written */ member in struct:_xmlOutputBuffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl637 # that is to be written to the app
645 my $written = syswrite($CI, $in, $len);
646 die "broken pipe" if !defined $written;
647 $len -= $written;
648 substr($in, 0, $written) = "";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm198 cmp ax,word ptr [bp+12] ; make sure all bytes written
261 ; AX,DX,BX registers are written back to the context structure.
342 ; AX,DX,BX registers are written back to the context structure.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_xml.c256 char written; member in struct:pdb_xml
569 data->written = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmmap.c263 size_t written; local
268 ecryptfs_write_header_metadata(page_virt + 20, crypt_stat, &written);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml2.spec52 written in the Python programming language to use the interface
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-strncpy_from_user.S386 zapnot t0, t12, t4 # U : was last byte written null?
391 and t12, 0xcc, t2 # E : last byte written
H A Dstrncpy_from_user.S316 zapnot t0, t12, t4 # was last byte written null?
320 and t12, 0xcc, t2 # last byte written
H A Dev6-memcpy.S85 # ($7) are about to be over-written
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c583 * @param ebuf If non-NULL, the data will be written to this buffer. If NULL,
707 * be written.
710 * @return Number of bytes written, or < 0 on error.
1307 int written; local
1339 written = 0;
1349 written = 1;
1357 if (!written) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfm.S77 ldr r5,[r3],#4 @ Get a word to be written
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddepmod.pl237 This script was written by David Schleef <ds@schleef.org> to be used in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm3 ; File written by Gilles Vollant, by modifiying the longest_match
17 ; longest_match_7fff : written 1996 by Gilles Vollant optimized for
19 ; longest_match_686 : written by Brian raiter (1998), optimized for Pentium Pro
89 ; in zlib in the deflate_state structure since the asm code was first written
538 db 0dh,0ah,"GVMat32 optimised assembly code written 1996-98 by Gilles Vollant",0dh,0ah
944 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm3 ; File written by Gilles Vollant, by modifiying the longest_match
17 ; longest_match_7fff : written 1996 by Gilles Vollant optimized for
19 ; longest_match_686 : written by Brian raiter (1998), optimized for Pentium Pro
89 ; in zlib in the deflate_state structure since the asm code was first written
538 db 0dh,0ah,"GVMat32 optimised assembly code written 1996-98 by Gilles Vollant",0dh,0ah
944 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c520 ssize_t written; local
522 written = generic_file_aio_write(iocb, iov, nr_segs, pos);
525 return written;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c204 uint pagedone; /* # of page written */
656 * pageout queue until full page has been written.
801 * Processes transactions after their commit records have been written
884 * (whose COMMITs are after that of the last log page written.
922 * hard_sync - 1 to force all metadata to be written
931 int written; /* written since last syncpt */ local
996 logdiff(written, lsn, log);
997 free = logsize - written;
1026 /* next syncpt trigger = written
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm920.S233 * are not cache line aligned, those lines must be written
328 @ && Re-written to use Index Ops.

Completed in 232 milliseconds

12345678