Searched defs:lic_data (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c1098 char *lic_data = load_file(lic_file_path, NULL); local
1099 if (lic_data != NULL) {
1100 fprintf(stdout, "Please read the following License Agreement carefully:\n\n%s\n", lic_data);
1101 free(lic_data);
1746 char *input, *lic_data = load_file(lic_file_path, NULL); local
1747 if (lic_data != NULL) {
1748 fprintf(stdout, "Please read the following License Agreement carefully:\n\n%s\n", lic_data);
1749 free(lic_data);

Completed in 35 milliseconds