/dflybsd-src/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 280 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 D | rpc_parse.h | 136 case_list *cases; member
|
/dflybsd-src/doc/ |
H A D | TODO.nvmm | 1 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 D | porting_drivers.txt | 30 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 D | nodes.c | 177 calcsize(n->ncase.cases, result); in calcsize() 273 new->ncase.cases = copynode(n->ncase.cases, state); in copynode()
|
H A D | nodes.h | 82 union node *cases; member
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | README | 45 * 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 D | README | 45 * 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 D | README | 11 nfsmmap Some tests to exercise some tricky cases in NFS and mmap
|
/dflybsd-src/contrib/mpfr/ |
H A D | BUGS | 58 * 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 D | graphite-sese-to-poly.c | 1306 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 D | graphite-poly.c | 1120 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 D | c-warn.c | 1341 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 D | devtab | 9 # For use cases a label is represented up to the last '.' (if any),
|
/dflybsd-src/lib/libalias/ |
H A D | HISTORY | 77 - Sockets will be allocated in cases where 79 host machine. This can be disabled in cases
|
/dflybsd-src/test/cocci/ |
H A D | useful_macros.cocci | 2 // Find cases where our macros can be used.
|
/dflybsd-src/bin/sh/ |
H A D | nodetypes | 96 cases nodeptr # the list of cases (NCLIST nodes)
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | ChangeLog | 40 - 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 D | default.cfg | 23 # Run all test cases:
|
/dflybsd-src/games/quiz/datfiles/ |
H A D | ucc | 87 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 D | portability.texi | 34 combinations of parameters. Often, not all possible cases have been
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | virtual | 238 # 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 D | README | 43 The combination of -o and -i options is broken and the known failing cases
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | README | 86 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 D | bsd.README | 16 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.
|