Searched refs:this_pid_len (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c1893 size_t this_pid_len;
1895 for (this_pid_len = 0; pid != 0; pid /= 10)
1896 this_pid_len++;
1908 pids_len += this_pid_len + strlen (", ");
1892 size_t this_pid_len; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c1907 size_t this_pid_len;
1909 for (this_pid_len = 0; pid != 0; pid /= 10)
1910 this_pid_len++;
1922 pids_len += this_pid_len + strlen (", ");
1906 size_t this_pid_len; local

Completed in 136 milliseconds