Searched refs:nstrs (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dmc.c37 size_t nstrs; \
275 mc->nstrs = sfgetu(ip);
294 if (!(rp = sp = vmalloc(vm, mc->nstrs + 1)))
327 if (sfread(ip, rp, mc->nstrs) != mc->nstrs || sfgetc(ip) != EOF)
402 mc->nstrs -= strlen(s) + 1;
495 mc->nstrs -= strlen(s) + 1;
505 mc->nstrs += strlen(s) + 1;
548 sfputu(op, mc->nstrs);
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c130 nstrs; member in struct:tidb
304 pt->nstrs = _Getsh(pt->tiebuf + 8);
314 pt->string_table = pt->string_offset + pt->nstrs * 2;
384 if (index >= pt->nstrs)
/opensolaris-onvv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c234 uint_t nstrs, ncnts; local
248 DP_DEVNAME_NCACHE_ID, &strs, &nstrs);
254 np->nvp_npaths = nstrs;
255 np->nvp_paths = kmem_zalloc(nstrs * sizeof (char *), KM_SLEEP);
256 for (i = 0; i < nstrs; i++) {
259 np->nvp_expirecnts = kmem_zalloc(nstrs * sizeof (int), KM_SLEEP);
260 for (i = 0; i < nstrs; i++) {
267 ASSERT(ncnts == nstrs);
268 ncnts = min(ncnts, nstrs);
269 for (i = 0; i < nstrs;
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c238 int snames, nbools, nints, nstrs, sstrtab; local
358 nstrs = _Getshi();
361 printf("Number of strings = %d, %#o [%d, %#o].\n", nstrs, nstrs,
610 nstrs;
617 while (nstrs--) {
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c903 immu_dmar_blacklisted(char **strptr, uint_t nstrs) argument
911 ASSERT((strptr == NULL) ^ (nstrs != 0));
916 if (nstrs < 4) {
926 for (i = 0; nstrs - i >= 4; i++) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c515 char *nstrs, *need; local
532 nstrs = (char *)STRTAB(nlmp);
565 define = (char *)(nstrs + vdap->vda_name);

Completed in 59 milliseconds