OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_eloop
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/syscalls/lchown/
lchown03.c
48
static char
test_eloop
[PATH_MAX] = ".";
variable
56
{
test_eloop
, ELOOP},
105
SAFE_MKDIR(cleanup, "
test_eloop
", DIR_MODE);
106
SAFE_SYMLINK(cleanup, "../
test_eloop
", "
test_eloop
/
test_eloop
");
108
strcat(
test_eloop
, "/
test_eloop
");
/external/ltp/testcases/kernel/syscalls/rename/
rename11.c
52
#define ELOPFILE "/
test_eloop
"
62
static void
test_eloop
(void);
66
static void (*testfunc[])(void) = {
test_eloop
, test_erofs, test_emlink };
123
SAFE_MKDIR(cleanup, "
test_eloop
", 0644);
124
SAFE_SYMLINK(cleanup, "../
test_eloop
", "
test_eloop
/
test_eloop
");
144
static void
test_eloop
(void)
function
/external/wpa_supplicant_8/src/utils/
utils_module_tests.c
597
struct
test_eloop
{
struct
610
struct
test_eloop
*t = eloop_ctx;
634
struct
test_eloop
*t = eloop_ctx;
659
static void reopen_pipefd2(struct
test_eloop
*t)
692
struct
test_eloop
*t = eloop_ctx;
719
struct
test_eloop
*t = eloop_data;
735
struct
test_eloop
*t = eloop_data;
775
struct
test_eloop
*t;
Completed in 231 milliseconds