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.c1283 const char *explabel, *label; in main() local
1296 explabel = ctf_parent_label(g_fp); in main()
1298 if (explabel == NULL || label == NULL || in main()
1299 strcmp(explabel, label) != 0) { in main()
1302 if (explabel == NULL) in main()
1303 explabel = "<missing>"; in main()
1306 parent, argv[0], label, explabel); in main()