/src/usr.bin/make/unit-tests/ |
depsrc-silent.exp | 2 two
|
varmod-subst.exp | 9 1 two 3 horizontal tabulator 10 1 two 3 space 11 1 two 3 exclamation mark 12 1 two 3 quotation mark 13 1 two 3 number sign 14 1 two 3 dollar sign 15 1 two 3 percent sign 16 1 two 3 ampersand 17 1 two 3 apostrophe 18 1 two 3 left parenthesi [all...] |
deptgt-order.exp | 8 : 'Making two out of one.' 9 : 'Making three out of two.'
|
deptgt-order.mk | 5 all one two three: .PHONY target 7 two: one target 9 three: two
|
depsrc-silent.mk | 7 # Without the .SILENT, the commands 'echo one' and 'echo two' would be 11 echo two
|
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-subst.mk | 139 # single space, not two. 200 @echo ${:U1 2 3:S 2 two :Q} horizontal tabulator 201 @echo ${:U1 2 3:S 2 two :Q} space 202 @echo ${:U1 2 3:S!2!two!:Q} exclamation mark 203 @echo ${:U1 2 3:S"2"two":Q} quotation mark 206 @echo ${:U1 2 3:S#2#two#:Q} number sign 207 @echo ${:U1 2 3:S$2$two$:Q} dollar sign 208 @echo ${:U1 2 3:S%2%two%:Q} percent sign 209 @echo ${:U1 2 3:S&2&two&:Q} ampersand 210 @echo ${:U1 2 3:S'2'two':Q} apostroph [all...] |
dir.mk | 11 all: {one,two,three} 14 # "{one,two,three}". There are no individual targets "one", "two", "three" 21 .if target({one,two,three}) 24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}" 30 two: target 90 .PHONY: one two three four five six
|
varmod-no-match.mk | 7 # Keep all words except for 'two'. 8 .if ${:U one two three :Ntwo} != "one three" 14 .if ${:U one two three four six :Nt*} != "one four six" 30 .if ${:U one two three :N} != "one two three" 33 .if ${:U one two three :M*} != "one two three" 50 .if ${:U two :None:Ntwo:Nthree} != "" 73 .if ${:U two :None:Ntwo:Nthree} 90 .if !empty(:U two :None:Ntwo:Nthree [all...] |
varmod-sysv.mk | 17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o" 41 .if ${one two three:L:%=(%)} != "(one) (two) (three)" 53 .if ${one two:L:${:Uone}=${:U1}} != "1 two" 141 .if ${one two:L:o%=a%w} != "anew two" 146 .if ${one two:L:=X} != "oneX twoX" 151 .if ${one two:L:o=X} != "one twX [all...] |
varcmd.mk | 33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two 35 two: show target 42 .ifmake two 48 two: immutable target
|
/src/tests/usr.bin/xlint/lint1/ |
msg_186.c | 11 unsigned two: 2; member in struct:bit_field
|
msg_105.c | 22 struct two { struct
|
/src/lib/libm/src/ |
s_tanh.c | 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable in typeref:typename:const double 68 t = expm1(two*fabs(x)); 69 z = one - two/(t+two); 71 t = expm1(-two*fabs(x)); 72 z= -t/(t+two);
|
s_tanhf.c | 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable in typeref:typename:const float 46 t = expm1f(two*fabsf(x)); 47 z = one - two/(t+two); 49 t = expm1f(-two*fabsf(x)); 50 z= -t/(t+two);
|
e_jnf.c | 28 two = 2.0000000000e+00, /* 0x40000000 */ variable in typeref:typename:const float 135 v = two/x; 143 di -= two; 151 di -= two;
|
/src/usr.bin/ctags/test/ |
ctags.test | 19 char qq[] = " quote(one,two) {int bar;} "; 40 multiple(one,two); \ 42 callroute(one,two); \ 52 routine1(one,two) /* comments here are fun... */ 57 char two[10]; 61 five(one,two); 63 routine2 (one,two) { puts("hello\n"); } 66 two) { puts("world\n"); } 67 routine4(int one, char (*two)(void)) /* test ANSI arguments */
|
/src/lib/libm/noieee_src/ |
n_tanh.c | 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local in function:tanh 90 return(copysign(one-two/(expm1(x+x)+two),sign)); 92 {t= -expm1(-(x+x)); return(copysign(t/(two-t),sign));}
|
n_pow.c | 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable in typeref:typename:const double 155 else if (y==two) 165 else if ( (t=drem(y,two)) == zero)
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
floatundisf.S | 13 two: label 31 mulss REL_ADDR(two), %xmm0
|
/src/lib/libc/arch/vax/sys/ |
__syscall.S | 45 subl3 $2,-8(%ap),(%ap) # two fewer arguments
|
/src/lib/libc/arch/mips/sys/ |
pipe.S | 55 INT_S v0, 0(a0) # store the two file descriptors
|
/src/lib/libc/arch/riscv/sys/ |
pipe.S | 47 sw a0, 0(a2) # store the two file descriptors
|
/src/common/lib/libc/arch/mips/string/ |
strcmp.S | 47 lbu t0, 0(a0) # get two bytes and compare them
|
/src/sys/arch/x68k/stand/libdos/ |
dos_rename.S | 16 link %a6,#-Lbufsz*2 | allocate two dos_nameckbuf
|