OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gProgramName
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSPosix/
Client.c
37
static const char *
gProgramName
= ProgramName;
84
gProgramName
);
92
gProgramName
);
106
gProgramName
);
124
// Set
gProgramName
to the last path component of argv[0]
126
gProgramName
= strrchr(argv[0], '/');
127
if (
gProgramName
== NULL) {
128
gProgramName
= argv[0];
130
gProgramName
+= 1;
144
gProgramName
);
[
all
...]
Responder.c
53
static const char *
gProgramName
= ProgramName;
139
gProgramName
);
145
fprintf(stderr, "%s: Service name can't be empty\n",
gProgramName
);
164
gProgramName
);
172
gProgramName
);
191
gProgramName
);
213
gProgramName
);
251
// Set
gProgramName
to the last path component of argv[0]
253
gProgramName
= strrchr(argv[0], '/');
254
if (
gProgramName
== NULL)
[
all
...]
Completed in 182 milliseconds