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

12

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d39 * Options and Tunables/strsize
44 #pragma D option strsize=64
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d30 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_DYNAMIC.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_SPEC.d31 #pragma D option strsize=512
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofString1.d37 #pragma D option strsize=256
H A Dtst.SizeofString2.d37 #pragma D option strsize=256
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/json/
H A DMakefile10 tst.strsize.d \
11 tst.strsize.d.out \
/freebsd-10-stable/include/
H A Delf-hints.h39 u_int32_t strsize; /* Size of string table */ member in struct:elfhints_hdr
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c79 size_t strsize; local
103 strsize = sizeof(buildstr);
109 strlcat(buildstr, jspec->wanteduser, strsize);
112 strlcat(buildstr, ":", strsize);
113 strlcat(buildstr, rangestr, strsize);
116 strlcat(buildstr, "@", strsize);
119 strsize = strlen(buildstr) + 1;
121 strsize += strlen(jspec->wantedhost);
122 jspec->fmtoutput = malloc(strsize);
125 strlcpy(jspec->fmtoutput, buildstr, strsize);
[all...]
H A Dcommon.c459 lpd_gettime(struct timespec *tsp, char *strp, size_t strsize) argument
483 if ((strp == NULL) || (strsize < 1))
514 if (strsize > TIMESTR_SIZE) {
515 strsize = TIMESTR_SIZE;
518 strlcpy(strp, tempstr, strsize);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d18 * json() run time must be bounded above by strsize. This test makes strsize
25 #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
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 #pragma D option strsize=16
/freebsd-10-stable/usr.bin/m4/
H A Dmisc.c56 static size_t strsize = STRSPMAX; variable
165 strspace = xalloc(strsize+1, NULL);
167 endest = strspace+strsize;
182 strsize *= 2;
183 newstrspace = malloc(strsize + 1);
186 memcpy(newstrspace, strspace, strsize/2);
194 endest = strspace + strsize;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d41 #pragma D option strsize=16
/freebsd-10-stable/sbin/ldconfig/
H A Delfhints.c272 hdr.strsize = 0;
278 hdr.strsize += strlen(dirs[0]);
280 hdr.strsize += 1 + strlen(dirs[i]);
282 hdr.dirlistlen = hdr.strsize;
283 hdr.strsize++; /* For the null terminator */
/freebsd-10-stable/usr.bin/truss/
H A Dmain.c58 "usage: truss [-cfaedDHS] [-o file] [-s strsize] -p pid",
59 " truss [-cfaedDHS] [-o file] [-s strsize] command [args]");
94 trussinfo->strsize = 32;
129 trussinfo->strsize = atoi(optarg);
H A Dtruss.h97 int strsize; member in struct:trussinfo
/freebsd-10-stable/crypto/openssh/
H A Ddh.c50 char *strsize, *gen, *prime; local
94 strsize = strsep(&cp, " "); /* size */
95 if (cp == NULL || *strsize == '\0' ||
96 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
/freebsd-10-stable/contrib/binutils/binutils/
H A Drddbg.c125 bfd_size_type stabsize, strsize; local
140 strsize = bfd_section_size (abfd, strsec);
141 strings = (bfd_byte *) xmalloc (strsize);
142 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize))
190 if (stroff + strx > strsize)
/freebsd-10-stable/contrib/tcpdump/
H A Dsmbutil.c344 u_int32_t strsize; local
360 strsize = 0;
370 strsize = *len - 1;
379 strsize = *len - 2;
385 strsize = *len;
388 while (strsize != 0) {
401 strsize--;
404 while (strsize != 0) {
419 if (strsize == 1)
421 strsize
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsyms.c918 bfd_size_type stabsize, strsize; local
965 strsize = (info->strsec->rawsize
1000 strsize = (info->strsec->rawsize
1005 info->strs = bfd_alloc (abfd, strsize);
1012 0, strsize))
1135 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)

Completed in 142 milliseconds

12