HomeSort by: relevance | last modified time | path
    Searched defs:title (Results 1 - 21 of 21) sorted by relevancy

  /src/share/doc/usd/
Makefile 23 SUBARTICLES=title contents
24 SRCS.title=Title
  /src/share/doc/psd/
Makefile 31 SUBARTICLES=title contents
32 SRCS.title=Title
  /src/share/doc/smm/
Makefile 30 SUBARTICLES=title contents
31 SRCS.title=Title
  /src/games/sail/
lo_main.c 59 static const char *const title[] = { variable in typeref:typename:const char * const[]
112 title[n++], sbuf, ship->shipname, log.l_netpoints,
153 title[n++], sbuf, ship->shipname, log.l_netpoints,
  /src/games/testpat/
testpat.c 59 const char *title = "NetBSD"; local in function:main
71 fprintf(stderr, "Usage: %s <title>", getprogname());
76 title = argv[1];
77 if (strlen(title) >= (size_t)COLS) {
80 "Title string is longer than display cols");
209 /* Add title segment. */
227 col = y_limit - (strlen(title) / 2) + circle_pos[y_limit / 2][0];
228 mvprintw(i, col, "%s", title);
  /src/sys/fs/filecorefs/
filecore.h 143 char title[19]; member in struct:filecore_dirtail
  /src/usr.bin/menuc/
mdb.h 75 char *title; member in struct:menu_info
  /src/usr.sbin/lpr/lpr/
lpr.c 79 static char *class = host; /* class title on header page */
99 static char *title; /* pr'ing title */ variable in typeref:typename:char *
187 case 'T': /* pr's title line */
188 title = optarg;
355 card('T', title ? title : arg);
436 card('T', title ? title : n);
746 "Usage: %s [-Pprinter] [-#num] [-C class] [-J job] [-T title] "
    [all...]
  /src/sys/arch/sh3/sh3/
db_interface.c 273 static const char title[] = local in function:db_tlbdump_cmd
290 db_printf("---TLB DUMP---\n%s\n%s\n", title, title2);
349 db_printf("---ITLB DUMP ---\n%s TC SA\n%s\n", title, title2);
374 db_printf("---UTLB DUMP---\n%s TC SA\n%s\n", title, title2);
  /src/bin/ps/
print.c 208 char *title; local in function:titlecmp
216 title = cmdpart(argv[0]);
219 if (!strcmp(name, title))
223 if (title[0] == '-' && !strcmp(name, title + 1))
230 !strncmp(name, title, namelen) &&
231 title[namelen + 0] == ':' &&
232 title[namelen + 1] == ' ')
1023 * than the column title.
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_navi10_ppt.c 1254 static const char *title[] = { local in function:navi10_get_power_profile_mode
1272 title[0], title[1], title[2], title[3], title[4], title[5],
1273 title[6], title[7], title[8], title[9], title[10])
    [all...]
amdgpu_vega20_ppt.c 1785 static const char *title[] = { local in function:vega20_get_power_profile_mode
1803 title[0], title[1], title[2], title[3], title[4], title[5],
1804 title[6], title[7], title[8], title[9], title[10])
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu10_hwmgr.c 1259 static const char *title[6] = {"NUM", local in function:smu10_get_power_profile_mode
1269 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0],
1270 title[1], title[2], title[3], title[4], title[5]);
amdgpu_vega20_hwmgr.c 3904 static const char *title[] = { local in function:vega20_get_power_profile_mode
3922 title[0], title[1], title[2], title[3], title[4], title[5],
3923 title[6], title[7], title[8], title[9], title[10])
    [all...]
amdgpu_vega10_hwmgr.c 4994 static const char *title[6] = {"NUM", local in function:vega10_get_power_profile_mode
5004 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0],
5005 title[1], title[2], title[3], title[4], title[5]);
amdgpu_smu7_hwmgr.c 4938 static const char *title[8] = {"NUM", local in function:smu7_get_power_profile_mode
4951 title[0], title[1], title[2], title[3],
4952 title[4], title[5], title[6], title[7]);
  /src/usr.sbin/lpr/lpd/
printjob.c 104 static char title[80]; /* ``pr'' title */ variable in typeref:typename:char[80]
371 * T -- "title" for pr
450 case 'T': /* header title for pr */
451 strlcpy(title, line+1, sizeof(title));
491 title[0] = '\0';
582 av[4] = *title ? title : " ";
596 "-h", *title ? title : " ", NULL)
    [all...]
  /src/usr.sbin/sysinst/
partitions.h 188 msg title; member in struct:disk_part_edit_column_desc
part_edit.c 939 msg_string(parts->pscheme->edit_columns[i].title));
1364 const char *title; local in function:select_part_scheme
1450 title = tmp;
1459 title = msg_string(hdr);
1461 ps_menu = new_menu(title, opt, used,
disks.c 2497 char *title; member in struct:part_selection_and_all_parts
2554 free(sel->title);
2555 sel->title = buf;
2566 m->title = sel->title;
2661 m = new_menu(data.title, men, __arraycount(men), 3, 2, 0, 65, MC_SCROLL,
2664 free(data.title);
  /src/games/rogue/
rogue.h 194 char title[MAX_ID_TITLE_LEN]; member in struct:id

Completed in 66 milliseconds