OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psname
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/larn/
config.c
47
char
psname
[PSNAMESIZE] = "larn"; /* the process name */
variable
main.c
251
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
);
tok.c
223
strlcpy(
psname
, i, PSNAMESIZE);
header.h
338
playerids[], optsfile[1024],
psname
[], savefilename[],
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026