Home
last modified time | relevance | path

Searched refs:quota_objtype_getname (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/include/
H A Dquota.h57 const char *quota_objtype_getname(struct quotahandle *, int /*objtype*/);
/netbsd-src/lib/libquota/
H A DMakefile30 libquota.3 quota_objtype_getname.3 \
H A Dquota_schema.c151 quota_objtype_getname(struct quotahandle *qh, int objtype) in quota_objtype_getname() function
/netbsd-src/usr.sbin/quotarestore/
H A Dquotarestore.c176 objtypenames[i] = strdup(quota_objtype_getname(qh, i)); in maketables()