HomeSort by relevance Sort by last modified time
    Searched refs:junk (Results 1 - 25 of 72) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/ucblib/libcurses/
scanw.c 77 FILE junk; local
79 junk._flag = _IOREAD|_IOWRT;
80 junk._base = junk._ptr = (unsigned char *)buf;
83 junk._cnt = (ssize_t)strlen(buf);
84 return (_doscan(&junk, fmt, ap));
  /onnv/onnv-gate/usr/src/lib/libmp/common/
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);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
ctl_transact.c 62 struct sockaddr junk; local
125 junk_size = (socklen_t)sizeof (junk);
127 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
look_up.c 142 short junk; member in struct:ctl_response_runrise
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmpeek.c 123 char junk[BUFSIZ]; local
127 (void) read(fd, junk, i+1);
131 (void) read(fd, junk, ptr->len);
191 char junk[2]; local
203 (void)read(0,junk,1);
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
nres_rcv.c 64 char junk[512]; local
136 n = (len > sizeof (junk) ? sizeof (junk) : len);
137 if ((n = read(s, junk, n)) > 0)
  /onnv/onnv-gate/usr/src/cmd/factor/
factor.c 60 double junk, temp; local
84 fr = modf(nn, &junk);
  /onnv/onnv-gate/usr/src/tools/scripts/
sdrop.sh 53 which_scm | read SCM_TYPE junk || exit 1
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
dataconn.pm 64 my $junk;
65 $data->read($junk,1,0);
  /onnv/onnv-gate/usr/src/cmd/listen/
nlps_serv.c 348 char junk[2]; local
356 peekp->ctlbuf.buf = junk;
358 peekp->databuf.buf = junk;
370 /* Note: junk contains "peeked" data */
371 DEBUG((9, "peeked <%x> <%x>", junk[0], junk[1]));
372 if ((junk[0] == 0) && (junk[1] == 0)) {
375 l_rcv(junk, 2, &flags);
386 DEBUG((9, "peeked <%x>", junk[0]))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libwrap/
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)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
restrict.t 43 my %hash = (question => '?', answer => 42, extra => 'junk', undef => undef);
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
proc.c 82 int i, ret, junk; local
137 if (write_recs(pcbr, pcb, &junk))
424 int32_t t, junk[4]; /* at_type + at_addr[4] */ local
428 (void) adrm_int32(&adr, (int32_t *)&junk[0], t/4);
453 int32_t t, junk[4]; local
457 (void) adrm_int32(&adr, (int32_t *)&junk[0], t/4);
718 int32_t t, junk[5]; /* at_type + at_addr[4] */ local
721 (void) adrm_int32(&adr, (int32_t *)&junk[0], t/4);
748 int32_t t, junk[4]; /* at_type + at_addr[4] */ local
751 (void) adrm_int32(&adr, (int32_t *)&junk[0], t/4)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/io/
lx_audio.c 542 int rv, junk, eof, retry; local
575 AUDIO_DRAIN, NULL, FKIOCTL, kcred, &junk)) != 0) {
589 AUDIO_SETINFO, (intptr_t)&ai, FKIOCTL, kcred, &junk)) != 0) {
602 (intptr_t)&ai, FKIOCTL, kcred, &junk)) != 0) {
710 FKIOCTL, kcred, &junk)) != 0) {
892 int junk; local
900 FKIOCTL, kcred, &junk);
993 int rv, junk; local
1030 (intptr_t)&ai_idev, FKIOCTL, kcred, &junk)) != 0))
1036 (intptr_t)&ai_odev, FKIOCTL, kcred, &junk)) != 0)
1059 int rv, junk; local
1089 int rv, junk; local
1253 int i, junk; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv/
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)
  /onnv/onnv-gate/usr/src/tools/ctf/scripts/
ctffindmod.sh 127 fgrep "$module" "$table" |read junk patch ku
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/
smbns_netlogon.c 137 char *junk; local
176 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain);
192 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain);
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
cipher.c 202 u_char *junk, *discard; local
248 junk = xmalloc(cipher->discard_len);
250 if (EVP_Cipher(&cc->evp, discard, junk,
254 xfree(junk);
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
mgmt.c 182 pthread_t junk; local
255 (void) pthread_create(&junk, NULL, mgmt_process, p);
util_port.c 91 pthread_t junk; local
228 (void) pthread_create(&junk, NULL, conn_process, conn);
main.c 313 pthread_t junk; local
346 (void) pthread_create(&junk, NULL, logout_cleanup,
693 pthread_t junk; local
872 (void) pthread_create(&junk, NULL, port_watcher, &port1);
878 (void) pthread_create(&junk, NULL, port_management, &port2);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
grent.t 105 my $junk = <GR>;
  /onnv/onnv-gate/usr/src/cmd/tbl/
tu.c 157 int i,c,k,junk, stopp; local
164 k = left(i,c,&junk);
  /onnv/onnv-gate/usr/src/lib/print/libipp-listener/common/
common.c 81 int junk; local
86 id = &junk;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
htable.c 389 char junk[80]; local
406 junk[0] = 0;
412 type, dname, gname, &metric, junk) < 5)

Completed in 4710 milliseconds

1 2 3