Home
last modified time | relevance | path

Searched refs:end (Results 1 – 7 of 7) sorted by relevance

/support/
A Dxwrite.c27 const char *end = p + length; in xwrite() local
28 while (p < end) in xwrite()
30 ssize_t ret = write (fd, p, end - p); in xwrite()
A Dsupport_write_file_string.c28 const char *end = contents + strlen (contents); in support_write_file_string() local
29 for (const char *p = contents; p < end; ) in support_write_file_string()
31 ssize_t ret = write (fd, p, end - p); in support_write_file_string()
A Dsupport_copy_file_range.c98 char *end = buf + read_count; in support_copy_file_range() local
99 for (char *p = buf; p < end; ) in support_copy_file_range()
103 write_count = write (outfd, p, end - p); in support_copy_file_range()
105 write_count = pwrite64 (outfd, p, end - p, *poutoff); in support_copy_file_range()
A Dshell-container.c310 const char *start, *end; in run_command_string() local
347 end = cmdline; in run_command_string()
348 dprintf (stderr, "start<%s> end<%s>\n", start, end); in run_command_string()
349 args[ap] = (char *) xmalloc (end - start + 1); in run_command_string()
350 memcpy (args[ap], start, end - start); in run_command_string()
351 args[ap][end - start] = 0; in run_command_string()
A Dsupport_capture_subprocess.c144 char *end = buf + rdcount; in copy_and_spawn_sgid() local
145 while (p != end) in copy_and_spawn_sgid()
147 ssize_t wrcount = write (outfd, buf, end - p); in copy_and_spawn_sgid()
A Dsupport_descriptors.c137 struct procfs_descriptor *end = descriptor_list_end (&descrs->list); in support_descriptors_dump() local
139 d != end; ++d) in support_descriptors_dump()
A Dresolv_test.c805 const void *const end = buf + len; in read_fully() local
806 while (buf < end) in read_fully()
808 ssize_t ret = read (fd, buf, end - buf); in read_fully()
1105 char *end = current + sizeof (_res.defdname); in set_search_path() local
1114 size_t remaining = end - current; in set_search_path()

Completed in 14 milliseconds