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

123

/freebsd-10.0-release/contrib/binutils/ld/emulparams/
H A Di386nw.sh1 SCRIPT_NAME=nw
H A Dppcnw.sh1 SCRIPT_NAME=nw
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_shift.c137 int i,nw,lb,rb; local
145 nw=n/BN_BITS2;
146 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
151 t[a->top+nw]=0;
154 t[nw+i]=f[i];
159 t[nw+i+1]|=(l>>rb)&BN_MASK2;
160 t[nw+i]=(l<<lb)&BN_MASK2;
162 memset(t,0,nw*sizeof(t[0]));
163 /* for (i=0; i<nw; i++)
165 r->top=a->top+nw
173 int i,j,nw,lb,rb; local
[all...]
/freebsd-10.0-release/usr.bin/tset/
H A Dmisc.c48 register int fd, nr, nw; local
55 if ((nw = write(STDERR_FILENO, buf, nr)) == -1)
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/bin/dd/
H A Ddd.c416 ssize_t nw; local
438 for (cnt = n;; cnt -= nw) {
450 nw = cnt;
464 nw = write(out.fd, outp, cnt);
469 if (nw <= 0) {
470 if (nw == 0)
474 nw = 0;
476 outp += nw;
477 st.bytes += nw;
478 if ((size_t)nw
[all...]
/freebsd-10.0-release/sbin/savecore/
H A Dsavecore.c294 int he, hs, nr, nw, wl; local
315 nw = fwrite(buf, 1, wl, fp);
317 for (nw = 0; nw < nr; nw = he) {
319 for (hs = nw; hs < nr; hs += BLOCKSIZE) {
342 * nw <= hs <= he <= nr
343 * If hs > nw, buf[nw..hs] contains non-zero data.
346 if (hs > nw)
388 int nr, nw, wl; local
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/bluetooth/btpand/
H A Dtap.c134 ssize_t nw; local
146 nw = writev(chan->fd, iov, __arraycount(iov));
147 assert(nw > 0);
H A Dbnep.c639 size_t nw; local
714 nw = writev(chan->fd, iov, __arraycount(iov));
715 return (nw > 0);
/freebsd-10.0-release/bin/cat/
H A Dcat.c269 ssize_t nr, nw; local
291 for (off = 0; nr; nr -= nw, off += nw)
292 if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
/freebsd-10.0-release/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
1397 struct nlm_waiting_lock *nw; local
1531 struct nlm_waiting_lock *nw; local
2291 struct nlm_waiting_lock *nw; local
[all...]
/freebsd-10.0-release/contrib/file/
H A Dfile.c324 size_t j, wid, nw; local
326 nw = file_mbswidth(argv[j]);
327 if (nw > wid)
328 wid = nw;
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action.sh46 -nw \
/freebsd-10.0-release/usr.bin/xinstall/
H A Dxinstall.c1147 int nr, nw; local
1170 nw = write(to_fd, p, size);
1171 if (nw != size) {
1174 if (nw >= 0) {
1177 to_name, (uintmax_t)nw, (uintmax_t)size);
1189 if ((nw = write(to_fd, buf, nr)) != nr) {
1192 if (nw >= 0) {
1195 to_name, (uintmax_t)nw,
/freebsd-10.0-release/contrib/nvi/common/
H A Drecover.c801 int nr, nw, off, rfd; local
807 for (off = 0; nr; nr -= nw, off += nw)
808 if ((nw = write(wfd, buf + off, nr)) < 0)
/freebsd-10.0-release/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-10.0-release/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.c908 ssize_t nw; local
942 nw = write(bundle->dev.fd, data, nb);
943 if (nw != (ssize_t)nb) {
944 if (nw == -1)
949 nw);
/freebsd-10.0-release/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++)
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_script.c303 int isempty, matchprompt, nw, rval; local
345 if ((nw = write(sc->sh_master, p, len)) != len)
349 err2: if (nw == 0)

Completed in 136 milliseconds

123