Home
last modified time | relevance | path

Searched refs:nsz (Results 1 – 16 of 16) sorted by relevance

/freebsd/bin/pax/
H A Dcpio.c179 if ((nsz == 0) || (nsz > (int)sizeof(arcn->name))) { in rd_nm()
187 if ((rd_wrbuf(arcn->name,nsz) != nsz) || (arcn->name[nsz-1] != '\0') || in rd_nm()
269 int nsz; in cpio_rd() local
304 arcn->nlen = nsz - 1; in cpio_rd()
369 int nsz; in cpio_wr() local
379 nsz = arcn->nlen + 1; in cpio_wr()
544 int nsz; in vcpio_rd() local
666 unsigned int nsz; in vcpio_wr() local
846 int nsz; in bcpio_rd() local
896 if (nsz < 2) in bcpio_rd()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dpipe_enomem.sh55 size_t i, k, nsz, sz;
72 nsz = sz * 2;
73 p = reallocf(p, nsz * sizeof(struct pipepair));
79 memset(p + sz, 0, (nsz - sz) * sizeof(struct pipepair));
80 sz = nsz;
/freebsd/contrib/mandoc/
H A Dmandoc_xr.c69 size_t ssz, nsz, tsz; in mandoc_xr_add() local
78 nsz = strlen(name) + 1; in mandoc_xr_add()
79 tsz = ssz + nsz; in mandoc_xr_add()
88 memcpy(xr->name, name, nsz); in mandoc_xr_add()
/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c234 size_t nsz, osz; local
247 nsz = sizeof(netbuf);
261 if (nsz < sizeof(netbuf))
272 nsz -= i;
303 nsz += i;
304 if (nsz == sizeof(netbuf) || nwptr == nrptr) {
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c210 size_t nsz, sz; in _libelf_ar_open_member() local
269 LIBELF_AR_BSD_EXTENDED_NAME_PREFIX_SIZE, 10, &nsz) == 0) { in _libelf_ar_open_member()
274 member = (char *) (arh + 1) + nsz; in _libelf_ar_open_member()
275 sz -= nsz; in _libelf_ar_open_member()
/freebsd/contrib/one-true-awk/
H A Dtran.c263 int i, nh, nsz; in rehash() local
266 nsz = GROWTAB * tp->size; in rehash()
267 np = (Cell **) calloc(nsz, sizeof(*np)); in rehash()
273 nh = hash(cp->nval, nsz); in rehash()
280 tp->size = nsz; in rehash()
/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2-sony-nsz-gs7.dts14 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
/freebsd/contrib/file/src/
H A Dcompress.c272 size_t i, nsz; in file_zmagic() local
309 nsz = nbytes; in file_zmagic()
312 (ms->flags & MAGIC_NO_COMPRESS_FORK), buf, &newbuf, &nsz); in file_zmagic()
314 (char *)newbuf, nsz); in file_zmagic()
323 nsz); in file_zmagic()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsyna.txt39 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td302 // fnmadd.s: -fj * fk - fa (the nsz flag on the FMA)
310 // fnmsub.s: -fj * fk + fa (the nsz flag on the FMA)
H A DLoongArchFloat64InstrInfo.td269 // fnmadd.d: -fj * fk - fa (the nsz flag on the FMA)
277 // fnmsub.d: -fj * fk + fa (the nsz flag on the FMA)
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td307 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
344 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
381 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
H A DRISCVInstrInfoZfh.td295 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
337 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
H A DRISCVInstrInfoF.td564 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
588 // fnmadd: -(rs1 * rs2 + rs3) (the nsz flag on the FMA)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp558 KEYWORD(nsz); in LexIdentifier()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10632 int i, oldsvars, osz, nsz, otlocals, ntlocals; local
10659 nsz = ntlocals * sizeof (dtrace_difv_t);
10661 tlocals = kmem_zalloc(nsz, KM_SLEEP);