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

/forgerock/web-agents-v4/source/
H A Dadmin.c311 static int am_cleanup_instance(const char *pth, const char *name) { argument
317 if (pth != NULL && name != NULL) {
318 FILE *fout, *fin = fopen(pth, "r");
320 am_asprintf(&p1, "%s_edit", pth);
329 strstr(pth, ".agents") != NULL ? "%s " : "%s", name);
340 if (copy_file(p1, pth) == AM_SUCCESS) {

Completed in 36 milliseconds