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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-procfs.c241 const char *comm_val; local
252 comm_val = fgets (comm_buf, sizeof (comm_buf), comm_file.get ());
254 if (comm_val != NULL)
269 return comm_val;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-procfs.c241 const char *comm_val; local
252 comm_val = fgets (comm_buf, sizeof (comm_buf), comm_file.get ());
254 if (comm_val != NULL)
269 return comm_val;

Completed in 226 milliseconds