Home
last modified time | relevance | path

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

/src/sbin/dhclient/
H A Ddhclient.c109 static char *path_dhclient_pidfile; variable
407 path_dhclient_pidfile = optarg; in main()
425 if (path_dhclient_pidfile == NULL) { in main()
426 asprintf(&path_dhclient_pidfile, in main()
428 if (path_dhclient_pidfile == NULL) in main()
431 pidfile = pidfile_open(path_dhclient_pidfile, 0644, &otherpid); in main()