Searched defs:lengthp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dasnprintf.c26 asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) argument
32 result = vasnprintf (resultbuf, lengthp, format, args);
H A Dvasnprintf.c1743 VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, argument
1802 allocated = *lengthp;
5524 *lengthp = length;
/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c241 int lengthx, lengthp, istart, istop; local
381 lengthp = length[i];
382 if (lengthp == 1) {
398 lengthp * sizeof (unsigned short));
399 pbf->blength = lengthp;
411 pbf->bsignificand[lengthx + lengthp - 1] = 0;
417 for (j = lengthx + lengthp - 2; j >= 0; j--) {
418 istart = j - lengthp + 1;
453 if (i < itlast || j > lengthx + lengthp - 4
469 excess_check = lengthx + lengthp;
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c548 inittab_encode_e(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, argument
991 if (lengthp != NULL)
992 *lengthp = length + hlen;
1393 inittab_encode(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, argument
1398 return (inittab_encode_e(ie, value, lengthp, just_payload, &ierrno));

Completed in 31 milliseconds