Searched refs:TITLE (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/allocate/ |
H A D | disk_clean.sh | 78 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 D | audio_clean.sh | 82 TITLE="Audio Device Allocation" 84 TITLE="Audio Device Dellocation" 86 $WDWMSG "$*" "$TITLE" OK
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | comments.h | 56 #define TITLE "%%Title:" macro
|
/illumos-gate/usr/src/cmd/cal/ |
H A D | cal.c | 50 #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 D | util.c | 114 (void) fprintf(stderr, "%s %s\n\n", TITLE, COPYRIGHT_INTEL);
|
H A D | powertop.h | 48 #define TITLE "OpenSolaris PowerTOP version 1.2" macro
|
H A D | display.c | 295 (win_cols - strlen(TITLE))/2 + strlen(TITLE)); 298 print(sw[SW_TITLE], 0, 0, title_pad, TITLE);
|
H A D | powertop.c | 220 (void) printf("%s %s\n\n", TITLE, COPYRIGHT_INTEL);
|
/illumos-gate/usr/src/cmd/latencytop/common/ |
H A D | latencytop.h | 52 #define TITLE "LatencyTOP for OpenSolaris, version 1.0" macro
|
H A D | klog.c | 147 (void) fprintf(fp, "# Log generated at %s by %s\n", buffer, TITLE);
|
H A D | display.c | 646 TITLE, 693 (void) mvwprintw(titlebar, 0, (screen_width - strlen(TITLE)) / 2, 694 "%s", TITLE);
|
H A D | latencytop.c | 448 (void) printf("%s\n%s\n", TITLE, COPYRIGHT);
|
Completed in 81 milliseconds