Home
last modified time | relevance | path

Searched defs:oneof (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/quotaon/
H A Dquotaon.c184 oneof(char *target, char *list[], int cnt) in oneof() function
/freebsd-14.2/usr.sbin/repquota/
H A Drepquota.c284 oneof(char *target, char *list[], int cnt) in oneof() function
/freebsd-14.2/sbin/quotacheck/
H A Dquotacheck.c510 oneof(char *target, char *list[], int cnt) in oneof() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp156 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof() function