Searched refs:nsz (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_check.c | 293 size_t osz, nsz; local 426 nsz = str_len * 2; 427 str_norm = (char *)Xcalloc(1, nsz); 428 str_fmt = extract_format(str_norm, msgstr, nsz); 461 nsz = plural_len * 2; 462 plural_norm = (char *)Xcalloc(1, nsz); 463 plural_fmt = extract_format(plural_norm, plural, nsz); 473 nsz = p->len * 2; 474 pstr_norm[i] = (char *)Xcalloc(1, nsz); 476 msgstr + p->off, nsz); [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 484 size_t osz, nsz; local 513 nsz = strlen(new) * FORMAT_SIZE; 514 nfmt = malloc(nsz); 520 nlen = extract_format(new, nfmt, nsz, strict);
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 314 FILE_ELF_SIZE_T nsz, nmsz, dsz; local 320 nsz = sizeof (Elf_Nhdr); 341 if (pread64(EI->elffd, (void *)nhdr, nsz, offset) 342 != nsz) 353 offset += nsz + ((nmsz + 0x03) & ~0x3);
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 290 int i, nh, nsz; local 293 nsz = GROWTAB * tp->size; 294 np = (Cell **)calloc(nsz, sizeof (Cell *)); 300 nh = hash(cp->nval, nsz); 307 tp->size = nsz;
|
/illumos-gate/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 327 size_t nsz; local 337 nsz = roundup(sz, PAGESIZE); 338 if (np + nsz > LOGBUF_BASEADDR + LOGBUF_MAXSIZE) { 342 np = resalloc(RES_CHILDVIRT, nsz, np, 0UL); 349 elogbuffer = logbuf_curptr + nsz;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 717 int nsz; local 730 nsz = sizeof (we->we_utmp.out_name); 732 nsz, 733 nsz,
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 5924 int nsz = 0; /* err msg length */ local 5936 nsz += ret; 5938 buf = (sz > 0) ? s + nsz : NULL; 5943 nsz += ret; 5945 buf = (sz > 0) ? s + nsz : NULL; 5954 nsz += ret; 5956 buf = (sz > 0) ? s + nsz : NULL; 5959 return (nsz);
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 402 nwamd_set_key_name(const char *essid, const char *bssid, char *name, size_t nsz) argument 420 if (j == nsz - 1)
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 10025 int i, oldsvars, osz, nsz, otlocals, ntlocals; local 10052 nsz = ntlocals * sizeof (dtrace_difv_t); 10054 tlocals = kmem_zalloc(nsz, KM_SLEEP);
|
Completed in 124 milliseconds