| /trueos/contrib/gcc/ |
| HD | opt-functions.awk | 22 function flag_set_p(regex, flags) 24 return (" " flags " ") ~ (" " regex " ") 29 function test_flag(regex, flags, string) 31 if (flag_set_p(regex, flags)) 38 function opt_args(name, flags) 40 flags = " " flags 41 if (flags !~ " " name "\\(") 43 sub(".* " name "\\(", "", flags) 44 sub("\\).*", "", flags) 46 return flags [all …]
|
| HD | tree-pretty-print.c | 115 print_generic_decl (FILE *file, tree decl, int flags) in print_generic_decl() argument 118 print_declaration (&buffer, decl, 2, flags); in print_generic_decl() 126 print_generic_stmt (FILE *file, tree t, int flags) in print_generic_stmt() argument 129 dump_generic_node (&buffer, t, 0, flags, true); in print_generic_stmt() 138 print_generic_stmt_indented (FILE *file, tree t, int flags, int indent) in print_generic_stmt_indented() argument 146 dump_generic_node (&buffer, t, indent, flags, true); in print_generic_stmt_indented() 154 print_generic_expr (FILE *file, tree t, int flags) in print_generic_expr() argument 157 dump_generic_node (&buffer, t, 0, flags, false); in print_generic_expr() 164 dump_decl_name (pretty_printer *buffer, tree node, int flags) in dump_decl_name() argument 170 if ((flags & TDF_UID) in dump_decl_name() [all …]
|
| /trueos/tools/regression/lib/libc/gen/ |
| HD | test-fnmatch.c | 40 int flags; member 184 flags_to_string(int flags) in flags_to_string() argument 198 if (flags & flagvalues[i]) { in flags_to_string() 203 flags &= ~flagvalues[i]; in flags_to_string() 209 else if (flags != 0) in flags_to_string() 210 sprintf(p, "%d", flags); in flags_to_string() 241 if (t->flags == 0 && strcmp(t->pattern, "\\") == 0) in write_sh_tests() 243 if (num == 1 && t->flags == 0) in write_sh_tests() 247 if (num == 2 && (t->flags == FNM_NOESCAPE || in write_sh_tests() 248 (t->flags == 0 && strchr(t->pattern, '\\') == NULL))) in write_sh_tests() [all …]
|
| /trueos/contrib/gcc/cp/ |
| HD | error.c | 107 dump_scope (tree scope, int flags) in dump_scope() argument 109 int f = ~TFF_RETURN_TYPE & (flags & (TFF_SCOPE | TFF_CHASE_TYPEDEF)); in dump_scope() 127 else if ((flags & TFF_SCOPE) && TREE_CODE (scope) == FUNCTION_DECL) in dump_scope() 137 dump_template_argument (tree arg, int flags) in dump_template_argument() argument 140 dump_type (arg, flags & ~TFF_CLASS_KEY_OR_ENUM); in dump_template_argument() 142 dump_expr (arg, (flags | TFF_EXPR_IN_PARENS) & ~TFF_CLASS_KEY_OR_ENUM); in dump_template_argument() 149 dump_template_argument_list (tree args, int flags) in dump_template_argument_list() argument 159 dump_template_argument (TREE_VEC_ELT (args, i), flags); in dump_template_argument_list() 167 dump_template_parameter (tree parm, int flags) in dump_template_parameter() argument 180 if (flags & TFF_DECL_SPECIFIERS) in dump_template_parameter() [all …]
|
| /trueos/lib/libc/stdio/ |
| HD | printf-pos.c | 140 addsarg(struct typetable *types, int flags) in addsarg() argument 145 if (flags & INTMAXT) in addsarg() 147 else if (flags & SIZET) in addsarg() 149 else if (flags & PTRDIFFT) in addsarg() 151 else if (flags & LLONGINT) in addsarg() 153 else if (flags & LONGINT) in addsarg() 161 adduarg(struct typetable *types, int flags) in adduarg() argument 166 if (flags & INTMAXT) in adduarg() 168 else if (flags & SIZET) in adduarg() 170 else if (flags & PTRDIFFT) in adduarg() [all …]
|
| HD | vfwscanf.c | 302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, in parseint() argument 311 flags |= SIGNOK | NDIGITS | NZDIGITS; in parseint() 333 flags |= PFXOK; in parseint() 335 if (flags & NZDIGITS) in parseint() 336 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in parseint() 338 flags &= ~(SIGNOK|PFXOK|NDIGITS); in parseint() 345 flags &= ~(SIGNOK | PFXOK | NDIGITS); in parseint() 353 flags &= ~(SIGNOK | PFXOK | NDIGITS); in parseint() 364 flags &= ~(SIGNOK | PFXOK | NDIGITS); in parseint() 369 if (flags & SIGNOK) { in parseint() [all …]
|
| /trueos/contrib/apr/ |
| HD | apr-config.in | 62 --cflags print C compiler flags 63 --cppflags print C preprocessor flags 65 --ldflags print linker flags 100 flags="" 124 flags="$includedir" 126 flags="$APR_SOURCE_DIR/include" 129 flags="$APR_BUILD_DIR/include $APR_SOURCE_DIR/include" 131 echo $flags 143 flags="$flags $CFLAGS" 146 flags="$flags $CPPFLAGS" [all …]
|
| /trueos/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| HD | no_host_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 4 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 5 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 7 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv echo 8 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv echo 9 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv echo 10 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv echo 11 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv echo [all …]
|
| HD | basics_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http 10 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 11 ai2: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 12 ai3: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http [all …]
|
| HD | no_host_v4.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv echo 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv echo 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv echo 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv tftp 10 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv tftp 11 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv tftp 13 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv 80 [all …]
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | ispell | 17 >2 leshort 0x00 8-bit, no capitalization, 26 flags 18 >2 leshort 0x01 7-bit, no capitalization, 26 flags 19 >2 leshort 0x02 8-bit, capitalization, 26 flags 20 >2 leshort 0x03 7-bit, capitalization, 26 flags 21 >2 leshort 0x04 8-bit, no capitalization, 52 flags 22 >2 leshort 0x05 7-bit, no capitalization, 52 flags 23 >2 leshort 0x06 8-bit, capitalization, 52 flags 24 >2 leshort 0x07 7-bit, capitalization, 52 flags 25 >2 leshort 0x08 8-bit, no capitalization, 128 flags 26 >2 leshort 0x09 7-bit, no capitalization, 128 flags [all …]
|
| /trueos/sys/kern/ |
| HD | subr_scanf.c | 110 int flags; /* flags as defined above */ in vsscanf() local 143 flags = 0; in vsscanf() 161 flags |= SUPPRESS; in vsscanf() 164 if (flags & LONG){ in vsscanf() 165 flags &= ~LONG; in vsscanf() 166 flags |= QUAD; in vsscanf() 168 flags |= LONG; in vsscanf() 172 flags |= QUAD; in vsscanf() 175 if (flags & SHORT){ in vsscanf() 176 flags &= ~SHORT; in vsscanf() [all …]
|
| HD | subr_bus_dma.c | 62 int flags) in _bus_dmamap_load_vlist() argument 70 flags, NULL, nsegs); in _bus_dmamap_load_vlist() 82 bus_dma_segment_t *list, int sglist_cnt, int *nsegs, int flags) in _bus_dmamap_load_plist() argument 89 (vm_paddr_t)list->ds_addr, list->ds_len, flags, NULL, in _bus_dmamap_load_plist() 102 struct mbuf *m0, bus_dma_segment_t *segs, int *nsegs, int flags) in _bus_dmamap_load_mbuf_sg() argument 111 m->m_len, kernel_pmap, flags | BUS_DMA_LOAD_MBUF, in _bus_dmamap_load_mbuf_sg() 116 __func__, dmat, flags, error, *nsegs); in _bus_dmamap_load_mbuf_sg() 125 int *nsegs, int flags) in _bus_dmamap_load_bio() argument 131 bio->bio_bcount, kernel_pmap, flags, NULL, nsegs); in _bus_dmamap_load_bio() 134 bio->bio_bcount, bio->bio_ma_offset, flags, NULL, nsegs); in _bus_dmamap_load_bio() [all …]
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | zutil.c | 39 uLong flags; in zlibCompileFlags() local 41 flags = 0; in zlibCompileFlags() 44 case 4: flags += 1; break; in zlibCompileFlags() 45 case 8: flags += 2; break; in zlibCompileFlags() 46 default: flags += 3; in zlibCompileFlags() 50 case 4: flags += 1 << 2; break; in zlibCompileFlags() 51 case 8: flags += 2 << 2; break; in zlibCompileFlags() 52 default: flags += 3 << 2; in zlibCompileFlags() 56 case 4: flags += 1 << 4; break; in zlibCompileFlags() 57 case 8: flags += 2 << 4; break; in zlibCompileFlags() [all …]
|
| /trueos/contrib/gcclibs/libcpp/ |
| HD | directives-only.c | 44 unsigned flags; in _cpp_preprocess_dir_only() local 61 flags = DO_BOL; in _cpp_preprocess_dir_only() 87 if (__builtin_expect (last_c == '#', false) && !(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only() 89 if (c != '#' && (flags & DO_BOL)) in _cpp_preprocess_dir_only() 120 flags &= ~DO_BOL; in _cpp_preprocess_dir_only() 124 && !(flags & DO_SPECIAL) && c != '*' && c != '/') in _cpp_preprocess_dir_only() 128 flags &= ~DO_BOL; in _cpp_preprocess_dir_only() 135 if ((flags & DO_BLOCK_COMMENT) && last_c == '*') in _cpp_preprocess_dir_only() 137 flags &= ~DO_BLOCK_COMMENT; in _cpp_preprocess_dir_only() 140 else if (!(flags & DO_SPECIAL) && last_c == '/') in _cpp_preprocess_dir_only() [all …]
|
| /trueos/contrib/compiler-rt/BlocksRuntime/ |
| HD | runtime.c | 285 static void *_Block_copy_internal(const void *arg, const int flags) { in _Block_copy_internal() argument 287 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE; in _Block_copy_internal() 295 if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_copy_internal() 297 latching_incr_int(&aBlock->flags); in _Block_copy_internal() 300 else if (aBlock->flags & BLOCK_IS_GC) { in _Block_copy_internal() 302 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) { in _Block_copy_internal() 308 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_copy_internal() 318 result->flags &= ~(BLOCK_REFCOUNT_MASK); // XXX not needed in _Block_copy_internal() 319 result->flags |= BLOCK_NEEDS_FREE | 1; in _Block_copy_internal() 321 if (result->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal() [all …]
|
| /trueos/sys/i386/ibcs2/ |
| HD | ibcs2_fcntl.c | 58 cvt_o_flags(flags) in cvt_o_flags() argument 59 int flags; in cvt_o_flags() 64 if (flags & IBCS2_O_WRONLY) r |= O_WRONLY; 65 if (flags & IBCS2_O_RDWR) r |= O_RDWR; 66 if (flags & (IBCS2_O_NDELAY | IBCS2_O_NONBLOCK)) r |= O_NONBLOCK; 67 if (flags & IBCS2_O_APPEND) r |= O_APPEND; 68 if (flags & IBCS2_O_SYNC) r |= O_FSYNC; 69 if (flags & IBCS2_O_CREAT) r |= O_CREAT; 70 if (flags & IBCS2_O_TRUNC) r |= O_TRUNC /* | O_CREAT ??? */; 71 if (flags & IBCS2_O_EXCL) r |= O_EXCL; [all …]
|
| /trueos/contrib/sendmail/libsm/ |
| HD | vfscanf.c | 120 register int flags; /* flags as defined above */ local 184 flags = 0; 205 flags |= SUPPRESS; 208 flags |= SHORT; 214 flags |= QUAD; 218 flags |= LONG; 222 flags |= QUAD; 239 flags |= LONG; 254 flags |= LONG; 270 flags |= PFXOK; /* enable 0x prefixing */ [all …]
|
| /trueos/usr.sbin/jail/ |
| HD | state.c | 41 static void dep_add(struct cfjail *from, struct cfjail *to, unsigned flags); 45 static int running_jid(const char *name, int flags); 76 j->flags |= JF_FAILED; in dep_setup() 97 if (j->flags & JF_FAILED) in dep_setup() 109 j->flags |= JF_FAILED; in dep_setup() 138 j->flags |= JF_FAILED; in dep_setup() 146 d->flags &= ~DF_SEEN; in dep_setup() 167 if ((rev = JF_DO_STOP(j->flags))) { in dep_check() 175 if (d->flags & DF_SEEN) in dep_check() 178 if (dj->flags & JF_FAILED) { in dep_check() [all …]
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | iwcm.c | 184 test_bit(IWCM_F_CALLBACK_DESTROY, &cm_id_priv->flags)) { in rem_ref() 262 unsigned long flags; in iw_cm_disconnect() local 269 !test_bit(IWCM_F_CONNECT_WAIT, &cm_id_priv->flags)); in iw_cm_disconnect() 271 spin_lock_irqsave(&cm_id_priv->lock, flags); in iw_cm_disconnect() 301 spin_unlock_irqrestore(&cm_id_priv->lock, flags); in iw_cm_disconnect() 329 unsigned long flags; in destroy_cm_id() local 338 !test_bit(IWCM_F_CONNECT_WAIT, &cm_id_priv->flags)); in destroy_cm_id() 340 spin_lock_irqsave(&cm_id_priv->lock, flags); in destroy_cm_id() 344 spin_unlock_irqrestore(&cm_id_priv->lock, flags); in destroy_cm_id() 347 spin_lock_irqsave(&cm_id_priv->lock, flags); in destroy_cm_id() [all …]
|
| /trueos/sys/libkern/ |
| HD | fnmatch.c | 54 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() argument 63 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch() 69 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch() 71 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch() 73 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch() 83 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch() 85 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch() 90 if (flags & FNM_PATHNAME) in fnmatch() 91 return ((flags & FNM_LEADING_DIR) || in fnmatch() 96 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch() [all …]
|
| /trueos/lib/libz/ |
| HD | zutil.c | 37 uLong flags; in zlibCompileFlags() local 39 flags = 0; in zlibCompileFlags() 42 case 4: flags += 1; break; in zlibCompileFlags() 43 case 8: flags += 2; break; in zlibCompileFlags() 44 default: flags += 3; in zlibCompileFlags() 48 case 4: flags += 1 << 2; break; in zlibCompileFlags() 49 case 8: flags += 2 << 2; break; in zlibCompileFlags() 50 default: flags += 3 << 2; in zlibCompileFlags() 54 case 4: flags += 1 << 4; break; in zlibCompileFlags() 55 case 8: flags += 2 << 4; break; in zlibCompileFlags() [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.h | 69 uint32_t flags; variable 72 BlockFlags(uint32_t flags) : flags(flags) {} in BlockFlags() argument 73 BlockFlags() : flags(0) {} in BlockFlags() 74 BlockFlags(BlockLiteralFlags flag) : flags(flag) {} in BlockFlags() 75 BlockFlags(BlockByrefFlags flag) : flags(flag) {} in BlockFlags() 77 uint32_t getBitMask() const { return flags; } in getBitMask() 78 bool empty() const { return flags == 0; } in empty() 81 return BlockFlags(l.flags | r.flags); 84 l.flags |= r.flags; 88 return (l.flags & r.flags); [all …]
|
| /trueos/usr.bin/csup/ |
| HD | fnmatch.c | 58 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() argument 66 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch() 72 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch() 74 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch() 76 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch() 86 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch() 88 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch() 93 if (flags & FNM_PATHNAME) in fnmatch() 94 return ((flags & FNM_LEADING_DIR) || in fnmatch() 99 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch() [all …]
|
| /trueos/sys/dev/drm2/ttm/ |
| HD | ttm_lock.c | 54 lock->flags = 0; in ttm_lock_init() 86 if (lock->rw >= 0 && lock->flags == 0) { in __ttm_read_lock() 97 int flags, ret; in ttm_read_lock() local 101 flags = PCATCH; in ttm_read_lock() 104 flags = 0; in ttm_read_lock() 109 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock() 128 if (lock->rw >= 0 && lock->flags == 0) { in __ttm_read_trylock() 132 } else if (lock->flags == 0) { in __ttm_read_trylock() 142 int flags, ret; in ttm_read_trylock() local 147 flags = PCATCH; in ttm_read_trylock() [all …]
|