Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 76) sorted by path

1234

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c399 char junk[8192]; /* temporary buffer */ in audio_read_filehdr() local
401 isize = (resid > sizeof (junk)) ? in audio_read_filehdr()
402 sizeof (junk) : resid; in audio_read_filehdr()
403 err = read(fd, junk, isize); in audio_read_filehdr()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c82 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);
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1046 char junk[TP_BSIZE_MAX]; in getfile() local
1099 readtape(junk); in getfile()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl_transact.c60 struct sockaddr junk; local
123 junk_size = (socklen_t)sizeof (junk);
125 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
H A Dlook_up.c140 short junk; member
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c99 char junk[MB_LEN_MAX]; in tstostr() local
105 if ((i1 = wctomb(junk, wc)) <= 0) { in tstostr()
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c58 double junk, temp; in main() local
82 fr = modf(nn, &junk); in main()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME82 junk
/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh150 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
H A Dumountall.sh99 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c346 char junk[2]; in nullfix() local
354 peekp->ctlbuf.buf = junk; in nullfix()
356 peekp->databuf.buf = junk; in nullfix()
369 DEBUG((9, "peeked <%x> <%x>", junk[0], junk[1])); in nullfix()
370 if ((junk[0] == 0) && (junk[1] == 0)) { in nullfix()
373 l_rcv(junk, 2, &flags); in nullfix()
384 DEBUG((9, "peeked <%x>", junk[0])); in nullfix()
385 if (junk[0] == 0) { in nullfix()
388 l_rcv(junk, 1, &flags); in nullfix()
402 if (junk[0] == 0) { in nullfix()
[all …]
/illumos-gate/usr/src/cmd/look/
H A Dwords12700 junk
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c773 struct stat junk; in exwrite() local
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c343 uint32_t junk; in trailer_token() local
346 retstat = pr_adr_u_int32(context, &junk, 1); in trailer_token()
/illumos-gate/usr/src/cmd/spell/
H A Dlist12698 junk
/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c155 int i,c,k,junk, stopp; in getstop() local
162 k = left(i,c,&junk); in getstop()
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c678 char junk; in dostop() local
681 read(2, &junk, 1); in dostop()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c119 char junk[BUFSIZ]; in process() local
123 (void) read(fd, junk, i+1); in process()
127 (void) read(fd, junk, ptr->len); in process()
187 char junk[2]; in sigint() local
198 (void) read(0, junk, 1); in sigint()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news739 The editor now checks for extra junk after a /r.e./ from visual
H A Dex_get.c73 else if (junk(c)) { in getcd()
H A Dex_subr.c261 junk(wchar_t c) in junk() function
H A Dex_temp.c52 extern int junk();
194 } else if (junk(*bp++)) { in putline()
H A Dex_vops2.c1481 if (!vglobp && junk(c)) {
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_utf8.c161 char junk[MTS_MB_CUR_MAX+1]; in smb_wctomb() local
167 mbchar = junk; in smb_wctomb()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe279 for i in foo junk

1234