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

/solaris-x11-s12/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-s12/open-src/app/xlock/sun-src/
H A Dresource.c287 ProgramName, badOption);
289 fprintf(stderr, "usage: %s", ProgramName);
290 col = 8 + strlen(ProgramName);
320 ProgramName);
329 fprintf(stderr, "usage:\n %s [-options ...]\n\n", ProgramName);
738 XrmParseCommand(&nameDB, nameTable, 1, ProgramName,
740 GetResource(nameDB, ProgramName, "*", "name", "Name", t_String,
752 XrmParseCommand(&cmdlineDB, cmdlineTable, cmdlineEntries, ProgramName,
771 GetResource(RDB, ProgramName, classname, "display", "Display", t_String,
773 GetResource(RDB, ProgramName, classnam
[all...]
H A Dxlock.h68 extern char *ProgramName;
H A Dxlock.c165 fprintf(stderr, "%s: %s failure: %s\n", ProgramName, pamfunc, \
173 char *ProgramName; /* argv[0] */ variable
236 fprintf(stderr, "%s: ", ProgramName);
349 psiginfo(info, ProgramName);
502 ProgramName, event.type);
640 ProgramName, m->msg_style);
1142 ProgramName = strrchr(argv[0], '/');
1143 if (ProgramName)
1144 ProgramName++;
1146 ProgramName
[all...]

Completed in 16 milliseconds