Searched defs:creat_object (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c320 int creat_object(char *path1, char *_path2, char *_path3);
355 READLINK, 1, EINVAL, 29, creat_object, ck_object, {
375 LSTAT, 0, 0, 30, creat_object, ck_object, {
383 LSTAT_64, 0, 0, 30, creat_object, ck_object, {
678 int creat_object(char *path1, char *_path2, char *_path3) function
703 #define creat_object(p1) creat_object(p1, NULL, NULL) macro
718 else if (creat_object(path3) == -1)

Completed in 78 milliseconds