Searched refs:nw (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Di386nw.sh1 SCRIPT_NAME=nw
H A Dppcnw.sh1 SCRIPT_NAME=nw
/freebsd-11-stable/usr.bin/tset/
H A Dmisc.c48 register int fd, nr, nw; local
55 if ((nw = write(STDERR_FILENO, buf, nr)) == -1)
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c54 ssize_t nr, nw; local
98 for (n = file_size, b = buf; n > 0; n -= (size_t) nw, b += nw)
99 if ((nw = write(ofd, b, n)) <= 0)
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddn11.c56 int lt, nw; local
85 nw = write(dn, num, lt = strlen(num));
86 exit(nw != lt);
106 while ((nw = wait(&lt)) != child && nw != -1)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_shift.c133 int i, nw, lb, rb; local
146 nw = n / BN_BITS2;
147 if (bn_wexpand(r, a->top + nw + 1) == NULL)
153 t[a->top + nw] = 0;
156 t[nw + i] = f[i];
160 t[nw + i + 1] |= (l >> rb) & BN_MASK2;
161 t[nw + i] = (l << lb) & BN_MASK2;
163 memset(t, 0, nw * sizeof(t[0]));
165 * for (i=0; i<nw; i++) t[i]=0;
167 r->top = a->top + nw
175 int i, j, nw, lb, rb; local
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
59 nw = b->wds;
60 nw1 = nw - 1;
76 if (b1->wds > nw
H A Dsmisc.c142 int nw, nw1; local
152 nw = b->wds;
153 nw1 = nw & 1;
154 for(xe = x + (nw - nw1); x < xe; x += 2)
/freebsd-11-stable/contrib/gcc/
H A Det-forest.c446 struct et_occ *nw; local
450 nw = pool_alloc (et_occurrences);
452 nw->of = node;
453 nw->parent = NULL;
454 nw->prev = NULL;
455 nw->next = NULL;
457 nw->depth = 0;
458 nw->min_occ = nw;
459 nw
469 struct et_node *nw; local
[all...]
H A Dtree-tailcall.c380 struct tailcall *nw; local
529 nw = XNEW (struct tailcall);
531 nw->call_block = bb;
532 nw->call_bsi = bsi;
534 nw->tail_recursion = tail_recursion;
536 nw->mult = m;
537 nw->add = a;
539 nw->next = *ret;
540 *ret = nw;
/freebsd-11-stable/bin/dd/
H A Ddd.c478 ssize_t nw; local
515 nw = cnt;
531 nw = write(out.fd, outp, cnt);
538 if (nw <= 0) {
539 if (nw == 0)
543 nw = 0;
546 outp += nw;
547 st.bytes += nw;
549 if ((size_t)nw == n && n == out.dbsz)
554 if ((size_t) nw !
[all...]
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c345 int he, hs, nr, nw, wl; local
366 nw = fwrite(buf, 1, wl, fp);
368 for (nw = 0; nw < nr; nw = he) {
370 for (hs = nw; hs < nr; hs += BLOCKSIZE) {
393 * nw <= hs <= he <= nr
394 * If hs > nw, buf[nw..hs] contains non-zero
397 if (hs > nw)
439 int nr, nw, wl; local
[all...]
/freebsd-11-stable/usr.bin/tcopy/
H A Dtcopy.c77 int lastnread, nread, nw, inp, outp; local
181 nw = write(outp, buff, nread);
182 if (nw != nread) {
183 if (nw == -1) {
189 warnx("write (%d) != read (%d)", nw, nread);
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dtap.c137 ssize_t nw; local
149 nw = writev(chan->fd, iov, __arraycount(iov));
150 assert(nw > 0);
/freebsd-11-stable/bin/cat/
H A Dcat.c295 ssize_t nr, nw; local
317 for (off = 0; nr; nr -= nw, off += nw)
318 if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c1327 struct nlm_waiting_lock *nw; local
1329 nw = malloc(sizeof(struct nlm_waiting_lock), M_NLM, M_WAITOK);
1330 nw->nw_lock = *lock;
1331 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes,
1332 nw->nw_lock.fh.n_len);
1333 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes;
1334 nw->nw_waiting = TRUE;
1335 nw
1346 struct nlm_waiting_lock *nw = handle; local
1358 struct nlm_waiting_lock *nw = handle; local
1400 struct nlm_waiting_lock *nw; local
1539 struct nlm_waiting_lock *nw; local
2299 struct nlm_waiting_lock *nw; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_pkt.c642 unsigned int n, nw; local
754 nw = max_send_fragment * (mb_param.interleave = 8);
756 nw = max_send_fragment * (mb_param.interleave = 4);
766 mb_param.len = nw;
780 mb_param.len = nw;
796 s->s3->wpend_tot = nw;
799 s->s3->wpend_ret = nw;
801 i = ssl3_write_pending(s, type, &buf[tot], nw);
830 nw = s->max_send_fragment;
832 nw
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action.sh59 -nw \
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c798 int nr, nw, off, rfd; local
804 for (off = 0; nr; nr -= nw, off += nw)
805 if ((nw = write(wfd, buf + off, nr)) < 0)
/freebsd-11-stable/contrib/file/src/
H A Dfile.c411 size_t j, wid, nw; local
414 nw = file_mbswidth(argv[j]);
415 if (nw > wid)
416 wid = nw;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c521 struct bfd_hash_entry *nw)
533 *pph = nw;
519 bfd_hash_replace(struct bfd_hash_table *table, struct bfd_hash_entry *old, struct bfd_hash_entry *nw) argument
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1202 int nr, nw; local
1226 nw = write(to_fd, p, size);
1227 if (nw != size) {
1230 if (nw >= 0) {
1233 to_name, (uintmax_t)nw, (uintmax_t)size);
1245 if ((nw = write(to_fd, buf, nr)) != nr) {
1248 if (nw >= 0) {
1251 to_name, (uintmax_t)nw,
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c403 int nw, result = 0; local
409 nw = physical_Write(p, MBUF_CTOP(p->out), p->out->m_len);
411 p->link.name, nw, (unsigned long)p->out->m_len, p->fd);
412 if (nw > 0) {
413 p->out->m_len -= nw;
414 p->out->m_offset += nw;
418 } else if (nw < 0) {
H A Dip.c910 ssize_t nw; local
944 nw = write(bundle->dev.fd, data, nb);
945 if (nw != (ssize_t)nb) {
946 if (nw == -1)
951 nw);
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp86 int nw; member in class:tfm
312 nw = read2(ptr);
320 if (6 + lh + (ec - bc + 1) + nw + nh + nd + ni + nl + nk + ne + np != lf) {
331 width = new int[nw];
352 for (i = 0; i < nw; i++)

Completed in 306 milliseconds

123