Searched defs:junk (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libmp/common/
H A Dmsqrt.c29 MINT a0, x, junk, y; local
32 a0.len = junk.len = y.len = 0;
55 mp_mdiv(&a0, &x, &y, &junk);
56 _mp_xfree(&junk);
/osnet-11/usr/src/lib/pysolaris/zones/common/
H A Dzones.c31 _getzoneid(PyObject *self, PyObject *junk) argument
/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c142 char junk[512]; local
302 n = (len > sizeof (junk) ?
303 sizeof (junk) : len);
304 if ((n = read(s, junk, n)) > 0)
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c136 char *junk; local
175 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain);
191 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain);
/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dofpath.c218 int devno, junk; local
225 sscanf(p, "vdc-port-%d-%d", &devno, &junk);
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c303 char junk; local
305 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
331 char junk; local
333 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
368 char junk; local
370 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
421 char junk; local
424 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c853 char junk[PACKETSZ]; local
855 n = read(statp->_vcsock, junk,
856 (len > sizeof junk) ? sizeof junk : len);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c263 unsigned int junk; local
312 junk = rand() & 0xff;
314 junk = 0;
316 junk = 0;
319 data->checksum_data.length += junk;
348 if (junk)
349 memset(ptr, 'i', junk);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c176 char junk[JUNK]; local
207 * read away the output into a junk buffer.
218 i = read(pout[0], junk, JUNK);
234 i = read(perr[0], junk, JUNK);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c4500 char *junk; local
4504 junk = SvPV_force(sv, tlen);
4507 if (ptr == junk)

Completed in 79 milliseconds