OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:closef
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h
190
lua_CFunction
closef
; /* to close stream (NULL for closed streams) */
member in struct:luaL_Stream
/external/skia/third_party/lua/src/
lauxlib.h
190
lua_CFunction
closef
; /* to close stream (NULL for closed streams) */
member in struct:luaL_Stream
/external/syslinux/com32/lua/src/
lauxlib.h
190
lua_CFunction
closef
; /* to close stream (NULL for closed streams) */
member in struct:luaL_Stream
/external/selinux/libselinux/src/
label_backends_android.c
206
static void
closef
(struct selabel_handle *rec);
265
closef
(rec);
273
static void
closef
(struct selabel_handle *rec)
function
376
rec->func_close = &
closef
;
393
rec->func_close = &
closef
;
label_file.c
562
static void
closef
(struct selabel_handle *rec);
679
closef
(rec);
687
static void
closef
(struct selabel_handle *rec)
function
1014
rec->func_close = &
closef
;
Completed in 299 milliseconds