Searched defs:STRLEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c39 #define STRLEN 128UL macro
93 sp->base = sp->ptr = malloc(STRLEN);
98 sp->end = sp->base + STRLEN;
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c44 #define STRLEN 128 /* for shorter strings */ macro
88 char struct_name[STRLEN]; /* struct name */
89 char member[STRLEN]; /* member name */
90 char format[STRLEN]; /* adb format spec */
91 char arg[NARGS][STRLEN]; /* arg list for called subroutine */
233 if (cp - arg[1] >= STRLEN - 10) {
482 char fmt_request[STRLEN];
484 char number[STRLEN];
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c31 #define STRLEN 10 /* length of strings introducing things */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c63 #define STRLEN 256 macro
548 char strbuf[STRLEN];
600 mdb_devinfo2driver((uintptr_t)usb_dev.usb_dip, strbuf, STRLEN);
604 if (mdb_readstr(strbuf, STRLEN,
622 if (mdb_readstr(strbuf, STRLEN,
637 if (mdb_readstr(strbuf, STRLEN,
643 if (mdb_readstr(strbuf, STRLEN,
649 if (mdb_readstr(strbuf, STRLEN,
751 char driver_name[STRLEN] = "";
752 char strbuf[STRLEN]
[all...]

Completed in 67 milliseconds