Searched refs:wrote (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/CrackLib-37765/cracklib27/util/
H A Dpacker.c17 int32 wrote; local
33 wrote = 0;
54 wrote++;
59 printf("%lu %lu\n", readed, wrote);
/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_trickle.c54 u_int32_t clean, dirty, i, need_clean, total, dtmp, wrote; local
106 need_clean, DB_SYNC_TRICKLE | DB_SYNC_INTERRUPT_OK, &wrote, NULL);
107 STAT((mp->stat.st_page_trickle += wrote));
109 *nwrotep = (int)wrote;
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dicmp.c69 int wrote; local
135 wrote = sendto (sock,
142 if (wrote != icmpLen)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-fmtstream.c358 ssize_t wrote;
365 wrote = fs->p - fs->buf;
367 wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream);
369 if (wrote == fs->p - fs->buf)
376 fs->p -= wrote;
377 fs->point_offs -= wrote;
378 memmove (fs->buf, fs->buf + wrote, fs->p - fs->buf);
355 ssize_t wrote; local
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsendf.c156 data->state.errorbuf = TRUE; /* wrote error string */
392 size_t wrote; local
441 wrote = data->set.fwrite_func(ptr, 1, len, data->set.out);
444 wrote = len;
447 if(CURL_WRITEFUNC_PAUSE == wrote) {
458 else if(wrote != len) {
459 failf(data, "Failed writing body (%zu != %zu)", wrote, len);
476 wrote = writeit(ptr, 1, len, data->set.writeheader);
477 if(CURL_WRITEFUNC_PAUSE == wrote)
483 if(wrote !
[all...]
H A Dhttp_chunks.c99 * for errors. STOP means this sequence of chunks is complete. The 'wrote'
119 size_t *wrote = (size_t *)wrotep; local
121 *wrote = 0; /* nothing's written yet */
237 *wrote += piece;
H A Dhttp.h86 ssize_t length, ssize_t *wrote);
H A Drtsp.c719 size_t wrote; local
728 wrote = writeit(ptr, 1, len, data->set.rtp_out);
730 if(CURL_WRITEFUNC_PAUSE == wrote) {
735 if(wrote != len) {
/macosx-10.10.1/procmail-14/procmail/src/
H A Dmemblk.c86 { long towrite,start,wrote; local
90 { if(0>(wrote=rwrite(mb->fd,mb->p+start,towrite)))
92 towrite-=wrote;start+=wrote;
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrftime.c394 int wrote; local
396 pt, gsize, NULL, &wrote, NULL);
397 pt += wrote;
398 gsize -= wrote;
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dirist.h39 I wrote a utimes interface, which copies elements from timevals
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dio.c162 int rc,wrote = 0; local
176 wrote += rc;
208 wrote += rc;
210 return wrote;
H A Dconsole.c78 DWORD wrote; local
104 &wrote);
/macosx-10.10.1/apr-32/apr/apr/misc/win32/
H A Dmisc.c200 DWORD wrote; local
229 (WriteFile)(fh, sbuf, (DWORD)strlen(sbuf), &wrote, NULL);
257 (WriteFile)(fh, sbuf, (DWORD)strlen(sbuf), &wrote, NULL);
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c530 int wrote; local
540 (void)dbenv->memp_trickle(dbenv, 10, &wrote);
542 sprintf(buf, "trickle: wrote %d\n", wrote);
545 if (wrote == 0) {
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dauthors.el182 '(("Richard M. Stallman" :wrote "[The original GNU Emacs and numerous files]")
183 ("Joseph Arceneaux" :wrote "xrdb.c")
184 ("Blitz Product Development Corporation" :wrote "ispell.el")
185 ("Frank Bresz" :wrote "diff.el")
186 ("David M. Brown" :wrote "array.el")
188 ("Shawn M. Carey" :wrote "freebsd.h")
190 ("Lawrence R. Dodd" :wrote "dired-x.el")
191 ("Viktor Dukhovni" :wrote "unexsunos4.c")
192 ("Paul Eggert" :wrote "rcs2log" "vcdiff")
194 ("Tim Fleehart" :wrote "makefil
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-cite.el118 "\\(\\(wrote\\|writes\\|said\\|says\\|>\\)\\(:\\|\\.\\.\\.\\)\\|----- ?Original Message ?-----\\)[ \t]*$"
302 This should make it easier to see who wrote what."
853 (wrote (count-lines (point-min) end))
854 (prefix (gnus-cite-find-prefix wrote))
871 (when (eq wrote in)
880 (push (list wrote in prefix tag)
958 att wrote in prefix tag regexp limit smallest best size)
962 wrote (nth 0 att)
970 limit (if after wrote -1)
992 (push (cons wrote (ca
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dconfig.vim9 " script, so I wrote this quick and dirty patch.
/macosx-10.10.1/vim-55/src/
H A Dos_vms_fix.com20 $! I wrote it in DCL for portability and ease of use - a C version
/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_emitter.c19 VALUE wrote = rb_funcall(io, id_write, 1, str); local
20 return (int)NUM2INT(wrote);
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/
H A DInstall.pm238 $args{wrote} = 0;
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/
H A DInstall.pm238 $args{wrote} = 0;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm260 $args{wrote} = 0;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm256 $args{wrote} = 0;
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DInstall.pm238 $args{wrote} = 0;

Completed in 155 milliseconds

12