| /freebsd-14.2/contrib/tcsh/ |
| H A D | tw.comp.c | 190 tw_pos(Char *ran, int wno) in tw_pos() argument 194 if (ran[0] == '*' && ran[1] == '\0') in tw_pos() 197 for (p = ran; *p && *p != '-'; p++) in tw_pos() 201 return wno == getn(ran); in tw_pos() 203 if (ran == p) /* range = - <number> */ in tw_pos() 204 return wno <= getn(&ran[1]); in tw_pos() 208 return getn(ran) <= wno; in tw_pos() 561 cleanup_push(ran, xfree); in tw_complete() 608 if (!tw_pos(ran, wordno - 1)) { in tw_complete() 609 cleanup_until(ran); in tw_complete() [all …]
|
| H A D | FAQ | 36 I ran dbxtool & and shelltool & from tcsh, and they end up in cbreak and no 204 ran on hp/ux-11.x systems.
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lmathlib.c | 532 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, in project() argument 535 return ran & n; /* no bias */ in project() 550 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ in project() 551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project() 552 return ran; in project()
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | fc3.0 | 1 export PS1='_ ' # cannot predict whether ran by root or not
|
| /freebsd-14.2/contrib/cortex-strings/src/arm/ |
| H A D | strchr.S | 76 @ We're here if we ran off the end
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | alliant | 10 # big-endian or little-endian versions, depending on the mode they ran
|
| /freebsd-14.2/tools/test/stress2/tools/ |
| H A D | setup.sh | 34 excessive Test that ran for more than 30 minutes
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 39 # zpool iostat -v output is 7 columns, so if the script ran correctly
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | cond-short.mk | 102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 291 DescriptorMapUpdateResult(bool ran, bool retry, uint32_t found) { in DescriptorMapUpdateResult() 292 m_update_ran = ran; in DescriptorMapUpdateResult()
|
| /freebsd-14.2/ |
| H A D | Makefile.sys.inc | 15 # then it is ran with MK_AUTO_OBJ=no in environment.
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | remote | 47 # 14.4k and 28.8k modems ran the port at 4x. Some rare 19.2 baud modems
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))... 301 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | quickstart-bazel.md | 132 [==========] 1 test from 1 test suite ran. (0 ms total)
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_hpts.c | 424 uint32_t ran; in hpts_random_cpu() local 426 ran = arc4random(); in hpts_random_cpu() 427 cpuid = (((ran & 0xffff) % mp_ncpus) % tcp_pace.rp_num_hptss); in hpts_random_cpu()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test-golden-lin.txt | 1055 [0;32m[==========] [m90 tests from 43 test suites ran. 1179 [==========] 4 tests from 2 test suites ran. (? ms total) 1195 [==========] 1 test from 1 test suite ran. 1205 [==========] 1 test from 1 test suite ran.
|
| /freebsd-14.2/sys/contrib/libsodium/m4/ |
| H A D | ax_valgrind_check.m4 | 57 # some of those tools can be ran cleanly on a codebase.
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | index.rst | 63 E5-2680 2.80 GHz machine with an SSD drive. We ran gold and lld with
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | redirect-bogus.patch | 255 /** return code that means the function ran out of memory. negative so it does
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 367 "translation unit is too large for Clang to process: ran out of source locations">, DefaultFatal;
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | INSTALL.md | 122 if you already ran `configure` once).
|
| /freebsd-14.2/contrib/bc/ |
| H A D | README.md | 209 When I ran benchmarks with my `bc` compiled under `clang`, it performed much
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 3072 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local 3074 ran = arc4random_uniform(bbr_rand_ot); in bbr_randomize_extra_state_time() 3075 if (ran) { in bbr_randomize_extra_state_time() 3076 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time() 3087 uint32_t ran; in bbr_pick_probebw_substate() local 3094 ran = arc4random_uniform((BBR_SUBSTATE_COUNT-1)); in bbr_pick_probebw_substate() 3103 ret_val = BBR_SUBSTATE_COUNT - 1 - ran; in bbr_pick_probebw_substate()
|
| /freebsd-14.2/usr.sbin/cron/doc/ |
| H A D | MAIL | 46 will inherit the environment of the person who ran the cron
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 338 Previously, each evbuffer was a huge chunk of memory. When we ran out of
|