Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 212) sorted by relevance

123456789

/dflybsd-src/usr.bin/rpcgen/
H A Drpc_parse.c280 case_list *cases; in def_union() local
291 tailp = &defp->def.un.cases; in def_union()
297 cases = XALLOC(case_list); in def_union()
298 cases->case_name = tok.str; in def_union()
305 cases->contflag = 1; in def_union()
307 *tailp = cases; in def_union()
308 tailp = &cases->next; in def_union()
309 cases = XALLOC(case_list); in def_union()
310 cases->case_name = tok.str; in def_union()
315 *tailp = cases; in def_union()
[all …]
H A Drpc_parse.h136 case_list *cases; member
/dflybsd-src/doc/
H A DTODO.nvmm1 Known issues in NVMM, low priority in most cases.
15 mitigation technique in certain cases.
19 * There are still a few twisted corner cases we don't handle in the instruction
H A Dporting_drivers.txt30 direct replacement is not necessarily appropriate in all cases. A lockmgr
105 Note however that in FreeBSD M_NOWAIT is often used in cases where, in fact,
107 (and very unexpected) I/O error. M_INTWAIT should be used for these cases.
170 In some cases, some locking must be done; lwkt_gettoken(&proc_token)
/dflybsd-src/bin/sh/pregenerated/
H A Dnodes.c177 calcsize(n->ncase.cases, result); in calcsize()
273 new->ncase.cases = copynode(n->ncase.cases, state); in copynode()
H A Dnodes.h82 union node *cases; member
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A DREADME45 * Consider the special cases of building libiberty; as of this
46 writing, the special cases are newlib and VxWorks. If a
/dflybsd-src/contrib/gdb-7/libiberty/
H A DREADME45 * Consider the special cases of building libiberty; as of this
46 writing, the special cases are newlib and VxWorks. If a
/dflybsd-src/tools/regression/
H A DREADME11 nfsmmap Some tests to exercise some tricky cases in NFS and mmap
/dflybsd-src/contrib/mpfr/
H A DBUGS58 * Possible infinite loop in some functions for particular cases: when
61 believed that no such case exists, except the well-known cases like cos(0)=1,
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-sese-to-poly.c1306 VEC (gimple, heap) **conditions, **cases;
1344 VEC (gimple, heap) **cases = data->cases; in build_sese_conditions_before()
1360 VEC_safe_push (gimple, heap, *cases, stmt); in build_sese_conditions_before()
1362 VEC_safe_push (gimple, heap, *cases, NULL); in build_sese_conditions_before()
1370 GBB_CONDITION_CASES (gbb) = VEC_copy (gimple, heap, *cases); in build_sese_conditions_before()
1383 VEC (gimple, heap) **cases = data->cases; in build_sese_conditions_after()
1391 VEC_pop (gimple, *cases); in build_sese_conditions_after()
1402 VEC (gimple, heap) *cases = VEC_alloc (gimple, heap, 3); in build_sese_conditions()
1406 data.cases = &cases; in build_sese_conditions()
1421 VEC_free (gimple, heap, cases); in build_sese_conditions()
H A Dgraphite-poly.c1120 VEC (gimple, heap) *cases; in dump_gbb_cases()
1125 cases = GBB_CONDITION_CASES (gbb); in dump_gbb_cases()
1126 if (VEC_empty (gimple, cases)) in dump_gbb_cases()
1131 FOR_EACH_VEC_ELT (gimple, cases, i, stmt) in dump_gbb_cases()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c1341 c_do_switch_warnings (splay_tree cases, location_t switch_location, in c_do_switch_warnings() argument
1353 default_node = splay_tree_lookup (cases, (splay_tree_key) NULL); in c_do_switch_warnings()
1372 min_node = splay_tree_successor (cases, (splay_tree_key) NULL); in c_do_switch_warnings()
1374 min_node = splay_tree_min (cases); in c_do_switch_warnings()
1377 splay_tree_node max_node = splay_tree_max (cases); in c_do_switch_warnings()
1432 node = splay_tree_lookup (cases, (splay_tree_key) value); in c_do_switch_warnings()
1443 node = splay_tree_predecessor (cases, (splay_tree_key) value); in c_do_switch_warnings()
1487 splay_tree_foreach (cases, match_case_to_enum, type); in c_do_switch_warnings()
/dflybsd-src/etc/
H A Ddevtab9 # For use cases a label is represented up to the last '.' (if any),
/dflybsd-src/lib/libalias/
H A DHISTORY77 - Sockets will be allocated in cases where
79 host machine. This can be disabled in cases
/dflybsd-src/test/cocci/
H A Duseful_macros.cocci2 // Find cases where our macros can be used.
/dflybsd-src/bin/sh/
H A Dnodetypes96 cases nodeptr # the list of cases (NCLIST nodes)
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog40 - fixed some association cases where both SAE and FT-SAE were enabled
133 * fixed EAP-SIM/AKA/AKA' ext auth cases within TLS tunnel
214 consistent with other P2P peer cases
240 * improved PMF behavior for cases where the AP and STA has different
241 configuration by not trying to connect in some corner cases where the
253 * fixed SIGNAL_POLL in IBSS and mesh cases
335 include all cases if any of the values are non-zero
344 - added operating class 125 for P2P use cases (this allows 5 GHz
393 use cases with nl80211)
466 concurrency cases
[all …]
/dflybsd-src/test/stress/stress2/
H A Ddefault.cfg23 # Run all test cases:
/dflybsd-src/games/quiz/datfiles/
H A Ducc87 4-211:media of remittance; provision and final settlement in remittance cases
103 7-503:document of title to goods defeated in certain cases
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dportability.texi34 combinations of parameters. Often, not all possible cases have been
/dflybsd-src/contrib/file/magic/Magdir/
H A Dvirtual238 # may spew junk until it reaches a \0 in some cases.
260 # may spew junk until it reaches a \0 in some cases. Also, since there's no
275 # may spew junk until it reaches a \0 in some cases. Also, since there's no
/dflybsd-src/contrib/grep/
H A DREADME43 The combination of -o and -i options is broken and the known failing cases
/dflybsd-src/contrib/binutils-2.27/binutils/
H A DREADME86 path for the binaries. However, in some cases, after you install the
217 If you expect to be contributing a large number of test cases, it would
220 sites) and write test cases to fit into that framework. This is
/dflybsd-src/share/mk/
H A Dbsd.README16 files. In most cases it is only interesting to include bsd.prog.mk or
52 In some cases the default value depend on other values (e.g. system
53 architecture). In these cases the most common value is indicated.

123456789