Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 143) sorted by last modified time

123456

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c939 char *title; in zprop_print_headers() local
1023 title = dgettext(TEXT_DOMAIN, "NAME"); in zprop_print_headers()
1026 title = dgettext(TEXT_DOMAIN, "PROPERTY"); in zprop_print_headers()
1029 title = dgettext(TEXT_DOMAIN, "VALUE"); in zprop_print_headers()
1032 title = dgettext(TEXT_DOMAIN, "RECEIVED"); in zprop_print_headers()
1035 title = dgettext(TEXT_DOMAIN, "SOURCE"); in zprop_print_headers()
1038 title = NULL; in zprop_print_headers()
1041 if (title != NULL) { in zprop_print_headers()
1044 (void) printf("%s", title); in zprop_print_headers()
1048 title); in zprop_print_headers()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src2990 # retrieving the window title, and for setting the window size (i.e., using
3681 xterm+sl|access X title line and icon name,
3685 xterm+sl-twm|access X title line (pacify twm-descended window managers),
3761 # title bar. [I have translated it to terminfo -- ESR]
5089 # sequences for setting the window-title. So you must use tsl and fsl in
5090 # pairs, since the latter ends the string that is loaded to the window-title.
22512 # xterm-style mouse- and title-controls, for "screen" which
H A Dtermcap.src2642 # retrieving the window title, and for setting the window size (i.e., using
3211 xterm+sl|access X title line and icon name:\
3215 xterm+sl-twm|access X title line (pacify twm-descended window managers):\
3283 # title bar. [I have translated it to terminfo -- ESR]
4461 # sequences for setting the window-title. So you must use tsl and fsl in
4462 # pairs, since the latter ends the string that is loaded to the window-title.
20294 # xterm-style mouse- and title-controls, for "screen" which
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3443 const char *title; in print_iostat_dashes() local
3447 title = histo_to_title[IOS_HISTO_IDX(cb->cb_flags)]; in print_iostat_dashes()
3449 title = "vdev"; in print_iostat_dashes()
3451 title = "pool"; in print_iostat_dashes()
3454 namewidth = MAX(MAX(strlen(title), cb->cb_namewidth), in print_iostat_dashes()
3504 const char *title; in print_iostat_header_impl() local
3507 title = histo_to_title[IOS_HISTO_IDX(cb->cb_flags)]; in print_iostat_header_impl()
3509 title = "vdev"; in print_iostat_header_impl()
3511 title = "pool"; in print_iostat_header_impl()
3514 namewidth = MAX(MAX(strlen(title), cb->cb_namewidth), in print_iostat_header_impl()
[all …]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5556 const char *title) in print_uge_deleg_perms() argument
5585 (void) printf(title); in print_uge_deleg_perms()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c223 char *title, uchar_t *cdb);
225 char *title, uchar_t *data, int len);
8753 vhci_print_cdb(dev_info_t *dip, uint_t level, char *title, uchar_t *cdb) in vhci_print_cdb() argument
8764 (void) sprintf(buf, "%s for cmd(%s)", title, vhci_print_scsi_cmd(*cdb)); in vhci_print_cdb()
8769 vhci_clean_print(dev_info_t *dev, uint_t level, char *title, uchar_t *data, in vhci_clean_print() argument
8778 (void) sprintf(buf, "%s:\n", title); in vhci_clean_print()
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica185 # (an official .gob.ar) under title: "Sin Cambio de Hora"
H A Dnorthamerica1988 # title: DST Starts Monday ...
1990 # The title of this first article is wrong and/or misleading.
2001 # title: It's Time for YDT ...
2007 # title: Daylight Saving Time for N.W.T....
2031 # regulations, giving the reference title and URL if found, regulation name,
H A Deurope696 # title at https://base.garant.ru/70754136/ :
2378 # https://en.wikipedia.org/w/?title=Federal_subjects_of_Russia&oldid=611810498
3221 # https://en.wikipedia.org/w/?title=Srednekolymsky_District&oldid=603435276
3222 # https://en.wikipedia.org/w/?title=Verkhnekolymsky_District&oldid=594378493
H A Daustralasia2088 # Tungī, preferred to ensure Tonga's title as the land where time
H A Dafrica258 # Only the title above is available without a subscription to their service,
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c622 clean_title = strdup(NB(request->request->title)); in exec()
629 clean_title = NB(request->request->title); in exec()
H A Dfncs.c891 if (req->title) { in GetRequestFiles()
892 char *r = req->title; in GetRequestFiles()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c1047 at(struct match *m, const char *title, const char *start, const char *stop, in at() argument
1053 (void) printf("%s %s-", title, pchar(*start)); in at()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c2086 xmlChar *title; in lxml_get_tm_manpage() local
2093 title = xmlGetProp(manpage, (xmlChar *)title_attr); in lxml_get_tm_manpage()
2094 if (title == NULL) in lxml_get_tm_manpage()
2098 xmlFree(title); in lxml_get_tm_manpage()
2105 (void) snprintf(name, max_scf_name_len + 1, "%s_%s", title, section); in lxml_get_tm_manpage()
2110 (void) snprintf(name, max_scf_name_len + 1, "%s%s", title, section); in lxml_get_tm_manpage()
2125 xmlFree(title); in lxml_get_tm_manpage()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5207 if (title) in selector()
5208 *title = NULL; in selector()
5252 char *title = NULL; in list_entry() local
5299 strncmp(title, lp->arg, strlen(title)) == 0) { in list_entry()
5317 char *title, in add_boot_entry() argument
5339 if (title == NULL) { in add_boot_entry()
7910 cp = s_fgets(title, sizeof (title), fp);
8323 char *title, argument
8352 if (title) {
8714 char *title; local
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c148 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr) in STP_VECT_br_id_print() argument
151 title, in STP_VECT_br_id_print()
165 STP_VECT_print (IN char *title, IN PRIO_VECTOR_T *v) in STP_VECT_print() argument
167 stp_trace ("%s:", title); in STP_VECT_print()
H A Dvector.h70 STP_VECT_print (IN char* title, IN PRIO_VECTOR_T* v);
73 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr);
H A Dport.c234 void STP_port_trace_flags (char* title, PORT_T* this) in STP_port_trace_flags() argument
250 …stp_trace (" %-12s: flags=0x%04lx fdWhile=%d port=%s", title, flag, this->fdWhile, this->p… in STP_port_trace_flags()
H A Dport.h181 STP_port_trace_flags (char* title, PORT_T* this);
H A Dportinfo.c46 _stp_dump (char* title, unsigned char* buff, int len)
50 stp_trace ("\n%s:", title);
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c269 static void print_list(title, list) in print_list() argument
270 char *title; in print_list()
277 fputs(title, stdout);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1383 int descapndx, objcap, title; in cap_section() local
1490 objcap = title = 1; in cap_section()
1509 title = 1; in cap_section()
1511 if (title) { in cap_section()
1539 title = 0; in cap_section()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1302 dbg_module_list(char *title) in dbg_module_list() argument
1306 printf("<MODULE LIST: %s>\n", title); in dbg_module_list()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c566 print_memlist(char *title, struct memlist *mp) in print_memlist() argument
568 prom_printf("MEMLIST: %s:\n", title); in print_memlist()

123456