Searched refs:oneof (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/quotaon/ |
H A D | quotaon.c | 57 static int oneof(char *, char *[], int); 112 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || in main() 113 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) { in main() 172 oneof(char *target, char *list[], int cnt) in oneof() function
|
/freebsd/usr.sbin/repquota/ |
H A D | repquota.c | 89 int oneof(char *, char *[], int); 160 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || in main() 161 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) { in main() 272 oneof(char *target, char *list[], int cnt) in oneof() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 156 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof() function 206 return oneof<R_PLT, R_PLT_PC, R_PLT_GOTREL, R_PLT_GOTPLT, R_GOTPLT_GOTREL, in needsPlt() 212 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot() 221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr() 987 if (oneof<R_GOTPLT, R_GOT_OFF, R_RELAX_HINT, R_MIPS_GOT_LOCAL_PAGE, in isStaticLinkTimeConstant() 1144 if (oneof<R_GOT, R_LOONGARCH_GOT>(expr) || in processAux() 1313 oneof<R_LOONGARCH_TLSDESC_PAGE_PC, R_TLSDESC, R_TLSDESC_PC, in handleTlsRelocation() 1324 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 1361 if (oneof<R_TLSLD_GOT, R_TLSLD_GOTPLT, R_TLSLD_PC, R_TLSLD_HINT>(expr)) { in handleTlsRelocation() 1392 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() [all …]
|
/freebsd/sbin/quotacheck/ |
H A D | quotacheck.c | 114 int oneof(char *, char*[], int); 193 if (((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || in main() 194 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) && in main() 494 oneof(char *target, char *list[], int cnt) 498 oneof(char *target, char *list[], int cnt) oneof() function
|