Searched refs:new_suffix (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/virt/tests/ |
D | multicast.py | 69 new_suffix = suffix + i 70 mcast = "%s.%d" % (prefix, new_suffix)
|
/external/elfutils/src/ |
D | objdump.c | 306 char new_suffix[suffix_len + 2]; in handle_ar() local 317 cp = new_suffix; in handle_ar() 334 new_suffix); in handle_ar() 337 new_suffix); in handle_ar() 341 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
|
D | nm.c | 431 char new_suffix[suffix_len + 2]; in handle_ar() local 442 cp = new_suffix; in handle_ar() 498 new_suffix); in handle_ar() 501 new_suffix); in handle_ar() 505 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
|
D | elflint.c | 266 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; in process_file() local 274 strcpy (stpcpy (new_suffix, suffix), ")"); in process_file() 277 new_suffix[0] = '\0'; in process_file() 291 process_file (fd, subelf, new_prefix, new_suffix, in process_file()
|