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 - 7
of
7
) 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[],
/src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl
6076
my $
psname
;
6094
$
psname
= $field[1];
6421
print("internalname $
psname
\n") if $
psname
;
/src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp
883
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
...]
/src/external/bsd/top/dist/machine/
m_irixsgi.c
266
char
psname
= pp->pr_sname;
local
268
switch (
psname
) {
Completed in 27 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026