Searched refs:QOP_NUM_FILE (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c25 static const char QOP_NUM_FILE[] = "/etc/gss/qop"; variable
52 if (stat(QOP_NUM_FILE, &stbuf) != 0 || stbuf.st_mtime < last) {
60 fp = fopen(QOP_NUM_FILE, "rF");

Completed in 12 milliseconds