OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_close
(Results
1 - 2
of
2
) sorted by null
/external/fio/
gfio.c
796
static void
file_close
(GtkWidget *w, gpointer data)
function
[
all
...]
/external/elfutils/0.153/src/
ld.h
316
int (*
file_close
) (struct usedfiles *, struct ld_state *);
member in struct:callbacks
317
#define
FILE_CLOSE
(file, state) \
318
DL_CALL_FCT ((state)->callbacks.
file_close
, (file, state))
[
all
...]
Completed in 495 milliseconds