| /freebsd/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() 210 return (getn(ran) <= wno) && (wno <= getn(p)); in tw_pos() 520 Char *ran, /* The pattern or range X/<range>/XXXX/ */ in tw_complete() local 559 ptr = tw_dollar(&ptr[2], wl, wordno, &ran, sep, 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/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 321 static k5_init_t JOIN__2(NAME, ran) \ 328 JOIN__2(NAME, ran).error = NAME(); \ 329 JOIN__2(NAME, ran).did_run = 3; \ 333 (JOIN__2(NAME, ran).did_run == 3 \ 334 ? JOIN__2(NAME, ran).error \ 336 # define INITIALIZER_RAN(NAME) (JOIN__2(NAME,ran).did_run == 3 && JOIN__2(NAME, ran).error == 0) 346 static k5_init_t JOIN__2(NAME, ran) \ 351 JOIN__2(NAME, ran).error = NAME(); \ 352 JOIN__2(NAME, ran).did_run = 3; \ 356 (JOIN__2(NAME, ran).did_run == 3 \ [all …]
|
| /freebsd/contrib/lua/src/ |
| H A D | lmathlib.c | 549 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, in project() argument 552 return ran & n; /* no bias */ in project() 567 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ in project() 568 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project() 569 return ran; in project()
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | fc3.0 | 1 export PS1='_ ' # cannot predict whether ran by root or not
|
| /freebsd/sys/contrib/openzfs/etc/systemd/system/ |
| H A D | zfs-mount.service.in | 14 # is ran as a result of these settings.
|
| H A D | zfs-mount@.service.in | 15 # is ran as a result of these settings.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | alliant | 10 # big-endian or little-endian versions, depending on the mode they ran
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | setup.sh | 34 excessive Test that ran for more than 30 minutes
|
| /freebsd/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/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/ |
| H A D | Makefile.sys.inc | 15 # then it is ran with MK_AUTO_OBJ=no in environment.
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-short.mk | 102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | remote | 44 # 14.4k and 28.8k modems ran the port at 4x. Some rare 19.2 baud modems
|
| /freebsd/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/contrib/googletest/docs/ |
| H A D | quickstart-bazel.md | 125 [==========] 1 test from 1 test suite ran. (0 ms total)
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts.c | 399 uint32_t ran; in tcp_hptsi_random_cpu() local 401 ran = arc4random(); in tcp_hptsi_random_cpu() 402 cpuid = (((ran & 0xffff) % mp_ncpus) % pace->rp_num_hptss); in tcp_hptsi_random_cpu()
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test-golden-lin.txt | 1050 [0;32m[==========] [m90 tests from 43 test suites ran. 1174 [==========] 4 tests from 2 test suites ran. (? ms total) 1190 [==========] 1 test from 1 test suite ran. 1200 [==========] 1 test from 1 test suite ran.
|
| /freebsd/sys/contrib/libsodium/m4/ |
| H A D | ax_valgrind_check.m4 | 57 # some of those tools can be ran cleanly on a codebase.
|
| /freebsd/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/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/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 386 "translation unit is too large for Clang to process: ran out of source locations">, DefaultFatal;
|
| /freebsd/contrib/libpcap/ |
| H A D | INSTALL.md | 122 if you already ran `configure` once).
|
| /freebsd/contrib/bc/ |
| H A D | README.md | 207 When I ran benchmarks with my `bc` compiled under `clang`, it performed much
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 3055 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local 3057 ran = arc4random_uniform(bbr_rand_ot); in bbr_randomize_extra_state_time() 3058 if (ran) { in bbr_randomize_extra_state_time() 3059 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time() 3070 uint32_t ran; in bbr_pick_probebw_substate() local 3077 ran = arc4random_uniform((BBR_SUBSTATE_COUNT-1)); in bbr_pick_probebw_substate() 3086 ret_val = BBR_SUBSTATE_COUNT - 1 - ran; in bbr_pick_probebw_substate()
|