Searched refs:g_pname (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c48 static char *g_pname; variable
373 "\t -p pid\n", g_pname, g_pname);
383 (void) fprintf(stderr, "%s: ", g_pname);
414 (void) fprintf(stderr, "%s: ", g_pname);
463 (void) fprintf(stderr, "%s: vvvv D program vvvv\n", g_pname);
465 (void) fprintf(stderr, "%s: ^^^^ D program ^^^^\n", g_pname);
786 g_pname = basename(argv[0]);
787 argv[0] = g_pname; /* rewrite argv[0] for getopt errors */
810 "'%s'\n", g_pname, optar
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c87 static char *g_pname; variable
134 "\t[-i probe-id %s] [ args ... ]\n\n", g_pname,
183 (void) fprintf(stderr, "%s: ", g_pname);
222 (void) fprintf(stderr, "%s: ", g_pname);
886 (void) printf("%s: %s%s\n", g_pname, hdr, strlen(hdr) > 0 ? ":" : "");
889 (void) printf("%s: %20s => ", g_pname, #field); \
907 (void) printf("%s: %20s => %s\n", g_pname, #field, str);
910 (void) printf("%s: %20s => %lld\n", g_pname, #field, \
914 (void) printf("%s: %20s => %s\n", g_pname, #field, \
1265 g_pname
[all...]

Completed in 137 milliseconds