OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgdomain
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gettext/
gettext.c
139
char *
msgdomain
= NULL;
local in function:main
155
msgdomain
= estrdup(optarg);
165
free(
msgdomain
);
175
free(
msgdomain
);
184
free(
msgdomain
);
189
/*
msgdomain
can be passed as optional arg iff -s is not passed */
192
free(
msgdomain
);
193
msgdomain
= estrdup(argv[0]);
203
/*
msgdomain
can be passed as env var */
204
if (
msgdomain
== NULL)
[
all
...]
gettext.c
139
char *
msgdomain
= NULL;
local in function:main
155
msgdomain
= estrdup(optarg);
165
free(
msgdomain
);
175
free(
msgdomain
);
184
free(
msgdomain
);
189
/*
msgdomain
can be passed as optional arg iff -s is not passed */
192
free(
msgdomain
);
193
msgdomain
= estrdup(argv[0]);
203
/*
msgdomain
can be passed as env var */
204
if (
msgdomain
== NULL)
[
all
...]
Completed in 151 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025