Searched refs:STRLEN (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/adbgen/common/ |
H A D | adbgen1.c | 44 #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_50/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 63 #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_50/usr/src/lib/libmail/common/ |
H A D | s_string.c | 39 #define STRLEN 128UL macro 93 sp->base = sp->ptr = malloc(STRLEN); in s_new() 98 sp->end = sp->base + STRLEN; in s_new()
|
/titanic_50/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 31 #define STRLEN 10 /* length of strings introducing things */ macro
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 979 STRLEN klen; in prune_invalid()
|