Home
last modified time | relevance | path

Searched refs:strsize (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofString2.d35 #pragma D option strsize=256
H A Dtst.SizeofString1.d35 #pragma D option strsize=256
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_DYNAMIC.d27 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.d27 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d27 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_AGGREGATION.d28 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_SPEC.d29 #pragma D option strsize=512
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d42 #pragma D option strsize=64
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.16kglobal.d16 #pragma D option strsize=16k
H A Dtst.16klocal.d16 #pragma D option strsize=16k
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c96 short strsize; member
422 if(pp->strsize<0) in clone_type()
476 if(pp->strsize<0) in clone_type()
488 if(pp->strsize<0) in clone_type()
489 dp->strsize = -pp->strsize; in clone_type()
907 if((n=dp->strsize)<0) in nv_mktype()
951 pp->strsize = size; in nv_mktype()
1097 tp->strsize = -tp->strsize; in nv_mktype()
1466 if((i=dp->strsize) < 0) in nv_mkstruct()
1483 pp->strsize = size; in nv_mkstruct()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c486 mbi.syms.a.strsize = 0; in load_image()
561 mbi.syms.a.strsize = i; in load_image()
582 mbi.syms.a.strsize = 0; in load_image()
978 + mbi.syms.a.tabsize + mbi.syms.a.strsize; in bsd_boot()
1022 + mbi.syms.a.tabsize + mbi.syms.a.strsize); in bsd_boot()
H A Dmb_info.h131 unsigned long strsize; member
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1537 size_t strsize; in sa_set_resource_property() local
1571 strsize = (valstr != NULL) ? strlen(valstr) : 0; in sa_set_resource_property()
1572 strsize += (idstr != NULL) ? strlen(idstr) : 0; in sa_set_resource_property()
1573 strsize += (description != NULL) ? strlen(description) : 0; in sa_set_resource_property()
1574 if (strsize > 0) { in sa_set_resource_property()
1575 strsize += 3; /* add nul and ':' */ in sa_set_resource_property()
1576 propstr = (char *)malloc(strsize); in sa_set_resource_property()
1583 (void) snprintf(propstr, strsize, "%s", in sa_set_resource_property()
1586 (void) snprintf(propstr, strsize, "%s:%s:%s", in sa_set_resource_property()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d25 #pragma D option strsize=18
H A Dtst.usdt.d16 #pragma D option strsize=4k
H A Dtst.general.d21 #pragma D option strsize=1k
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d28 #pragma D option strsize=16
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h65 unsigned long strsize; member
H A Dkernel.c118 (unsigned) aout_sym->strsize, in cmain()
H A Dkernel.c.texi116 "strsize = 0x%x, addr = 0x%x\n",
118 (unsigned) aout_sym->strsize,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d37 #pragma D option strsize=16
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h130 multiboot_uint32_t strsize; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1323 int strsize; local
1488 strsize = 2;
1541 if (strsize > TOBUFSIZE)
1807 strsize = 1;
1810 if (strsize < TOBUFSIZE)
1811 strsize = TOBUFSIZE;
1812 if (strsize > tobufsize)
1816 tobufsize = strsize;
3452 strsize = 0;
3470 strsize += sm_strlcat2(tobuf + strsize, ",",
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c80 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize, in string() argument
93 if (name >= (Word)strsize) { in string()
97 EC_XWORD(name), strsecname, EC_XWORD(strsize)); in string()
2075 size_t strsize; in ld_sym_process() local
2120 strsize = ifl->ifl_isdesc[ndx]->is_shdr->sh_size; in ld_sym_process()
2134 strsize = 0; in ld_sym_process()
2199 if ((name = string(ofl, ifl, sym, strs, strsize, ndx, in ld_sym_process()
2529 if ((name = string(ofl, ifl, nsym, strs, strsize, ndx, shndx, in ld_sym_process()

12