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

/macosx-10.10.1/file_cmds-242/pax/
H A Dcpio.c186 rd_nm(ARCHD *arcn, int nsz) argument
191 if ((nsz == 0) || (nsz > sizeof(arcn->name))) {
192 paxwarn(1, "Cpio file name length %d is out of range", nsz);
199 if ((rd_wrbuf(arcn->name,nsz) != nsz) || (arcn->name[nsz-1] != '\0') ||
286 int nsz; local
324 if ((nsz = (int)asc_ul(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2)
326 arcn->nlen = nsz
391 int nsz; local
571 int nsz; local
698 unsigned int nsz; local
883 int nsz; local
998 int nsz; local
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dcompress.c100 size_t i, nsz; local
111 (nsz = uncompressbuf(ms, fd, i, buf, &newbuf,
115 if (file_buffer(ms, -1, name, newbuf, nsz) == -1)
/macosx-10.10.1/awk-20/src/
H A Dtran.c249 int i, nh, nsz; local
252 nsz = GROWTAB * tp->size;
253 np = (Cell **) calloc(nsz, sizeof(Cell *));
259 nh = hash(cp->nval, nsz);
266 tp->size = nsz;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c9098 int oldsvars, osz, nsz, otlocals, ntlocals; local
9126 nsz = ntlocals * sizeof (dtrace_difv_t);
9128 tlocals = kmem_zalloc(nsz, KM_SLEEP);

Completed in 122 milliseconds