Searched refs:ProgramName (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c75 char *ProgramName; /* name of program being executed */ variable
160 fprintf (stderr, "usage:\n %s [-options ...]\n\n", ProgramName);
180 ProgramName = argv[0];
242 ProgramName, XDisplayName (displayname));
266 if (!pix_font) pix_font = XGetDefault (dpy, ProgramName, "font");
267 if (!pix_font) pix_font = XGetDefault (dpy, ProgramName, "Font");
269 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "geometry");
270 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "Geometry");
273 source_geometry = XGetDefault (dpy, ProgramName, "source");
275 source_geometry = XGetDefault (dpy, ProgramName, "Sourc
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c296 ProgramName, badOption);
298 fprintf(stderr, "usage: %s", ProgramName);
299 col = 8 + strlen(ProgramName);
329 ProgramName);
338 fprintf(stderr, "usage:\n %s [-options ...]\n\n", ProgramName);
759 XrmParseCommand(&nameDB, nameTable, 1, ProgramName,
761 GetResource(nameDB, ProgramName, "*", "name", "Name", t_String,
773 XrmParseCommand(&cmdlineDB, cmdlineTable, cmdlineEntries, ProgramName,
794 GetResource(RDB, ProgramName, classname, "display", "Display", t_String,
796 GetResource(RDB, ProgramName, classnam
[all...]
H A Dxlock.h63 extern char *ProgramName;
H A Dxlock.c161 fprintf(stderr, "%s: %s failure: %s\n", ProgramName, pamfunc, \
169 char *ProgramName; /* argv[0] */ variable
232 fprintf(stderr, "%s: ", ProgramName);
475 ProgramName, event.type);
631 ProgramName, m->msg_style);
1179 ProgramName = strrchr(argv[0], '/');
1180 if (ProgramName)
1181 ProgramName++;
1183 ProgramName = argv[0];
1194 ProgramName, fontnam
[all...]
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c54 char *ProgramName; variable
76 ProgramName);
113 fprintf (stderr, "%s: no such window ", ProgramName);
161 ProgramName = argv[0];
208 ProgramName, XDisplayName (displayname));
224 ProgramName, argv[i]);

Completed in 83 milliseconds