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

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pretty-print.c 27 int four : 4;
37 .data = { .four = -1, .six = 15 } };
47 int four; member in struct:s2_t::__anon20921
49 } s2 = { .one = 1, .two = 2, .three = 3, .four = 4 };
anon.c 14 int four : 4;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pretty-print.c 27 int four : 4;
37 .data = { .four = -1, .six = 15 } };
47 int four; member in struct:s2_t::__anon588
49 } s2 = { .one = 1, .two = 2, .three = 3, .four = 4 };
anon.c 14 int four : 4;
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
unnamed-field-info-ctf.c 19 int four; member in struct:A::__anon18911
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
unnamed-field-info-ctf.c 19 int four; member in struct:A::__anon21652
  /src/usr.bin/make/unit-tests/
varmod-order-reverse.mk 6 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:Or} != "two three ten six seven one nine four five eight"
varmod-order-string.mk 7 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
varcmd.mk 39 @${.MAKE} -f ${MAKEFILE} four
53 .ifmake four
58 four: show
varcmd.exp 6 four FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
  /src/etc/etc.hp300/
MAKEDEV.conf 32 four=$(($unit + 4)) ; eight=$(($unit + 8))
37 #mkdev ${name}${four} b $blk $four 660 $g_operator
40 #lndev ${name}{$four} n${name}${unit} ;: sanity w/pdp11 v7
44 mkdev r${name}${four} c $chr $four 660 $g_operator
47 lndev r${name}${four} nr${name}${unit} ;: sanity w/pdp11 v7
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-maxncachettl-4.conf 14 view four {
bad-maxncachettl-3.conf 17 view four {
good-printtime.conf 27 channel four {
28 file "four.out";
good-maxcachettl.conf 23 view four {
good-maxncachettl.conf 23 view four {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
vla-type.f90 28 type :: four type in program:vla_struct
31 end type four
39 type(four) :: fourv
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
vla-type.f90 28 type :: four type in program:vla_struct
31 end type four
39 type(four) :: fourv
  /src/lib/libc/arch/vax/string/
bcmp.S 40 /* still, this is four times faster than the generic C version on a uvax2 */
49 cmpl (%r1)+,(%r2)+ # no "cmpq" alas, so four bytes at a time
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named11.conf.j2 62 view four {
63 match-clients { geoip domain four.edu; };
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgunfmt-properties-1 14 four=fourth
msgcmp-3 13 four=fourth
  /src/etc/etc.vax/
MAKEDEV.conf 47 four=$(($unit + 4)) ; eight=$(($unit + 8))
50 mkdev $name$four b $blk $four 660 $g_operator
54 mkdev n$name$unit b $blk $four 660 $g_operator
56 mkdev nr$name$unit c $chr $four 660 $g_operator
59 mkdev r$name$four c $chr $four 660 $g_operator
  /src/external/mpl/bind/dist/bin/tests/system/views/
tests.sh 111 four=$(dig_with_shortopts @10.53.0.5 child.clone txt)
116 echo "$four" | grep NS5 >/dev/null || {
118 echo_i "expected response from NS5 got '$four'"
128 if [ "$two" != "$four" ]; then
129 echo_i "'$two' does not match '$four'"
  /src/share/misc/
style 367 /* Second level indents are four spaces. */
370 gets + indented + four + spaces + on + the + second +
435 struct foo three, *four;
490 if ((four = malloc(sizeof(*four))) == NULL)

Completed in 69 milliseconds

1 2 3 4 5 6 7