Searched refs:clear (Results 1 - 25 of 934) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/tput/
H A Dclear.sh35 # @(#)clear.sh 8.1 (Berkeley) 6/6/93
38 exec tput clear
H A DMakefile7 MLINKS= tput.1 clear.1
8 SCRIPTS=clear.sh
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dclear.d14 [ ]+4:[ ]+7306[ ]+clear\.b \$?r3
15 [ ]+6:[ ]+7546[ ]+clear\.w \$?r5
16 [ ]+8:[ ]+7a86[ ]+clear\.d \$?r10
17 [ ]+a:[ ]+700a[ ]+clear\.b \[\$?r0\]
18 [ ]+c:[ ]+754a[ ]+clear\.w \[\$?r5\]
19 [ ]+e:[ ]+7a8a[ ]+clear\.d \[\$?r10\]
20 [ ]+10:[ ]+700e[ ]+clear\.b \[\$?r0\+\]
21 [ ]+12:[ ]+754e[ ]+clear\.w \[\$?r5\+\]
22 [ ]+14:[ ]+7a8e[ ]+clear\.d \[\$?r10\+\]
23 [ ]+16:[ ]+4205 700a[ ]+clear\
[all...]
H A Dpushpop-byte-sreg.d11 [ ]+c:[ ]+f8e1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp-8\]
12 [ ]+10:[ ]+fbe1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp-5\]
13 [ ]+14:[ ]+fce1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp-4\]
14 [ ]+18:[ ]+fde1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp-3\]
15 [ ]+1c:[ ]+fee1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp-2\]
16 [ ]+20:[ ]+00e1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp\+0\]
17 [ ]+24:[ ]+01e1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp\+1\]
18 [ ]+28:[ ]+02e1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp\+2\]
19 [ ]+2c:[ ]+03e1 @IM+7e0e@[ ]+(clear.b |move[ ]+[^,]+,)\[\$?sp=\$?sp\+3\]
20 [ ]+30:[ ]+04e1 @IM+7e0e@[ ]+(clear
[all...]
H A Dpushpop-dword-sreg.d11 ^[ ]+c:[ ]+f8e1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp-8\]
12 ^[ ]+10:[ ]+fbe1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp-5\]
13 ^[ ]+14:[ ]+fde1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp-3\]
14 ^[ ]+18:[ ]+fee1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp-2\]
15 ^[ ]+1c:[ ]+ffe1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp-1\]
16 ^[ ]+20:[ ]+00e1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp\+0\]
17 ^[ ]+24:[ ]+01e1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp\+1\]
18 ^[ ]+28:[ ]+02e1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp\+2\]
19 ^[ ]+2c:[ ]+03e1 @IM+7e0e@[ ]+(clear.d |move[ ]+[^,]+,)\[\$?sp=\$?sp\+3\]
20 ^[ ]+30:[ ]+04e1 @IM+7e0e@[ ]+(clear
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtestenc11 $cmd enc < $test.cipher >$test.clear
12 cmp $test $test.clear
17 /bin/rm $test.cipher $test.clear
21 $cmd enc -a -d < $test.cipher >$test.clear
22 cmp $test $test.clear
27 /bin/rm $test.cipher $test.clear
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
35 cmp $test $test.$i.clear
40 /bin/rm $test.$i.cipher $test.$i.clear
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
[all...]
H A Dtestenc.com21 $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;*
25 $ 'cmd' enc -in 'test'-cipher -out 'test'-clear
26 $ backup/compare 'test' 'test'-clear
28 $ delete 'test'-cipher;*,'test'-clear;*
32 $ 'cmd' enc -a -d -in 'test'-cipher -out 'test'-clear
33 $ backup/compare 'test' 'test'-clear
35 $ delete 'test'-cipher;*,'test'-clear;*
46 $ if f$search(test+"-"+i+"-clear") .nes. "" then -
47 delete 'test'-'i'-clear;*
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/
H A Dimplicit.cc28 af.clear();
H A Dexplicit.cc28 af.clear(memory_order_release);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/overload/
H A Dscope1.C6 void clear() { function in struct:D
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/overload/
H A Dscope1.C6 void clear() { function in struct:D
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/
H A Derase_fn_imps.hpp56 clear() function in class:PB_ASSOC_CLASS_C_DEC
58 return (my_base::clear());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc33 virtual void clear() throw() function in class:clear_alloc
47 { this->clear(); }
51 this->clear();
57 this->clear();
76 pic->clear();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc33 virtual void clear() throw() function in class:clear_alloc
47 { this->clear(); }
51 this->clear();
57 this->clear();
76 pic->clear();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc33 virtual void clear() throw() function in class:clear_alloc
47 { this->clear(); }
51 this->clear();
57 this->clear();
76 pic->clear();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc34 virtual void clear() throw() function in class:clear_alloc
48 { this->clear(); }
52 this->clear();
58 this->clear();
77 pic->clear();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.cc34 virtual void clear() throw() function in class:clear_alloc
48 { this->clear(); }
52 this->clear();
58 this->clear();
77 pic->clear();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc34 virtual void clear() throw() function in class:clear_alloc
48 { this->clear(); }
52 this->clear();
58 this->clear();
77 pic->clear();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc34 virtual void clear() throw() function in class:clear_alloc
48 { this->clear(); }
52 this->clear();
58 this->clear();
77 pic->clear();
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dpppcrypt.c139 DesEncrypt(clear, cipher)
140 u_char *clear; /* IN 8 octets */
145 Expand(clear, des_input);
155 DesDecrypt(cipher, clear)
157 u_char *clear; /* OUT 8 octets */
166 Collapse(des_input, clear);
184 DesEncrypt(clear, key, cipher)
185 u_char *clear; /* IN 8 octets */
188 des_ecb_encrypt((des_cblock *)clear, (des_cblock *)cipher,
194 DesDecrypt(cipher, clear)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D8.cc38 woss.clear();
44 woss.clear();
49 woss.clear();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D8.cc39 woss.clear();
45 woss.clear();
50 woss.clear();
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_none.c27 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/
H A D5.cc28 // clear
36 fl.clear();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/
H A D1.cc28 f.clear(); // set to false

Completed in 159 milliseconds

1234567891011>>