/titanic_44/usr/src/ucblib/libcurses/ |
H A D | scanw.c | 77 FILE junk; in _sscans() local 79 junk._flag = _IOREAD|_IOWRT; in _sscans() 80 junk._base = junk._ptr = (unsigned char *)buf; in _sscans() 83 junk._cnt = (ssize_t)strlen(buf); in _sscans() 84 return (_doscan(&junk, fmt, ap)); in _sscans()
|
/titanic_44/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 348 char junk[2]; in nullfix() local 356 peekp->ctlbuf.buf = junk; in nullfix() 358 peekp->databuf.buf = junk; in nullfix() 371 DEBUG((9, "peeked <%x> <%x>", junk[0], junk[1])); in nullfix() 372 if ((junk[0] == 0) && (junk[1] == 0)) { in nullfix() 375 l_rcv(junk, 2, &flags); in nullfix() 386 DEBUG((9, "peeked <%x>", junk[0])); in nullfix() 387 if (junk[0] == 0) { in nullfix() 390 l_rcv(junk, 1, &flags); in nullfix() 403 DEBUG((9, "2nd peek <%x>", junk[0])); in nullfix() [all …]
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 123 char junk[BUFSIZ]; in process() local 127 (void) read(fd, junk, i+1); in process() 131 (void) read(fd, junk, ptr->len); in process() 191 char junk[2]; in sigint() local 203 (void)read(0,junk,1); in sigint()
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | msqrt.c | 29 MINT a0, x, junk, y; in mp_msqrt() local 32 a0.len = junk.len = y.len = 0; in mp_msqrt() 55 mp_mdiv(&a0, &x, &y, &junk); in mp_msqrt() 56 _mp_xfree(&junk); in mp_msqrt()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 78 #define junk STACK_BIAS-0x28 macro 193 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 [all …]
|
H A D | __vsincos.S | 58 #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 | __vsinf.S | 77 #define junk STACK_BIAS-0x20 macro 185 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 [all …]
|
H A D | __vcosf.S | 77 #define junk STACK_BIAS-0x20 macro 185 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 [all …]
|
/titanic_44/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)
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl_transact.c | 62 struct sockaddr junk; local 125 junk_size = (socklen_t)sizeof (junk); 127 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
|
H A D | look_up.c | 142 short junk; member
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | 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);
|
/titanic_44/usr/src/cmd/factor/ |
H A D | factor.c | 60 double junk, temp; in main() local 84 fr = modf(nn, &junk); in main()
|
/titanic_44/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)
|
/titanic_44/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 137 char *junk; in smb_netlogon_receive() local 176 rc = smb_msgbuf_decode(&mb, "sUU", &junk, &primary, &domain); in smb_netlogon_receive() 192 rc = smb_msgbuf_decode(&mb, "UUU", &primary, &junk, &domain); in smb_netlogon_receive()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | cipher.c | 202 u_char *junk, *discard; in cipher_init() local 248 junk = xmalloc(cipher->discard_len); in cipher_init() 250 if (EVP_Cipher(&cc->evp, discard, junk, in cipher_init() 254 xfree(junk); in cipher_init()
|
/titanic_44/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 219 char *tmp, *junk = NULL; in split_name() local 233 for (tmp = (char *)strtok_r(name, delimiter, &junk); tmp != NULL; in split_name() 234 tmp = (char *)strtok_r(NULL, delimiter, &junk)) in split_name()
|
/titanic_44/usr/src/lib/print/libipp-listener/common/ |
H A D | common.c | 81 int junk; in get_printer_id() local 86 id = &junk; in get_printer_id()
|
/titanic_44/usr/src/cmd/tbl/ |
H A D | tu.c | 157 int i,c,k,junk, stopp; in getstop() local 164 k = left(i,c,&junk); in getstop()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 512 int junk; in get_ifi_info() local 741 junk = close(sockfd); in get_ifi_info() 742 assert(junk == 0); in get_ifi_info() 745 junk = close(sockf6); in get_ifi_info() 746 assert(junk == 0); in get_ifi_info()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 365 ListnerTimer(int junk) in ListnerTimer() argument 675 CatchChild(int junk) in CatchChild() argument 729 oob(int junk) in oob() argument 1335 sigwinch(int junk) in sigwinch() argument
|
H A D | on.c | 111 sigwinch(int junk) in sigwinch() argument 158 cont(int junk) in cont() argument 175 oob(int junk) in oob() argument
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | init_sec_context.c | 171 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()
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | filehdr.c | 401 char junk[8192]; /* temporary buffer */ in audio_read_filehdr() local 403 isize = (resid > sizeof (junk)) ? in audio_read_filehdr() 404 sizeof (junk) : resid; in audio_read_filehdr() 405 err = read(fd, junk, isize); in audio_read_filehdr()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | altprivsep.c | 232 int junk; in altprivsep_start_monitor() local 301 (void) read(pipe_fd, &junk, sizeof (junk)); in altprivsep_start_monitor()
|