Searched refs:dashes (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | dist.c | 165 char dashes[NCHARS + 1]; in dist_print_header() local 174 (void) memset(dashes, '-', n); in dist_print_header() 175 dashes[n] = '\0'; in dist_print_header() 177 mdb_printf("%*s %s%s%s %s\n", width, label, dashes, dist, dashes, in dist_print_header()
|
H A D | genunix.c | 1902 char *dashes; member 2120 mdb_printf("%s ", dfp->dashes); in kmastat() 2130 mdb_printf("%s ", dfp->dashes); in kmastat() 2139 mdb_printf("%s ", dfp->dashes); in kmastat() 2153 mdb_printf("%s ", dfp->dashes); in kmastat() 2162 mdb_printf("%s ", dfp->dashes); in kmastat()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | libumem.c | 48 char *dashes; member 370 mdb_printf("%s ", dfp->dashes); in umastat() 373 mdb_printf("%s ", dfp->dashes); in umastat() 394 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->dashes); in umastat() 403 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->dashes); in umastat() 412 mdb_printf("%s ", dfp->dashes); in umastat() 426 mdb_printf("%s ", dfp->dashes); in umastat() 435 mdb_printf("%s ", dfp->dashes); in umastat()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2800 char *dashes = "%-*s - - - - - -\n"; in print_list_stats() local 2864 (void) printf(dashes, cb->cb_namewidth, "log"); in print_list_stats() 2878 (void) printf(dashes, cb->cb_namewidth, "cache"); in print_list_stats() 2889 (void) printf(dashes, cb->cb_namewidth, "spare"); in print_list_stats()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 3083 char *dashes = "------------------------"; in dumpstats() local 3096 dashes, dashes); in dumpstats()
|
/titanic_44/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 96 "Give a name that has 1 to 14 letters,\ndigits, dashes, or underscores." 926 "Give a content type that has 1 to 14\nletters, digits, or dashes."
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.in | 3660 dashes="$$banner"; \ 3665 dashes="$$skipped"; \ 3671 dashes="$$report"; \ 3673 dashes=`echo "$$dashes" | sed s/./=/g`; \ 3674 echo "$$dashes"; \ 3678 echo "$$dashes"; \
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5420 % On the other hand, if an argument has two dashes (for instance), we
|