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

/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c98 char *path_dhclient_pidfile; variable
366 path_dhclient_pidfile = optarg;
384 if (path_dhclient_pidfile == NULL) {
385 asprintf(&path_dhclient_pidfile,
387 if (path_dhclient_pidfile == NULL)
390 pidfile = pidfile_open(path_dhclient_pidfile, 0600, &otherpid);

Completed in 94 milliseconds