Searched refs:pid_and_counter (Results 1 – 1 of 1) sorted by relevance
1155 char pid_and_counter[20]; in subst_pcnt_f() local1162 snprintf(pid_and_counter, 20, "%d_%d", getpid(), counter++); in subst_pcnt_f()1163 snprintf(new_cmdline, 1024, colle->cmdline, pid_and_counter); in subst_pcnt_f()