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 };
120
SAFE_MKDIR(cleanup, "
test_eloop
", 0644);
121
SAFE_SYMLINK(cleanup, "../
test_eloop
", "
test_eloop
/
test_eloop
");
141
static void
test_eloop
(void)
function
/external/wpa_supplicant_8/src/utils/
utils_module_tests.c
598
struct
test_eloop
{
struct
611
struct
test_eloop
*t = eloop_ctx;
635
struct
test_eloop
*t = eloop_ctx;
660
static void reopen_pipefd2(struct
test_eloop
*t)
693
struct
test_eloop
*t = eloop_ctx;
720
struct
test_eloop
*t = eloop_data;
736
struct
test_eloop
*t = eloop_data;
776
struct
test_eloop
*t;
Completed in 108 milliseconds