Searched defs:title (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/librstp/common/ |
H A D | port.c | 234 void STP_port_trace_flags (char* title, PORT_T* this) argument 250 stp_trace (" %-12s: flags=0x%04lx fdWhile=%d port=%s", title, flag, this->fdWhile, this->port_name);
|
H A D | vector.c | 148 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr) argument 151 title, 165 STP_VECT_print (IN char *title, IN PRIO_VECTOR_T *v) argument 167 stp_trace ("%s:", title);
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | menu.h | 32 /* The title name. */ 33 const char *title; member in struct:grub_menu_entry
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_print.c | 189 * IdentifierString: job title 197 smbfs_print_file(smb_ctx_t *ctx, char *title, int file) argument 207 pfd = smbfs_open_printer(ctx, title, setup_len, mode); 243 smbfs_open_printer(struct smb_ctx *ctx, const char *title, argument 250 tlen = strlen(title); 274 (void) strlcpy(ioc.ioc_title, title, SMBIOC_MAX_NAME);
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_text.c | 202 const char *title; local 209 title = entry ? entry->title : ""; 210 title_len = grub_strlen (title); 217 (grub_uint8_t *) title, -1, 0);
|
H A D | menu.c | 195 for (ptr = entry->title; *ptr; ptr++) 224 for (ptr = entry->title; *ptr; ptr++) 416 menuentry_eq (const char *title, const char *spec) argument 419 ptr1 = title; 456 /* See if the variable matches the title of a menu entry. */ 464 if (menuentry_eq (e->title, val)) 677 grub_printf_ (N_("Booting \'%s\'"), entry->title); 689 grub_printf_ (N_("Falling back to \'%s\'"), entry->title);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pad.c | 1258 S_cv_dump(pTHX_ CV *cv, char *title) argument 1265 title,
|
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare_upgrade.c | 361 sa_upgrade_dump(nvlist_t *list, boolean_t is_log_smf, char *title) argument 363 if (title != NULL) { 364 salog_debug(0, "%s", title); 366 (void) fprintf(stderr, "%s\n", title);
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 1298 char *title; local 1302 title = dgettext(TEXT_DOMAIN, "NAME"); 1305 title = dgettext(TEXT_DOMAIN, "PROPERTY"); 1308 title = dgettext(TEXT_DOMAIN, "VALUE"); 1311 title = dgettext(TEXT_DOMAIN, "RECEIVED"); 1314 title = dgettext(TEXT_DOMAIN, "SOURCE"); 1317 title = NULL; 1320 if (title != NULL) { 1323 (void) printf("%s", title); 1327 title); [all...] |
Completed in 41 milliseconds