Searched refs:CLEAR (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dvsnprintf.c87 #define CLEAR(BUF) do { memset ((BUF), 'X', sizeof (BUF)); (BUF)[14] = '\0'; } while (0) macro
111 CLEAR (buf);
115 CLEAR (buf);
119 CLEAR (buf);
123 CLEAR (buf);
127 CLEAR (buf);
131 CLEAR (buf);
135 CLEAR (buf);
139 CLEAR (buf);
/freebsd-12-stable/contrib/binutils/binutils/
H A Darlex.l45 "CLEAR" { return CLEAR; }
60 "clear" { return CLEAR; }
H A Darparse.y49 %token CLEAR
111 CLEAR
/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dacplex.l57 CLEAR|clear { return (CLEAR); }
H A Dacpyacc.y94 %token CLEAR
176 : CLEAR { arscp_clear(); }
/freebsd-12-stable/usr.bin/ar/
H A Dacplex.l57 CLEAR|clear { return (CLEAR); }
H A Dacpyacc.y94 %token CLEAR
176 : CLEAR { arscp_clear(); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c60 #define CLEAR(v) ((v) = 0) macro
86 #undef CLEAR macro
107 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
H A Dregengine.inc181 CLEAR(m->empty);
696 CLEAR(st);
782 CLEAR(st);
/freebsd-12-stable/contrib/nvi/regex/
H A Dregexec.c63 #define CLEAR(v) ((v) = 0) macro
89 #undef CLEAR macro
110 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
H A Dengine.c181 CLEAR(m->empty);
693 CLEAR(st);
779 CLEAR(st);
/freebsd-12-stable/usr.bin/ktrace/
H A Dktrace.c65 static enum clear { NOTSET, CLEAR, CLEARALL } clear = NOTSET; enumerator in enum:clear
92 set_pid_clear(NULL, CLEAR);
/freebsd-12-stable/lib/libc/regex/
H A Dregexec.c102 #define CLEAR(v) ((v) = 0) macro
131 #undef CLEAR macro
154 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
H A Dengine.c284 CLEAR(m->empty);
864 CLEAR(st);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c88 #define CLEAR 256 /* Table clear output code. */ macro
251 clear_flg = ocode == CLEAR;
407 ret = output_code(f, CLEAR);
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh51 CLEAR=''
53 CLEAR='xx="$-" && xx=$(echo "$xx" | tr -d cs) && test -n "$xx" && set +"$xx";'
75 '"${CLEAR}"'
/freebsd-12-stable/crypto/openssl/crypto/
H A Dmem_sec.c48 #define CLEAR(p, s) OPENSSL_cleanse(p, s) macro
163 CLEAR(ptr, actual_size);
187 CLEAR(ptr, actual_size);
/freebsd-12-stable/usr.bin/compress/
H A Dzopen.c200 #define CLEAR 256 /* Table clear output code. */ macro
231 * codes are re-sized at this point, and a special CLEAR code is generated
514 if ((code == CLEAR) && block_compress) {
656 if (output(zs, (code_int) CLEAR) == -1)
/freebsd-12-stable/usr.bin/gzip/
H A Dzuncompress.c67 #define CLEAR 256 /* Table clear output code. */ macro
268 if ((zs->u.r.zs_code == CLEAR) && zs->zs_block_compress) {
/freebsd-12-stable/contrib/ee/
H A Dnew_curse.h148 #define CLEAR 2 /* window has been cleared */ macro
/freebsd-12-stable/contrib/gcc/
H A Dlocal-alloc.c426 #define CLEAR(vector) \
429 CLEAR (qty_phys_copy_sugg);
430 CLEAR (qty_phys_num_copy_sugg);
431 CLEAR (qty_phys_sugg);
432 CLEAR (qty_phys_num_sugg);
423 #define CLEAR macro
/freebsd-12-stable/contrib/dialog/
H A Ddlg_keys.c343 CURSES_NAME(CLEAR),

Completed in 435 milliseconds