Home
last modified time | relevance | path

Searched refs:explabel (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c1277 const char *explabel, *label; in main() local
1290 explabel = ctf_parent_label(g_fp); in main()
1292 if (explabel == NULL || label == NULL || in main()
1293 strcmp(explabel, label) != 0) { in main()
1296 if (explabel == NULL) in main()
1297 explabel = "<missing>"; in main()
1300 parent, argv[0], label, explabel); in main()