Searched refs:target (Results 1 – 5 of 5) sorted by relevance
/support/ |
A D | xsymlink.c | 25 xsymlink (const char *target, const char *linkpath) in xsymlink() argument 27 if (symlink (target, linkpath) < 0) in xsymlink() 28 FAIL_EXIT1 ("symlink (\"%s\", \"%s\")", target, linkpath); in xsymlink()
|
A D | blob_repeat.c | 44 memcpy (target, element, element_size); in fill0() 45 target += element_size; in fill0() 59 memset (target, element[0], count); in fill() 79 target += copy_bytes; in fill() 156 if (target == MAP_FAILED) in allocate_big() 191 xmunmap (target, total_size); in allocate_big() 196 if (ptr != target) in allocate_big() 208 if (ptr != target) in allocate_big() 216 char *current = target; in allocate_big() 235 xmunmap (target, total_size); in allocate_big() [all …]
|
A D | support_capture_subprocess.c | 204 gid_t target = 0; in support_capture_subprogram_self_sgid() local 220 target = groups[i]; in support_capture_subprogram_self_sgid() 225 if (target == 0) in support_capture_subprogram_self_sgid() 229 return copy_and_spawn_sgid (child_id, target); in support_capture_subprogram_self_sgid()
|
A D | support_descriptors.c | 95 char *target; in support_descriptors_list() local 98 target = xreadlink (path); in support_descriptors_list() 109 item->link_target = target; in support_descriptors_list()
|
A D | xunistd.h | 60 void xsymlink (const char *target, const char *linkpath);
|
Completed in 9 milliseconds