Home
last modified time | relevance | path

Searched refs:CLEAR (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd/gnu/lib/libiberty/src/
H A Dvsnprintf.c87 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) macro
111 CLEAR (buf); in main()
115 CLEAR (buf); in main()
119 CLEAR (buf); in main()
123 CLEAR (buf); in main()
127 CLEAR (buf); in main()
131 CLEAR (buf); in main()
135 CLEAR (buf); in main()
139 CLEAR (buf); in main()
/openbsd/sys/dev/microcode/siop/
H A Doosiop.ss92 CLEAR ATN
102 CLEAR ACK
108 CLEAR ACK
112 CLEAR ATN
116 CLEAR ATN
127 CLEAR ACK
132 CLEAR ACK
138 CLEAR ACK
147 CLEAR ACK
H A Dosiop.ss109 CLEAR ACK
110 CLEAR ATN
114 CLEAR ACK
120 CLEAR ACK
126 CLEAR ACK
130 CLEAR ACK
136 CLEAR ACK ; acknowledge message
140 CLEAR ACK
154 CLEAR ACK ; acknowledge the message
168 CLEAR ATN
[all …]
H A Dsiop.ss236 CLEAR ACK;
239 CLEAR ACK;
243 CLEAR ACK;
248 CLEAR ACK;
252 CLEAR ATN
270 CLEAR ACK;
276 CLEAR ACK;
279 CLEAR ATN;
341 CLEAR ATN;
342 CLEAR ACK;
[all …]
/openbsd/gnu/usr.bin/perl/lib/Tie/
H A DHash.pm227 sub CLEAR { subroutine
255 sub CLEAR { %{$_[0]} = () } subroutine
267 sub CLEAR { %{$_[0][0]} = () } subroutine
H A DArray.pm14 sub CLEAR { shift->STORESIZE(0) } subroutine
93 sub CLEAR { @{$_[0]} = () } subroutine
/openbsd/gnu/usr.bin/binutils/binutils/
H A Darlex.l46 "CLEAR" { return CLEAR; }
61 "clear" { return CLEAR; }
H A Darparse.y49 %token CLEAR
111 CLEAR
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l45 "CLEAR" { return CLEAR; }
60 "clear" { return CLEAR; }
H A Darparse.y49 %token CLEAR
111 CLEAR
/openbsd/usr.bin/ktrace/
H A Dktrace.c63 enum { NOTSET, CLEAR, CLEARALL } clear; in main() enumerator
118 clear = CLEAR; in main()
155 if ((pidset && *argv) || (!pidset && !*argv && clear != CLEAR)) in main()
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregexec.c60 #define CLEAR(v) ((v) = 0) macro
86 #undef CLEAR
107 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
/openbsd/lib/libc/regex/
H A Dregexec.c58 #define CLEAR(v) ((v) = 0) macro
84 #undef CLEAR
105 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_nc_tie.t64 eval {Tie::Hash::NamedCapture::CLEAR(undef)};
75 [CLEAR => ''],
/openbsd/lib/libcrypto/pem/
H A Dmessage4 Proc-Type: 4,MIC-CLEAR
/openbsd/sys/net/
H A Dbsd-comp.c168 #define CLEAR 256 /* table clear output code */ macro
619 OUTPUT(CLEAR); /* do not count the CLEAR */ in bsd_compress()
868 oldcode = CLEAR; in bsd_decompress()
895 if (incode == CLEAR) { in bsd_decompress()
917 || (incode > max_ent && oldcode == CLEAR)) { in bsd_decompress()
1009 if (oldcode != CLEAR && max_ent < db->maxmaxcode) { in bsd_decompress()
/openbsd/games/hunt/huntd/
H A Dhunt.h48 # define CLEAR ('C' | 0200) macro
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/
H A DExtAttr.pm80 sub CLEAR { subroutine
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm111 sub CLEAR { my $self = shift ; $self->NotHere("CLEAR") } subroutine
302 sub CLEAR subroutine
/openbsd/gnu/usr.bin/perl/t/op/
H A Dtie.t483 sub CLEAR {
524 sub CLEAR {
603 sub CLEAR { %{$_[0]} = () }
905 sub CLEAR { }
976 sub CLEAR { *a = []; 1 }
/openbsd/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm142 sub CLEAR { } subroutine
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py60 CLEAR = '\x1b[0m' variable in Colors
525 report = Colors.GREEN + report + Colors.CLEAR
527 report = Colors.RED + report + Colors.CLEAR
/openbsd/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/
H A DRefHash.pm237 sub CLEAR { subroutine
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DPacklist.t64 ExtUtils::Packlist::CLEAR($pl);
/openbsd/usr.bin/compress/
H A Dzopen.c177 #define CLEAR 256 /* Table clear output code. */ macro
529 if ((zs->zs_code == CLEAR) && zs->zs_block_compress) { in zread()
693 if (output(zs, (code_int) CLEAR) == -1) in cl_block()

1234