Searched refs:path_dhclient_db (Results 1 – 3 of 3) sorted by relevance
71 char *path_dhclient_db = NULL; variable294 path_dhclient_db = optarg; in main()406 if (path_dhclient_db == NULL && asprintf(&path_dhclient_db, "%s.%s", in main()460 if ((fd = open(path_dhclient_db, O_RDONLY|O_EXLOCK|O_CREAT, 0)) == -1) in main()461 error("can't open and lock %s: %m", path_dhclient_db); in main()463 if ((leaseFile = fopen(path_dhclient_db, "w")) == NULL) in main()464 error("can't open %s: %m", path_dhclient_db); in main()
112 new_parse(path_dhclient_db); in read_client_leases()116 if ((cfile = fopen(path_dhclient_db, "r")) == NULL) in read_client_leases()
279 extern char *path_dhclient_db;