Searched refs:psname (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/games/larn/
H A Dconfig.c47 char psname[PSNAMESIZE] = "larn"; /* the process name */ variable
H A Dmain.c251 if (strcmp(psname, argv[0])) { /* if a different process name only */
252 if ((i = access(psname, 1)) < 0) { /* link not there */
253 if (link(argv[0], psname) >= 0) {
254 argv[0] = psname;
255 execv(psname, argv);
258 unlink(psname);
H A Dtok.c223 strlcpy(psname, i, PSNAMESIZE);
H A Dheader.h338 playerids[], optsfile[1024], psname[], savefilename[],
/netbsd-current/external/gpl2/groff/dist/src/utils/afmtodit/
H A Dafmtodit.pl6076 my $psname;
6094 $psname = $field[1];
6421 print("internalname $psname\n") if $psname;
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp883 const char *psname = sty.f->get_internal_name();
884 if (psname == 0)
892 char *tem = new char[strlen(psname) + 1 + INT_DIGITS + 1];
893 sprintf(tem, "%s@%d", psname, ei);
894 psname = tem;
898 psname = s;
902 psname = get_subfont(sty.sub, psname);
910 .put_literal_symbol(psname)
914 out.put_literal_symbol(psname)
[all...]
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_irixsgi.c266 char psname = pp->pr_sname; local
268 switch (psname) {

Completed in 118 milliseconds