OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_type
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/e2p/
ostype.c
23
* Convert an
os_type
to a string
25
char *e2p_os2string(int
os_type
)
30
if (
os_type
<= EXT2_OS_LITES)
31
os = os_tab[
os_type
];
42
* Convert an
os_type
to a string
e2p.h
61
char *e2p_os2string(int
os_type
);
/external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl
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")
[
all
...]
Completed in 31 milliseconds