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

/freebsd-10.1-release/usr.sbin/rarpd/
H A Drarpd.c103 static char pidfile_buf[PATH_MAX]; variable
168 strncpy(pidfile_buf, optarg, sizeof(pidfile_buf) - 1);
169 pidfile_buf[sizeof(pidfile_buf) - 1] = '\0';
170 pidfile = pidfile_buf;
197 snprintf(pidfile_buf, sizeof(pidfile_buf) - 1,
199 pidfile_buf[sizeof(pidfile_buf)
[all...]

Completed in 39 milliseconds