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

/freebsd-9.3-release/sbin/hastd/
H A Dhooks.c79 char hp_comm[PATH_MAX]; member in struct:hookproc
184 (void)strlcpy(hp->hp_comm, path, sizeof(hp->hp_comm));
187 (void)snprlcat(hp->hp_comm, sizeof(hp->hp_comm), " %s",
190 if (strlen(hp->hp_comm) >= sizeof(hp->hp_comm) - 1) {
270 pid, hp->hp_comm);
273 pid, WTERMSIG(status), hp->hp_comm);
277 hp->hp_comm);
[all...]

Completed in 50 milliseconds