HomeSort by: relevance | last modified time | path
    Searched refs:some (Results 1 - 25 of 482) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/rump/kernspace/
lockme.c 51 struct somemem *some; local
87 some = kmem_alloc(sizeof(*some), KM_SLEEP);
88 mutex_init(&some->mutexetum, MUTEX_DEFAULT, IPL_NONE);
89 kmem_free(some, sizeof(*some));
  /src/external/bsd/tre/dist/tests/agrep/
exitstatus.ok 83 just some stuff
88 just some stuff
101 exitstatus.in:just some stuff
106 (standard input):just some stuff
119 3:just some stuff
124 3:just some stuff
129 0:just some stuff
134 0:just some stuff
139 just some stuff
144 just some stuf
    [all...]
  /src/crypto/external/bsd/heimdal/dist/
krb5.conf 12 computer = computer.some.other.domain
  /src/external/lgpl3/gmp/dist/tests/
t-modlinv.c 46 some (void) function
78 some ();
  /src/usr.bin/make/unit-tests/
opt-debug-parse.exp 3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
11 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `null'
12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk'
14 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
17 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
25 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
varname-dot-parsedir.exp 2 make: <normalized>:43: The location can be faked in some cases.
varname-dot-parsefile.exp 2 make: <normalized>:38: The location can be faked in some cases.
dollar.exp 9 Some hungry part of make eats all the dollars after a :U modifier.
17 Some hungry part of make eats all the dollars after a :U modifier.
41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
  /src/external/gpl3/gcc/dist/contrib/
test_installed 13 # can override the defaults with --srcdir=/some/dir/GCC or
14 # --testsuite=/some/dir/GCC/gcc/testsuite. If you specify
19 # from. If you specify --prefix=/some/dir, gcc, g++ and gfortran will be
20 # looked for at /some/dir/bin. Each one may be overridden by
27 # An additional argument may specify --tmpdir=/some/dir; by default,
70 --with-testsuite=/some/dir/gcc/testsuite specify the testsuite directory
71 --srcdir=/some/dir same as --with-testsuite=/some/dir/gcc/testsuite
77 --prefix=/some/dir use gcc, g++ and gfortran from /some/dir/bin [PATH
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
test_installed 13 # can override the defaults with --srcdir=/some/dir/GCC or
14 # --testsuite=/some/dir/GCC/gcc/testsuite. If you specify
19 # from. If you specify --prefix=/some/dir, gcc, g++ and gfortran will be
20 # looked for at /some/dir/bin. Each one may be overridden by
27 # An additional argument may specify --tmpdir=/some/dir; by default,
70 --with-testsuite=/some/dir/gcc/testsuite specify the testsuite directory
71 --srcdir=/some/dir same as --with-testsuite=/some/dir/gcc/testsuite
77 --prefix=/some/dir use gcc, g++ and gfortran from /some/dir/bin [PATH
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
commands_map_test.cpp 88 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
89 ATF_TEST_CASE_BODY(some)
141 ATF_ADD_TEST_CASE(tcs, some);
  /src/external/bsd/lutok/dist/
stack_cleaner_test.cpp 46 ATF_TEST_CASE_WITHOUT_HEAD(some); variable
47 ATF_TEST_CASE_BODY(some)
105 ATF_ADD_TEST_CASE(tcs, some);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-properties-1 12 !extract\ me=some text to get fuzzy copied to result
19 !hello=Again some text for fuzzy
56 msgstr "some text to get fuzzy copied to result"
65 msgstr "Again some text for fuzzy"
  /src/lib/csu/arch/sparc64/
crt0.S 55 clr %g4 ! data base for some memory models
  /src/tests/bin/cat/
t_cat.sh 52 cat /some/name/that/does/not/exist
  /src/games/monop/
trade.c 177 bool some; local
184 some = FALSE;
188 printf("\t$%d\n", tp->cash), some++;
191 some++;
195 some++;
197 if (!some)
  /src/doc/
TODO.compat-module 7 2. Reverted some intentional auto-load breakage for loading the sysv_ipc
12 4. Resolved some inter-module dependencies.
14 5. Extracted some net/if.c compat routines into the compat module, and
47 13. Cleaned up some previous vectored routines (related to if_43.c) to
50 14. Organized (some of) the netbsd32 machine-dependent code to fit a
67 17. The compat_60 module still needs some work for XEN systems. We
68 probably need some build infrastructure changes to ensure that
77 seems to me that the MI compat build infrastructure should have some
93 19. For compat_50, there are some things in dev/gpio and dev/wscons/wsmux
104 and into the compat_netbsd32 module. Unfortunately there are some
    [all...]
  /src/distrib/mac68k/miniroot/
install.md 138 In particular, you will need to know some reasonably detailed
140 some limited information about certain specific types of HP-IB disks.
  /src/external/gpl2/diffutils/
diffutils2netbsd 35 # delete some superfluous files
36 echo deleting some superfluous files
  /src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
libraries.m4 26 dnl order in the command line generated by make. Here are some
34 dnl 4. On some systems, can't use -lsocket without -lnsl too.
  /src/sys/arch/acorn32/doc/
interrupts 50 For some interrupts and drivers where only a single device is
54 There are however some interrupt that should *always* be passed on down
  /src/tests/usr.bin/mkdep/
t_mkdep.sh 40 atf_check mkdep -f sample.d -P some/path/ sample.c
41 atf_check -o ignore grep '^some/path/sample.o:' sample.d
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
lshift.asm 32 dnl The P55 code runs well on P-II/III, but could stand some minor tweaks
33 dnl at some stage probably.
rshift.asm 32 dnl The P55 code runs well on P-II/III, but could stand some minor tweaks
33 dnl at some stage probably.
  /src/share/mk/
bsd.ioconf.mk 15 # keep builds working while hashing out some of the experimental

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>