Searched refs:pzRcName (Results 1 – 4 of 4) sorted by relevance
156 size_t sz = strlen(res) + strlen(opts->pzRcName) + 2; in find_file_name()158 if ( snprintf(pzPath, sz, "%s/%s", res, opts->pzRcName) in find_file_name()
1022 size_t nln = strlen(opts->pzRcName) + 1; in intern_file_load()1030 memcpy(pz, opts->pzRcName, nln); in intern_file_load()
1134 prt_ini_list(opts->papzHomeList, opts->pzRcName, opts->pzProgPath); in prt_prog_detail()
618 char const * const pzRcName; member