| /openbsd/src/usr.sbin/quotaon/ |
| D | quotaon.c | 58 int oneof(char *target, char *list[], int cnt); 122 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || in main() 123 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) { in main() 182 oneof(char *target, char *list[], int cnt) in oneof() function
|
| /openbsd/src/usr.sbin/repquota/ |
| D | repquota.c | 70 int oneof(char *, char *[], int); 135 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || in main() 136 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) { in main() 241 oneof(char *target, char *list[], int cnt) in oneof() function
|
| /openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/ |
| D | cxx_proto.proto | 52 oneof rvalue_oneof { 77 oneof stmt_oneof {
|
| D | cxx_loop_proto.proto | 56 oneof rvalue_oneof {
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Relocations.cpp | 143 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof() function 193 return oneof<R_PLT, R_PLT_PC, R_PLT_GOTPLT, R_PPC32_PLTREL, R_PPC64_CALL_PLT>( in needsPlt() 201 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot() 209 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL, in isRelExpr() 965 if (oneof<R_GOTPLT, R_GOT_OFF, R_RELAX_HINT, R_MIPS_GOT_LOCAL_PAGE, in isStaticLinkTimeConstant() 1255 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 1286 if (oneof<R_TLSLD_GOT, R_TLSLD_GOTPLT, R_TLSLD_PC, R_TLSLD_HINT>( in handleTlsRelocation() 1317 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 1338 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF, in handleTlsRelocation() 1435 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_PLT_GOTPLT, in scanOne() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genautomata.c | 588 struct oneof_regexp oneof; member 1027 &(_regexp)->regexp.oneof; })) 1090 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof) 1628 regexp_t oneof; in gen_regexp_oneof() local 1638 oneof = create_node (sizeof (struct regexp) in gen_regexp_oneof() 1640 oneof->mode = rm_oneof; in gen_regexp_oneof() 1641 REGEXP_ONEOF (oneof)->regexps_num = els_num; in gen_regexp_oneof() 1643 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]); in gen_regexp_oneof() 1644 return oneof; in gen_regexp_oneof() 4545 regexp_t oneof = NULL; in transform_2() local [all …]
|
| D | rtl.def | 1100 regexp = regexp "," oneof 1101 | oneof 1103 oneof = oneof "|" allof
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | genautomata.c | 959 struct oneof_regexp oneof; member 1383 &(_regexp)->regexp.oneof; })) 1450 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof) 1974 regexp_t oneof; local 1984 oneof = create_node (sizeof (struct regexp) 1986 oneof->mode = rm_oneof; 1987 REGEXP_ONEOF (oneof)->regexps_num = els_num; 1989 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]); 1990 return oneof; 4830 regexp_t oneof = NULL; local [all …]
|
| D | rtl.def | 451 regexp = regexp "," oneof 452 | oneof 454 oneof = oneof "|" allof
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | itanium1.md | 152 regexp = regexp "," oneof 153 | oneof 155 oneof = oneof "|" allof
|
| D | itanium2.md | 150 regexp = regexp "," oneof 151 | oneof 153 oneof = oneof "|" allof
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.md | 437 regexp = regexp "," oneof 438 | oneof 440 oneof = oneof "|" allof
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | md.texi | 5635 regexp = regexp "," oneof 5636 | oneof 5638 oneof = oneof "|" allof
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | md.texi | 6835 regexp = regexp "," oneof 6836 | oneof 6838 oneof = oneof "|" allof
|
| D | gccint.info | 18237 regexp = regexp "," oneof 18238 | oneof 18240 oneof = oneof "|" allof
|