Searched refs:nsz (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/rsync/
H A Dsymlinks.c36 ssize_t nsz = 0; local
47 if ((nsz = readlink(path, buf, sz)) == -1) {
51 } else if (nsz == 0) {
55 } else if ((size_t)nsz < sz)
60 assert(nsz > 0);
61 buf[nsz] = '\0';
75 ssize_t nsz = 0; local
86 if ((nsz = readlinkat(fd, path, buf, sz)) == -1) {
90 } else if (nsz == 0) {
94 } else if ((size_t)nsz < s
[all...]
/openbsd-current/bin/pax/
H A Dcpio.c176 rd_nm(ARCHD *arcn, int nsz) argument
181 if ((nsz == 0) || ((size_t)nsz > sizeof(arcn->name))) {
182 paxwarn(1, "Cpio file name length %d is out of range", nsz);
189 if ((rd_wrbuf(arcn->name,nsz) != nsz) || (arcn->name[nsz-1] != '\0') ||
271 int nsz; local
309 if ((nsz = (int)asc_ul(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2)
311 arcn->nlen = nsz
376 int nsz; local
542 int nsz; local
665 unsigned int nsz; local
831 int nsz; local
947 int nsz; local
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dmandoc_xr.c67 size_t ssz, nsz, tsz; local
76 nsz = strlen(name) + 1;
77 tsz = ssz + nsz;
86 memcpy(xr->name, name, nsz);
/openbsd-current/lib/libelf/
H A Dlibelf_ar.c211 size_t nsz, sz; local
270 LIBELF_AR_BSD_EXTENDED_NAME_PREFIX_SIZE, 10, &nsz) == 0) {
275 member = (char *) (arh + 1) + nsz;
276 sz -= nsz;
/openbsd-current/usr.bin/awk/
H A Dtran.c266 int i, nh, nsz; local
269 nsz = GROWTAB * tp->size;
270 np = (Cell **) calloc(nsz, sizeof(*np));
276 nh = hash(cp->nval, nsz);
283 tp->size = nsz;
/openbsd-current/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim32 syn keyword llvmStatement malloc max min mul nand ne ninf nnan nsw nsz nuw oeq
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp559 KEYWORD(nsz);
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs694 STRLEN nsz = (STRLEN) round_mgrow((x)+msiz); \
698 (unsigned long)msiz, (unsigned long)nsz, (unsigned long)(x))); \
699 Renew(mbase, nsz, char); \
700 msiz = nsz; \
702 mend = mbase + nsz; \

Completed in 198 milliseconds