Searched refs:TITLE (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh78 cdrom) TITLE="CD-ROM";;
79 rmdisk) TITLE="Removable Disk";;
80 floppy) TITLE="Floppy";;
81 *) TITLE="Disk";;
85 TITLE="$TITLE Allocation"
87 TITLE="$TITLE Deallocation"
100 $WDWMSG "$*" "$TITLE" OK
108 $WDWMSG "$*" "$TITLE" READ
[all...]
H A Daudio_clean.sh82 TITLE="Audio Device Allocation"
84 TITLE="Audio Device Dellocation"
86 $WDWMSG "$*" "$TITLE" OK
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dcomments.h56 #define TITLE "%%Title:" macro
/illumos-gate/usr/src/cmd/cal/
H A Dcal.c50 #define TITLE " %s %u\n" macro
143 (void) printf(dcgettext(NULL, TITLE, LC_TIME), months[m-1], y);
/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c114 (void) fprintf(stderr, "%s %s\n\n", TITLE, COPYRIGHT_INTEL);
H A Dpowertop.h48 #define TITLE "OpenSolaris PowerTOP version 1.2" macro
H A Ddisplay.c295 (win_cols - strlen(TITLE))/2 + strlen(TITLE));
298 print(sw[SW_TITLE], 0, 0, title_pad, TITLE);
H A Dpowertop.c220 (void) printf("%s %s\n\n", TITLE, COPYRIGHT_INTEL);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.h52 #define TITLE "LatencyTOP for OpenSolaris, version 1.0" macro
H A Dklog.c147 (void) fprintf(fp, "# Log generated at %s by %s\n", buffer, TITLE);
H A Ddisplay.c646 TITLE,
693 (void) mvwprintw(titlebar, 0, (screen_width - strlen(TITLE)) / 2,
694 "%s", TITLE);
H A Dlatencytop.c448 (void) printf("%s\n%s\n", TITLE, COPYRIGHT);

Completed in 69 milliseconds