Searched refs:os_type (Results 1 – 4 of 4) sorted by relevance
42 my $os_type = &get_os_type;43 my $unixish = (($os_type ne "WIN") && ($os_type ne "MAC"));44 my $path_sep = ($os_type eq "MAC") ? ":" : "/";45 my $win_sep = ($os_type eq "WIN")? &get_win_sep : "";46 my $redirect_command = ($os_type ne "MAC") ? " 2>&1" : "";66 my $opt_exit_munge = ($os_type ne "MAC") ? 1 : 0;75 if ($os_type eq "MAC") {315 "OS type: $os_type<br>\n");436 if ($os_type eq "MAC") {629 if ($os_type eq "WIN") {[all …]
25 char *e2p_os2string(int os_type) in e2p_os2string() argument30 if (os_type <= EXT2_OS_LITES) in e2p_os2string()31 os = os_tab[os_type]; in e2p_os2string()
56 char *e2p_os2string(int os_type);
1355 and os_type: e2p_os2string() and e2p_string2os(), and used them to