Searched refs:remain (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcsvc.c137 size_t remain = sizeof(buff); local
141 snprintf (s, remain, "[file %s, line %d] ", file, line);
143 remain = sizeof(buff) - (s - buff);
145 snprintf (s, remain, "[flags: 0x%x] ", (unsigned int) sev_action_flags);
147 remain = sizeof(buff) - (s - buff);
149 snprintf (s, remain, "[error: 0x%x] ", (unsigned int) error_code);
151 remain = sizeof(buff) - (s - buff);
154 vsnprintf (s, remain, format, arg_ptr);
H A Drpcdbg.c248 size_t remain = sizeof(buff);
252 snprintf (s, remain, "[pid: %06lu] ", (unsigned long)getpid());
254 remain = sizeof(buff) - (s - buff);
259 snprintf (s, remain, "[time: %06lu] ", (unsigned long) rpc__clock_stamp());
261 remain = sizeof(buff) - (s - buff);
270 snprintf (s, remain, "[thread: %08x.%08x] ", self.field1, self.field2);
272 snprintf (s, remain, "[thread: %08lx] ", (unsigned long) self);
275 remain = sizeof(buff) - (s - buff);
282 vsnprintf (s, remain, format, arg_ptr);
245 size_t remain = sizeof(buff); local
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_init.c290 size_t remain;
296 remain = *remainp;
301 if (required <= remain) {
305 pack_int32(PROF_MAGIC_PROFILE, &bp, &remain);
306 pack_int32(fcount, &bp, &remain);
309 pack_int32(slen, &bp, &remain);
313 remain -= (size_t) slen;
316 pack_int32(PROF_MAGIC_PROFILE, &bp, &remain);
319 *remainp = remain;
343 size_t remain;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlassign.test29 set remain [lassign "a b {c d} e gg hhh ii" alpha beta gamma delta]
30 list $alpha $beta $gamma $delta $remain
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dx509.rb116 remain = md.post_match
123 if remain.length > 2 && remain[0] == ?,
124 str = remain[1..-1]
126 elsif remain.length > 2 && remain[0] == ?+
129 elsif remain.empty?
H A Dbuffering.rb314 remain = idx ? idx + $/.size : @wbuffer.length
316 while remain > 0
317 str = @wbuffer[nwritten,remain]
323 remain -= nwrote
/macosx-10.10/rsync-45/rsync/
H A Dprogress.c67 double rate, remain; local
77 remain = (double) diff / 1000.0;
84 remain = rate ? (double) (size - ofs) / rate / 1000.0 : 0.0;
97 remain_s = (int) remain % 60;
98 remain_m = (int) (remain / 60.0) % 60;
99 remain_h = (int) (remain / 3600.0);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Duudecode.el152 (remain 0)
170 (setq remain 0 bits 0 counter 0)
174 (setq remain
178 (if (= remain 0) (setq done t))
179 (while (and (< inputpos lim) (> remain 0))
185 (if (/= counter 0) (setq remain (1- remain)))
199 ((> 0 remain)
/macosx-10.10/xnu-2782.1.97/iokit/bsddev/
H A DDINetBootHook.cpp223 uint64_t remain, length; local
250 remain = dmgSize;
259 if (length >= remain)
261 extentList[i].length = remain;
265 remain -= length;
/macosx-10.10/apr-32/apr/apr/strings/
H A Dapr_strings.c437 int remain; local
448 remain = (int)(size & 1023);
454 if (size < 9 || (size == 9 && remain < 973)) {
455 if ((remain = ((remain * 5) + 256) / 512) >= 10)
456 ++size, remain = 0;
457 if (apr_snprintf(buf, 5, "%d.%d%c", (int) size, remain, *o) < 0)
461 if (remain >= 512)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c113 size_t remain; member in struct:snprintf_arg
463 info.remain = 999999;
466 if (info.remain >= 1) {
497 info.remain = size;
499 if (info.remain >= 1)
509 if (info->remain >= 2) {
511 info->remain--;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Drtclock.c94 uint32_t remain; local
96 remain = (uint32_t)(abstime % (uint64_t)NSEC_PER_SEC);
97 *microsecs = remain / NSEC_PER_USEC;
98 return remain;
409 uint32_t remain; local
411 remain = _absolutetime_to_microtime(now, secs, microsecs);
415 commpage_set_timestamp(abstime - remain, *secs);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DIdentify.c177 struct timeval now, remain = end; local
182 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; }
183 if (remain.tv_sec < now.tv_sec)
188 remain.tv_usec -= now.tv_usec;
189 remain.tv_sec -= now.tv_sec;
190 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain);
191 result = select(nfds, &readfds, NULL, NULL, &remain);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util_ocsp.c108 apr_size_t remain = len; local
111 apr_size_t wlen = remain;
114 wbuf += remain;
115 remain -= wlen;
116 } while (rv == APR_SUCCESS && remain > 0);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py73 remain = self.view.itemsize(self.memo, self.row) - self.pos
75 length = remain
76 length = min(length, remain)
/macosx-10.10/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/macosx-10.10/ICU-531.30/icuSources/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/macosx-10.10/ICU-531.30/icuSources/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dmsmessages.vim27 " converted to C code and variants on "; //" which will remain comments
/macosx-10.10/ruby-106/ruby/sample/
H A Dmine.rb108 remain = (@mc+@total == 0)
109 if @over || remain
110 over(remain)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.cpp100 int remain = ts->m_streamLength - ts->tell(fd); local
101 int actual = remain < size ? remain : size;
/macosx-10.10/patch_cmds-17/diffstat/
H A Ddiffstat.c1643 long remain[MARKS]; local
1652 remain[i] = (product % plot_scale);
1654 have += product - remain[i];
1659 if (remain[i] != 0
1660 && (remain[i] > (j >= 0 ? remain[j] : half))) {
1665 have += remain[j];
1666 remain[j] = 0;
1689 long remain[MARKS]; local
1706 remain[
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dgs2.c1029 #define CHECK_REMAIN(n) do { if (remain < (n)) return SASL_BADPROT; } while (0)
1043 unsigned remain = inlen; local
1057 if (remain > 1 && memcmp(p, "F,", 2) == 0) {
1059 remain -= 2;
1065 remain--;
1069 remain--;
1073 ret = gs2_unescape_authzid(text->utils, &p, &remain, &text->cbindingname);
1088 remain--;
1093 if (remain > 1 && memcmp(p, "a=", 2) == 0) {
1095 remain
1421 gs2_unescape_authzid(const sasl_utils_t *utils, char **endp, unsigned *remain, char **authzid) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp1111 UInt64 remain, newLength; local
1115 remain = curSeg.fLength - newLength;
1118 state->fLength = remain;
1119 offset -= remain;
1126 UInt64 remain, newLength; local
1149 remain = curSeg.fLength - newLength;
1152 state->fLength = remain;
1153 offset -= remain;
1161 UInt64 remain = curSeg.fLength - fMaxSegmentSize; local
1166 state->fLength = remain;
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/brkitr/
H A Dbrkfiles.mk11 # Then, you can have your local changes remain even if you upgrade or

Completed in 363 milliseconds

1234