OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rw_init
(Results
1 - 3
of
3
) sorted by null
/external/iputils/
tftpsubs.c
78
struct tftphdr *
rw_init
(int);
80
struct tftphdr *w_init() { return
rw_init
(0); } /* write-behind */
81
struct tftphdr *r_init() { return
rw_init
(1); } /* read-ahead */
85
struct tftphdr *
rw_init
(int x)
function
/external/libnfc-nci/src/nfc/int/
rw_int.h
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
754
rw_init
();
[
all
...]
Completed in 100 milliseconds