Home
last modified time | relevance | path

Searched refs:current (Results 1 – 4 of 4) sorted by relevance

/support/
A Dsupport_descriptors.c154 struct support_descriptors *current) in dump_mismatch() argument
165 support_descriptors_dump (current, " ", stdout); in dump_mismatch()
172 struct support_descriptors *current, in report_closed_descriptor() argument
176 dump_mismatch (first, descrs, current); in report_closed_descriptor()
183 struct support_descriptors *current, in report_opened_descriptor() argument
187 dump_mismatch (first, descrs, current); in report_opened_descriptor()
216 dump_mismatch (&first, descrs, current); in support_descriptors_check()
225 dump_mismatch (&first, descrs, current); in support_descriptors_check()
237 dump_mismatch (&first, descrs, current); in support_descriptors_check()
263 report_closed_descriptor (&first, descrs, current, left); in support_descriptors_check()
[all …]
A Dblob_repeat.c216 char *current = target; in allocate_big() local
230 void *ptr = mmap (current, to_map, PROT_READ | PROT_WRITE, in allocate_big()
240 if (ptr != current) in allocate_big()
244 current += to_map; in allocate_big()
A Dsupport_capture_subprocess.c215 gid_t current = getgid (); in support_capture_subprogram_self_sgid() local
218 if (groups[i] != current) in support_capture_subprogram_self_sgid()
A Dresolv_test.c1104 char *current = _res.defdname; in set_search_path() local
1105 char *end = current + sizeof (_res.defdname); in set_search_path()
1114 size_t remaining = end - current; in set_search_path()
1116 memcpy (current, config.search[i], length); in set_search_path()
1117 _res.dnsrch[i] = current; in set_search_path()
1118 current += length; in set_search_path()

Completed in 11 milliseconds