OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closef
(Results
1 - 7
of
7
) sorted by null
/external/selinux/libselinux/src/
label_backends_android.c
208
static void
closef
(struct selabel_handle *rec);
267
closef
(rec);
275
static void
closef
(struct selabel_handle *rec)
function
378
rec->func_close = &
closef
;
395
rec->func_close = &
closef
;
label_file.c
709
static void
closef
(struct selabel_handle *rec);
836
closef
(rec);
844
static void
closef
(struct selabel_handle *rec)
function
1248
rec->func_close = &
closef
;
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c
127
#define isclosed(p) ((p)->
closef
== NULL)
170
p->
closef
= NULL; /* mark file handle as 'closed' */
178
lua_CFunction cf = p->
closef
;
179
p->
closef
= NULL; /* mark stream as closed */
213
p->
closef
= &io_fclose;
251
p->
closef
= &io_pclose;
637
p->
closef
= &io_noclose; /* keep file opened */
648
p->
closef
= &io_noclose;
/external/lua/src/
liolib.c
147
#define isclosed(p) ((p)->
closef
== NULL)
190
p->
closef
= NULL; /* mark file handle as 'closed' */
203
volatile lua_CFunction cf = p->
closef
;
204
p->
closef
= NULL; /* mark stream as closed */
243
p->
closef
= &io_fclose;
281
p->
closef
= &io_pclose;
747
p->
closef
= &io_noclose; /* keep file opened */
758
p->
closef
= &io_noclose;
lauxlib.h
195
lua_CFunction
closef
; /* to close stream (NULL for closed streams) */
member in struct:luaL_Stream
/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
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h
266
(void)
closef
((fp), (l)); \
Completed in 5358 milliseconds