HomeSort by: relevance | last modified time | path
    Searched defs:ofe_userquotafile (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libquota/
quota_oldfiles.c 59 char *ofe_userquotafile; member in struct:oldfiles_fstabentry
141 ofe->ofe_userquotafile = ofe->ofe_groupquotafile = NULL;
155 ofe->ofe_userquotafile = strdup(s);
156 if (ofe->ofe_userquotafile == NULL) {
189 if (ofe->ofe_userquotafile != NULL) {
190 free(ofe->ofe_userquotafile);
280 file = ofe->ofe_userquotafile;
405 userquotafile = ofe->ofe_userquotafile;

Completed in 12 milliseconds