Searched refs:current (Results 1 – 4 of 4) sorted by relevance
/support/ |
A D | support_descriptors.c | 154 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 D | blob_repeat.c | 216 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 D | support_capture_subprocess.c | 215 gid_t current = getgid (); in support_capture_subprogram_self_sgid() local 218 if (groups[i] != current) in support_capture_subprogram_self_sgid()
|
A D | resolv_test.c | 1104 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