Home
last modified time | relevance | path

Searched refs:STRLEN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/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) { in main()
482 char fmt_request[STRLEN]; in emit_print()
484 char number[STRLEN]; in emit_print()
/titanic_41/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c63 #define STRLEN 256 macro
548 char strbuf[STRLEN]; in prtusb()
600 mdb_devinfo2driver((uintptr_t)usb_dev.usb_dip, strbuf, STRLEN); in prtusb()
604 if (mdb_readstr(strbuf, STRLEN, in prtusb()
622 if (mdb_readstr(strbuf, STRLEN, in prtusb()
637 if (mdb_readstr(strbuf, STRLEN, in prtusb()
643 if (mdb_readstr(strbuf, STRLEN, in prtusb()
649 if (mdb_readstr(strbuf, STRLEN, in prtusb()
751 char driver_name[STRLEN] = ""; in prt_usb_tree_node()
752 char strbuf[STRLEN] = ""; in prt_usb_tree_node()
[all …]
/titanic_41/usr/src/lib/libmail/common/
H A Ds_string.c39 #define STRLEN 128UL macro
93 sp->base = sp->ptr = malloc(STRLEN); in s_new()
98 sp->end = sp->base + STRLEN; in s_new()
/titanic_41/usr/src/cmd/vgrind/
H A Dvfontedpr.c31 #define STRLEN 10 /* length of strings introducing things */ macro
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs969 STRLEN klen; in prune_invalid()