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

12

/freebsd-11-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-11-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-11-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-11-stable/include/
H A Delf-hints.h39 u_int32_t strsize; /* Size of string table */ member in struct:elfhints_hdr
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/json/
H A DMakefile12 tst.strsize.d \
13 tst.strsize.d.out \
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c81 size_t strsize; local
105 strsize = sizeof(buildstr);
111 strlcat(buildstr, jspec->wanteduser, strsize);
114 strlcat(buildstr, ":", strsize);
115 strlcat(buildstr, rangestr, strsize);
118 strlcat(buildstr, "@", strsize);
121 strsize = strlen(buildstr) + 1;
123 strsize += strlen(jspec->wantedhost);
124 jspec->fmtoutput = malloc(strsize);
127 strlcpy(jspec->fmtoutput, buildstr, strsize);
[all...]
H A Dcommon.c461 lpd_gettime(struct timespec *tsp, char *strp, size_t strsize) argument
485 if ((strp == NULL) || (strsize < 1))
516 if (strsize > TIMESTR_SIZE) {
517 strsize = TIMESTR_SIZE;
520 strlcpy(strp, tempstr, strsize);
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 #pragma D option strsize=16
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d41 #pragma D option strsize=16
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c58 static size_t strsize = STRSPMAX; variable
167 strspace = xalloc(strsize+1, NULL);
169 endest = strspace+strsize;
184 strsize *= 2;
185 newstrspace = malloc(strsize + 1);
188 memcpy(newstrspace, strspace, strsize/2);
196 endest = strspace + strsize;
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c274 hdr.strsize = 0;
280 hdr.strsize += strlen(dirs[0]);
282 hdr.strsize += 1 + strlen(dirs[i]);
284 hdr.dirlistlen = hdr.strsize;
285 hdr.strsize++; /* For the null terminator */
/freebsd-11-stable/usr.bin/truss/
H A Dmain.c60 "usage: truss [-cfaedDHS] [-o file] [-s strsize] -p pid",
61 " truss [-cfaedDHS] [-o file] [-s strsize] command [args]");
85 trussinfo->strsize = 32;
120 trussinfo->strsize = strtonum(optarg, 0, INT_MAX, &errstr);
H A Dtruss.h113 int strsize; member in struct:trussinfo
/freebsd-11-stable/crypto/openssh/
H A Ddh.c49 char *strsize, *gen, *prime; local
93 strsize = strsep(&cp, " "); /* size */
94 if (cp == NULL || *strsize == '\0' ||
95 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
/freebsd-11-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-11-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)
/freebsd-11-stable/stand/i386/libi386/
H A Dmultiboot.h130 multiboot_uint32_t strsize; member in struct:multiboot_aout_symbol_table

Completed in 258 milliseconds

12