Searched defs:newpath (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/tests/ |
H A D | check_and_open-tests.c | 93 char *newpath; local 97 newpath = malloc((newpath_length) * sizeof(char)); 98 fail_unless(newpath != NULL, "malloc failed"); 100 ret = snprintf(newpath, newpath_length, "%s%s", filename, SUFFIX); 105 ret = symlink(filename, newpath); 108 ret = check_file(newpath, uid, gid, S_IFREG|mode, 0, NULL, false); 109 unlink(newpath); 113 free(newpath); 120 char *newpath; local 124 newpath [all...] |
Completed in 5 milliseconds