OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tz_names
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/sysinst/
util.c
1784
static char **
tz_names
;
local in function:tzm_set_names
1792
if (
tz_names
== NULL)
1793
tz_names
= malloc(maxfiles * sizeof *
tz_names
);
1794
if (tz_menu == NULL ||
tz_names
== NULL)
1797
free(
tz_names
[--nfiles]);
1802
tz_names
[0] = 0;
1823
p = realloc(
tz_names
,
1824
2 * maxfiles * sizeof *
tz_names
);
1827
tz_names
= p
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025