OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_init
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGenCXX/
cxx11-thread-local-reference.cpp
15
// CHECK: define {{.*}} @[[
R_INIT
:.*]]()
31
// CHECK: call void @[[
R_INIT
]]()
/external/iputils/
tftp.h
86
extern struct tftphdr *
r_init
(void);
tftpsubs.c
81
struct tftphdr *
r_init
() { return rw_init(1); } /* read-ahead */
function
tftpd.c
358
dp =
r_init
();
/external/curl/tests/server/
tftpd.c
269
static struct tftphdr *
r_init
(void);
445
static struct tftphdr *
r_init
(void)
function
1212
sdp =
r_init
();
[
all
...]
Completed in 936 milliseconds