Searched refs:remaining (Results 1 - 25 of 49) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsleep.c35 unsigned int remaining; local
40 for (remaining = seconds; remaining > 0; remaining--)
43 return remaining;
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh98 typeset prefix remaining=${.sh.value} var= n= k=
99 while [[ $remaining ]]
100 do prefix=${remaining%%'\'*}
101 remaining=${remaining#$prefix}
103 case ${remaining:1:1} in
121 [0-7]) case ${remaining:1:3} in
128 eval n="\$'"${remaining:0:k}"'"
130 remaining=${remaining
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dk5buf.c124 size_t remaining; local
129 remaining = buf->space - buf->len;
134 r = vsnprintf(buf->data + buf->len, remaining, fmt, ap);
136 if (SNPRINTF_OVERFLOW(r, remaining))
146 r = vsnprintf(buf->data + buf->len, remaining, fmt, ap);
148 if (!SNPRINTF_OVERFLOW(r, remaining)) {
157 remaining = buf->space - buf->len;
159 r = vsnprintf(buf->data + buf->len, remaining, fmt, ap);
161 if (SNPRINTF_OVERFLOW(r, remaining)) /* Shouldn't ever happen. */
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c483 size_t used, remaining; local
622 remaining = out_len;
628 used = snprintf(bp, remaining, "%hu",
631 used = strlcpy(bp, event->ae_desc, remaining);
633 remaining -= used;
637 used = strlcpy(bp, " failed", remaining);
639 used = strlcpy(bp, " ok", remaining);
641 remaining -= used;
644 used = snprintf(bp, remaining, " session %u",
646 remaining
[all...]
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Drecordmarking.py47 remaining = n variable in class:RecordMarkingSocket
49 data = self._socket.recv(remaining)
54 remaining -= l
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c256 int *remaining,
276 *remaining -= kw->length;
323 len = (*remaining);
338 *remaining -= len;
381 int remaining, totlen; local
390 totlen = remaining = strlen(rule);
399 if (remaining > 1) {
403 remaining -= 2;
407 remaining -= 2;
411 while (remaining >
254 parse_rule_component(krb5_context context, const char **rule, int *remaining, rule_component **ret_rule) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfile.c238 grub_size_t remaining = len; local
242 readsz = remaining;
253 remaining -= amt_read;
261 } while (remaining > 0 && (grub_size_t)amt_read == readsz);
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s65 * o2 byte count remaining
97 bz,a,pt %xcc, .wrdbl3 ! Have 8 bytes remaining to copy.
H A D__align_cpy_4.s101 bg,a,pt %xcc, .chkwd ! Have some remaining bytes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t35 my $remaining;
36 while (($remaining = $must_finish_by - time) > 0) {
37 sleep $remaining;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s110 b .wrchar ! write the remaining bytes
H A Dmemcmp.s143 and %o2, 3, %o2 ! remaining bytes
226 b .bytcmp ! compare remaining bytes, if any
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s126 andl $63, %ecx / compute remaining bytes
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s196 ! Set the remaining doubles
232 ! Set the remaining bytes, if any
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s146 and %o2, 3, %o2 ! remaining bytes
230 b .bytcmp ! compare remaining bytes, if any
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1305 int64_t remaining; local
1333 remaining = *((int64_t *)addr);
1337 remaining = *((int32_t *)addr);
1341 remaining = *((int16_t *)addr);
1344 remaining = *((int8_t *)addr);
1350 if (remaining < 0) {
1352 remaining = -remaining;
1357 assert(remaining >= 0);
1358 trunc.dttd_remaining = remaining;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm205 In scalar context, the remaining time in the timer is returned.
207 In list context, both the remaining time and the interval are returned.
237 Return the remaining time in the interval timer specified by C<$which>.
239 In scalar context, the remaining time is returned.
241 In list context, both the remaining time and the interval are returned.
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s73 * until fewer than 1536 bytes remain. Then set the remaining
77 * store remaining data in 64-byte chunks until less than
263 ! Now just fill in remaining 24 bytes
347 ! Set the remaining long words
384 ! Set the remaining bytes, if any
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm293 just manual files or all files. The remaining parameters are a list of
302 program directories, just manual directories or all directories. The remaining
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm121 C<TIEHASH> method should return a hash reference, and the remaining methods
143 element being a hash reference, and the remaining methods should operate on the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm102 character being an upper case letter and the remaining three being digits.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s87 andl %eax,%ecx / complete copy of remaining bytes
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s170 addcc %o2, 16, %o2 ! adjust remaining count
225 cmp %o2, 64 ! do we have < 64 bytes remaining
263 cmp %o2, 32 ! do we have < 32 bytes remaining
272 cmp %o2, 8 ! do we have < 8 bytes remaining
281 cmp %o2, 8 ! do we have < 8 bytes remaining
677 addcc %o2, 16, %o2 ! adjust remaining count
733 ! Currently, o2 is the actual count remaining
938 addcc %o2, 16, %o2 ! adjust remaining count
1048 bne %ncc, 2f ! exactly 1 block remaining?
1060 ! This is when there is exactly 1 block remaining an
[all...]

Completed in 92 milliseconds

12