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

12

/freebsd-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d30 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_DYNAMIC.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_SPEC.d31 #pragma D option strsize=512
/freebsd-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.16klocal.d16 #pragma D option strsize=16k
H A Dtst.16kglobal.d16 #pragma D option strsize=16k
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/json/
H A DMakefile10 tst.strsize.d \
11 tst.strsize.d.out \
/freebsd-current/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.c455 lpd_gettime(struct timespec *tsp, char *strp, size_t strsize) argument
479 if ((strp == NULL) || (strsize < 1))
510 if (strsize > TIMESTR_SIZE) {
511 strsize = TIMESTR_SIZE;
514 strlcpy(strp, tempstr, strsize);
/freebsd-current/include/
H A Delf-hints.h39 u_int32_t strsize; /* Size of string table */ member in struct:elfhints_hdr
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 #pragma D option strsize=16
/freebsd-current/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-current/sbin/ldconfig/
H A Delfhints.c287 hdr.strsize = 0;
293 hdr.strsize += strlen(dirs[0]);
295 hdr.strsize += 1 + strlen(dirs[i]);
297 hdr.dirlistlen = COND_SWAP(hdr.strsize);
298 hdr.strsize++; /* For the null terminator */
300 hdr.strsize = COND_SWAP(hdr.strsize);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d41 #pragma D option strsize=16
/freebsd-current/usr.bin/m4/
H A Dmisc.c57 static size_t strsize = STRSPMAX; variable
166 strspace = xalloc(strsize+1, NULL);
168 endest = strspace+strsize;
183 strsize *= 2;
184 newstrspace = malloc(strsize + 1);
187 memcpy(newstrspace, strspace, strsize/2);
195 endest = strspace + strsize;
/freebsd-current/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;
119 trussinfo->strsize = (int)strtonum(optarg, 0, INT_MAX,
H A Dtruss.h108 int strsize; member in struct:trussinfo
/freebsd-current/crypto/openssh/
H A Ddh.c64 char *strsize, *gen, *prime; local
108 strsize = strsep(&cp, " "); /* size */
109 if (cp == NULL || *strsize == '\0' ||
110 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
/freebsd-current/contrib/tcpdump/
H A Dsmbutil.c349 const u_char *s, uint32_t strsize, int is_null_terminated,
370 strsize = 0;
376 strsize++;
384 strsize += 2;
391 while (strsize != 0) {
394 strsize--;
405 ND_TCHECK_LEN(s, strsize);
406 s += strsize;
407 strsize = 0;
422 while (strsize >
348 unistr(netdissect_options *ndo, char (*buf)[MAX_UNISTR_SIZE+1], const u_char *s, uint32_t strsize, int is_null_terminated, int use_unicode) argument
[all...]

Completed in 167 milliseconds

12