Searched refs:junk (Results 1 - 23 of 23) 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/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm64 my $junk;
65 $data->read($junk,1,0);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dinstall30 read loc junk
96 read ans junk
H A Ddexplorer112 read ans junk
/osnet-11/usr/src/lib/pysolaris/zones/common/
H A Dzones.c31 _getzoneid(PyObject *self, PyObject *junk) argument
/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/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drestrict.t43 my %hash = (question => '?', answer => 42, extra => 'junk', undef => undef);
/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/cmd/perl/5.8.4/distrib/t/op/
H A Dgrent.t105 my $junk = <GR>;
H A Dpwent.t106 my $junk = <PW>;
H A Dpack.t253 my $junk = pack("p", &foo);
997 my $junk = "$junk1 $move";
998 # print "# junk='$junk', list=(@list2)\n";
999 $p = pack "$junk $end", @list2, @end;
1000 my @l = unpack "x[$junk] $end", $p;
1002 is("@l", "@end", "skipping x[$junk]");
/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/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/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/cmd/dtrace_toolkit/DTT/Bin/
H A Ddexplorer112 read ans junk
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh125 typeset be uuid active junk
127 beadm list -H | while IFS=\; read be uuid active junk ; do
H A Dcommon.ksh3141 typeset dev dir fstype junk opt
3162 while IFS=$tab read dev dir fstype junk; do
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh381 typeset be uuid active junk
383 beadm list -H | while IFS=\; read be uuid active junk ; do
653 # stripped of publisher name and other junk.
671 # stripped of publisher name and other junk.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp228 $junk = "" ;
229 $current = \$junk;
233 if (/^INPUT\s*$/) { $mode = 'Input'; $current = \$junk; next; }
234 if (/^OUTPUT\s*$/) { $mode = 'Output'; $current = \$junk; next; }
235 if (/^TYPEMAP\s*$/) { $mode = 'Typemap'; $current = \$junk; next; }
/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/lib/File/
H A DTemp.pm1502 my ($junk, $tmpdir, $errstr);
1504 unless (($junk, $tmpdir) = _gettemp($template,
1533 my ($tmpname, $junk, $errstr);
1535 unless (($junk, $tmpname) = _gettemp($template,
/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 101 milliseconds