Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 76) sorted by last modified time

1234

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src21372 # * Removed some junk that found its way into Linux acsc.
21566 # * Removed mechanically-generated junk capabilities from cons* entries.
H A Dtermcap.src19154 # * Removed some junk that found its way into Linux acsc.
19348 # * Removed mechanically-generated junk capabilities from cons* entries.
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2143 $GIT ls-tree $GIT_PARENT $file | read o_mode type o_object junk
2429 $WHICH_SCM | read SCM_MODE junk || exit 1
H A Dnightly1270 typeset scm_type junk
1273 | read scm_type junk
1300 typeset scm_type junk
1304 $WHICH_SCM | read scm_type junk || exit 1
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c155 char junk[512]; local
315 n = (len > sizeof (junk) ?
316 sizeof (junk) : len);
317 if ((n = read(s, junk, n)) > 0)
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S58 #define junk STACK_BIAS-0x30 macro
174 add %fp,junk,%o0 ! loop prologue
175 add %fp,junk,%o1
176 add %fp,junk,%o2
824 add %fp,junk,%o1
825 add %fp,junk,%l5
835 add %fp,junk,%o2
838 add %fp,junk,%l6
H A D__vsincosf.S193 add %fp,junk,%l0
195 add %fp,junk,%l4
197 add %fp,junk,%l1
199 add %fp,junk,%l5
201 add %fp,junk,%l2
203 add %fp,junk,%l6
205 add %fp,junk,%l3
208 add %fp,junk,%l7
719 add %fp,junk,%l5
720 add %fp,junk,%l1
[all …]
H A D__vsinf.S185 add %fp,junk,%o0
187 add %fp,junk,%o1
189 add %fp,junk,%o2
192 add %fp,junk,%o3
1931 add %fp,junk,%o1
1936 add %fp,junk,%o2
1943 add %fp,junk,%o3
1976 add %fp,junk,%o0
2013 add %fp,junk,%o1
2050 add %fp,junk,%o2
[all …]
H A D__vsin_ultra3.S64 #define junk STACK_BIAS-0x38 macro
173 add %fp,junk,%o1 ! loop prologue
174 add %fp,junk,%o2
175 add %fp,junk,%o3
3274 add %fp,junk,%o1
3282 add %fp,junk,%o2
3294 add %fp,junk,%o3
H A D__vcosf.S185 add %fp,junk,%o0
187 add %fp,junk,%o1
189 add %fp,junk,%o2
192 add %fp,junk,%o3
1939 add %fp,junk,%o1
1944 add %fp,junk,%o2
1951 add %fp,junk,%o3
1984 add %fp,junk,%o0
2021 add %fp,junk,%o1
2058 add %fp,junk,%o2
[all …]
H A D__vcos_ultra3.S64 #define junk STACK_BIAS-0x38 macro
173 add %fp,junk,%o1 ! loop prologue
174 add %fp,junk,%o2
175 add %fp,junk,%o3
3263 add %fp,junk,%o1
3271 add %fp,junk,%o2
3283 add %fp,junk,%o3
H A D__vatan2.S54 #define junk STACK_BIAS-0x30 macro
164 add %fp,junk,%l6
584 add %fp,junk,%i5
599 add %fp,junk,%l6
881 add %fp,junk,%i5
1033 add %fp,junk,%l6
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c171 unsigned int junk; in make_gss_checksum() local
217 junk = rand() & 0xff; in make_gss_checksum()
219 junk = 0; in make_gss_checksum()
221 junk = 0; in make_gss_checksum()
224 data->checksum_data.length += junk; in make_gss_checksum()
253 if (junk) in make_gss_checksum()
254 memset(ptr, 'i', junk); in make_gss_checksum()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1481 if (!vglobp && junk(c)) {
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c773 struct stat junk; in exwrite() local
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c197 Phdr *junk = NULL; in mapexec_brand() local
228 &junk, &dtrphdr, NULL, bssbase, brkbase, voffset, &minaddr, in mapexec_brand()
282 Phdr *junk = NULL; in elfexec() local
809 error = mapelfexec(nvp, ehdrp, nphdrs, phdrbase, NULL, &junk, in elfexec()
810 &junk, &dtrphdr, NULL, NULL, NULL, &voffset, NULL, len, in elfexec()
813 if (error || junk != NULL) { in elfexec()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dscanw.c75 FILE junk; in _sscans() local
77 junk._flag = _IOREAD|_IOWRT; in _sscans()
78 junk._base = junk._ptr = (unsigned char *)buf; in _sscans()
81 junk._cnt = (ssize_t)strlen(buf); in _sscans()
82 return (_doscan(&junk, fmt, ap)); in _sscans()
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c301 char junk; local
303 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
329 char junk; local
331 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
366 char junk; local
368 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
419 char junk; local
422 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/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/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/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/factor/
H A Dfactor.c58 double junk, temp; in main() local
82 fr = modf(nn, &junk); in main()
/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/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()

1234