Searched refs:cp_new (Results 1 – 1 of 1) sorted by relevance
81 char *cp_new; in kstack_cleanup() local84 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) { in kstack_cleanup()92 *cp_new = ' '; in kstack_cleanup()93 cp_new++; in kstack_cleanup()96 *cp_new = '+'; in kstack_cleanup()97 cp_new++; in kstack_cleanup()102 *cp_new = *cp_old; in kstack_cleanup()103 cp_new++; in kstack_cleanup()106 *cp_new = '\0'; in kstack_cleanup()114 char *cp_new, *cp_loop, *cp_tofree, *cp_line; in kstack_cleanup_encoded() local[all …]