edquota.c | 102 xgrace:1, /* grace periods are per-id */ 852 time_t grace; local in function:readprivs 1004 } else if (!strncmp(text, "grace:", 6)) { 1007 /* grace: %llu */ 1009 if (timeprd(t, &grace) != 0) { 1015 if (grace != qv->qv_grace) { 1016 qv->qv_grace = grace; 1023 "grace time on this filesystem", 1146 char *soft, char *hard, char *grace, 1178 if (grace) { 1318 char *soft = NULL, *hard = NULL, *grace = NULL; local in function:main [all...] |