OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randfd
(Results
1 - 3
of
3
) sorted by null
/external/ltp/utils/ffsb-6.0-rc2/
rand.c
35
static int
randfd
= -1;
variable
40
if (
randfd
> 0)
41
close(
randfd
);
50
got = read(
randfd
, state->mt, state->size);
115
if ((
randfd
< 0) && (
randfd
= open(RANDSRC, O_RDONLY)) < 0) {
/external/dnsmasq/src/
dnsmasq.h
321
struct
randfd
{
struct
380
struct
randfd
*rfd4;
382
struct
randfd
*rfd6;
634
struct
randfd
*rfd_save; /* " " */
636
struct
randfd
randomsocks[RANDOM_SOCKS];
forward.c
25
static struct
randfd
*allocate_rfd(int family);
911
static struct
randfd
*allocate_rfd(int family)
Completed in 3290 milliseconds