Home
last modified time | relevance | path

Searched refs:junk (Results 26 – 50 of 76) sorted by relevance

1234

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dphase2-backslash.c59 more junk
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dattr-inline.c14 void junk(void) in junk() function
/illumos-gate/usr/src/test/smbclient-tests/tests/smbutil/
H A Dtp_smbutil_002.ksh63 grep '^Server' cti_stdout | read junk nbname
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c71 int junk; in get_printer_id() local
76 id = &junk; in get_printer_id()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c217 char *tmp, *junk = NULL; in split_name() local
231 for (tmp = (char *)strtok_r(name, delimiter, &junk); tmp != NULL; in split_name()
232 tmp = (char *)strtok_r(NULL, delimiter, &junk)) in split_name()
/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/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__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__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__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/contrib/ast/src/cmd/INIT/
H A Dmktest.sh625 then mv $PREFIX${UNIT[0]}.tmp $PREFIX${UNIT[0]}.junk
627 $//' < $PREFIX${UNIT[0]}.junk > $PREFIX${UNIT[0]}.tmp
628 rm -f $PREFIX${UNIT[0]}.junk
/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/test/smbclient-tests/tests/smbfs/acl/
H A Dtp_acl_001.ksh89 read mode junk < cti_stdout
H A Dtp_acl_004.ksh131 read mode cnt uid gid junk < cti_stdout
H A Dtp_acl_005.ksh112 read mode cnt uid gid junk < cti_stdout
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSUNP.c541 int junk; in get_ifi_info() local
803 junk = close(sockfd); in get_ifi_info()
804 assert(junk == 0); in get_ifi_info()
807 junk = close(sockf6); in get_ifi_info()
808 assert(junk == 0); in get_ifi_info()
/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/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/cmd-inet/usr.bin/talk/
H A Dlook_up.c140 short junk; member
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c789 char junk[PACKETSZ]; in send_vc() local
791 n = read(statp->_vcsock, junk, in send_vc()
792 (len > sizeof junk) ? sizeof junk : len); in send_vc()
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh99 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
H A Dmountall.sh150 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c73 else if (junk(c)) { in getcd()
/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/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh176 foo=junk
185 if [[ $foo != junk ]]

1234