Home | History | Annotate | Download | only in client

Lines Matching full:path_dhclient_db

53 const char *path_dhclient_db = NULL;
485 path_dhclient_db = argv[i];
678 if (!no_dhclient_db && (s = getenv("PATH_DHCLIENT_DB"))) {
679 path_dhclient_db = s;
708 if (path_dhclient_db[0] != '/') {
709 path_dhclient_db = absolute_path(path_dhclient_db);
3787 leaseFile = fopen (path_dhclient_db, "w");
3789 log_error ("can't create %s: %m", path_dhclient_db);
3982 leaseFile = fopen(path_dhclient_db, "w");
3984 log_error("can't create %s: %m", path_dhclient_db);
4027 leaseFile = fopen(path_dhclient_db, "w");
4029 log_error("can't create %s: %m", path_dhclient_db);
4186 leaseFile = fopen (path_dhclient_db, "w");
4188 log_error ("can't create %s: %m", path_dhclient_db);
5519 if (path_dhclient_db == NULL)
5520 path_dhclient_db = _PATH_DHCLIENT_DB;