/osnet-11/usr/src/lib/libmp/common/ |
H A D | msqrt.c | 29 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 D | dataconn.pm | 64 my $junk; 65 $data->read($junk,1,0);
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/ |
H A D | install | 30 read loc junk 96 read ans junk
|
H A D | dexplorer | 112 read ans junk
|
/osnet-11/usr/src/lib/pysolaris/zones/common/ |
H A D | zones.c | 31 _getzoneid(PyObject *self, PyObject *junk) argument
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | options.c | 303 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 D | restrict.t | 43 my %hash = (question => '?', answer => 42, extra => 'junk', undef => undef);
|
/osnet-11/usr/src/lib/libresolv/ |
H A D | res_send.c | 142 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 D | smbns_netlogon.c | 136 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 D | grent.t | 105 my $junk = <GR>;
|
H A D | pwent.t | 106 my $junk = <PW>;
|
H A D | pack.t | 253 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 D | ofpath.c | 218 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 D | init_sec_context.c | 263 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 D | res_send.c | 853 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 D | dexplorer | 112 read ans junk
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | dsconvert.ksh | 125 typeset be uuid active junk 127 beadm list -H | while IFS=\; read be uuid active junk ; do
|
H A D | common.ksh | 3141 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 D | common.ksh | 381 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 D | xsubpp | 228 $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 D | meta_mn_handlers.c | 176 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 D | Temp.pm | 1502 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 D | sv.c | 4500 char *junk; local 4504 junk = SvPV_force(sv, tlen); 4507 if (ptr == junk)
|