OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fext
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/stdio/
sprintf.c
51
struct __sfileext
fext
;
local
53
_FILEEXT_SETUP(&f, &
fext
);
vsnprintf.c
45
struct __sfileext
fext
;
local
47
_FILEEXT_SETUP(&f, &
fext
);
vsprintf.c
49
struct __sfileext
fext
;
local
51
_FILEEXT_SETUP(&f, &
fext
);
vsscanf.c
49
struct __sfileext
fext
;
local
51
_FILEEXT_SETUP(&f, &
fext
);
fileext.h
67
#define _FILEEXT_SETUP(f,
fext
) \
69
(f)->_ext._base = (unsigned char *)(
fext
); \
snprintf.c
47
struct __sfileext
fext
;
local
57
_FILEEXT_SETUP(&f, &
fext
);
sscanf.c
53
struct __sfileext
fext
;
local
55
_FILEEXT_SETUP(&f, &
fext
);
vasprintf.c
30
struct __sfileext
fext
;
local
33
_FILEEXT_SETUP(&f, &
fext
);
/external/chromium/base/
file_util_unittest.cc
289
const std::wstring
fext
= file_util::GetFileExtensionFromPath(ext.path);
local
290
EXPECT_EQ(ext.extension,
fext
);
[
all
...]
Completed in 382 milliseconds