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

/bind-9.11.3/lib/dns/
H A Ddst_api.c113 const char *dirname, const char *ofilename,
1953 const char *ofilename, const char *suffix)
1955 int olen = strlen(ofilename);
1958 if (olen > 1 && ofilename[olen - 1] == '.')
1960 else if (olen > 8 && strcmp(ofilename + olen - 8, ".private") == 0)
1962 else if (olen > 4 && strcmp(ofilename + olen - 4, ".key") == 0)
1966 n = snprintf(filename, len, "%.*s%s", olen, ofilename, suffix);
1969 odirname, olen, ofilename, suffix);
1952 addsuffix(char *filename, int len, const char *odirname, const char *ofilename, const char *suffix) argument

Completed in 17 milliseconds