Searched defs:have (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drstat_simple.c46 int32_t have; local
50 xdr_int, (char *) &have, (char *) NULL) != 0)
53 return (have);
/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c354 size_t have; local
362 have = to->end - to->ptr;
363 if (have < 4096UL)
367 have = to->end - to->ptr;
368 got = fread(to->ptr, (size_t)1, have, fp);
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c72 ber_uint_t need, have, total; local
79 have = have_bytes / EXBUFSIZ;
81 total = have * EXBUFSIZ + need * EXBUFSIZ;
299 * format modifiers have not been properly matched can result in a
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c281 size_t need, have, total; local
286 have = (ber->ber_end - ber->ber_buf) / EXBUFSIZ;
288 total = have * EXBUFSIZ + need * EXBUFSIZ;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c16 You should have received a copy of the GNU General Public License
96 /* what is this supposed to be? What drugs are M$ on? (Can I have some? :-) */
131 char* have = ped_unit_format (geom->dev, free_space); local
138 needed, have);
140 free (have);
153 * I have not verified this by dissassembling Microsoft code - I came to this
316 over, everyone will complain, so we have to be greedy, and use it all up...
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c232 ber_uint_t need, have, total; local
239 have = have_bytes / EXBUFSIZ;
241 total = have * EXBUFSIZ + need * EXBUFSIZ;
1224 * format modifiers have not been properly matched can result in a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c86 SVs in the free list have their SvTYPE field set to all ones.
127 about SVs which unexpectedly have a refcnt
447 cleanup. This function may have to be called multiple times to free
467 heads and bodies within the arenas must already have been freed.
1920 As 64 bit platforms often have an NV that doesn't preserve all bits of
1927 1) to distinguish between IV/UV/NV slots that have cached a valid
1928 conversion where precision was lost and IV/UV/NV slots that have a
2135 conversion would already have cached IV if it detected
2204 then the value returned may have more precision than atof() will
2293 /* The IV slot will have bee
8456 STRLEN have; local
[all...]

Completed in 298 milliseconds