HomeSort by: relevance | last modified time | path
    Searched defs:tz_menu (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/sysinst/
util.c 1783 static menu_ent *tz_menu; local in function:tzm_set_names
1790 if (tz_menu == NULL)
1791 tz_menu = calloc(maxfiles, sizeof *tz_menu);
1794 if (tz_menu == NULL || tz_names == NULL)
1803 tz_menu[0].opt_name = msg_string(MSG_tz_back);
1804 tz_menu[0].opt_action = set_tz_back;
1816 p = realloc(tz_menu,
1817 2 * maxfiles * sizeof *tz_menu);
1820 tz_menu = p
    [all...]
util.c 1783 static menu_ent *tz_menu; local in function:tzm_set_names
1790 if (tz_menu == NULL)
1791 tz_menu = calloc(maxfiles, sizeof *tz_menu);
1794 if (tz_menu == NULL || tz_names == NULL)
1803 tz_menu[0].opt_name = msg_string(MSG_tz_back);
1804 tz_menu[0].opt_action = set_tz_back;
1816 p = realloc(tz_menu,
1817 2 * maxfiles * sizeof *tz_menu);
1820 tz_menu = p
    [all...]
util.c 1783 static menu_ent *tz_menu; local in function:tzm_set_names
1790 if (tz_menu == NULL)
1791 tz_menu = calloc(maxfiles, sizeof *tz_menu);
1794 if (tz_menu == NULL || tz_names == NULL)
1803 tz_menu[0].opt_name = msg_string(MSG_tz_back);
1804 tz_menu[0].opt_action = set_tz_back;
1816 p = realloc(tz_menu,
1817 2 * maxfiles * sizeof *tz_menu);
1820 tz_menu = p
    [all...]
util.c 1783 static menu_ent *tz_menu; local in function:tzm_set_names
1790 if (tz_menu == NULL)
1791 tz_menu = calloc(maxfiles, sizeof *tz_menu);
1794 if (tz_menu == NULL || tz_names == NULL)
1803 tz_menu[0].opt_name = msg_string(MSG_tz_back);
1804 tz_menu[0].opt_action = set_tz_back;
1816 p = realloc(tz_menu,
1817 2 * maxfiles * sizeof *tz_menu);
1820 tz_menu = p
    [all...]

Completed in 44 milliseconds