Home
last modified time | relevance | path

Searched refs:stat_pid (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
HDlinux-osdata.c138 PID_T stat_pid; in command_from_pid() local
139 int items_read = fscanf (fp, "%lld %32s", &stat_pid, cmd); in command_from_pid()
141 if (items_read == 2 && pid == stat_pid) in command_from_pid()