Searched defs:ProgramName (Results 1 - 3 of 3) sorted by relevance

/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]);
/solaris-x11-s11/open-src/app/xlock/sun-src/
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/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...]

Completed in 16 milliseconds