Home
last modified time | relevance | path

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

12

/freebsd/contrib/elftoolchain/ar/
H A Dacplex.l57 CLEAR|clear { return (CLEAR); }
H A Dacpyacc.y94 %token CLEAR
176 : CLEAR { arscp_clear(); }
/freebsd/usr.bin/ar/
H A Dacplex.l55 CLEAR|clear { return (CLEAR); }
H A Dacpyacc.y91 %token CLEAR
173 : CLEAR { arscp_clear(); }
/freebsd/contrib/nvi/regex/
H A Dregexec.c63 #define CLEAR(v) ((v) = 0) macro
89 #undef CLEAR
110 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
H A Dengine.c181 CLEAR(m->empty); in matcher()
693 CLEAR(st); in fast()
779 CLEAR(st); in slow()
/freebsd/contrib/llvm-project/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
H A Dregengine.inc184 CLEAR(m->empty);
738 CLEAR(st);
846 CLEAR(st);
/freebsd/lib/libc/regex/
H A Dregexec.c94 #define CLEAR(v) ((v) = 0) macro
123 #undef CLEAR
146 #define CLEAR(v) memset(v, 0, m->g->nstates) macro
H A Dengine.c279 CLEAR(m->empty); in matcher()
859 CLEAR(st); in walk()
/freebsd/usr.bin/ktrace/
H A Dktrace.c50 static enum clear { NOTSET, CLEAR, CLEARALL } clear = NOTSET; enumerator
77 set_pid_clear(NULL, CLEAR); in main()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c86 #define CLEAR 256 /* Table clear output code. */ macro
249 clear_flg = ocode == CLEAR; in output_code()
405 ret = output_code(f, CLEAR); in archive_compressor_compress_write()
/freebsd/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/contrib/lib9p/backend/
H A Dfs.c333 #define CLEAR(theirs) l_mode &= ~(uint32_t)(theirs) in fs_oflags_dotl() macro
337 CLEAR(theirs); \ in fs_oflags_dotl()
348 CLEAR(O_ACCMODE); in fs_oflags_dotl()
352 CLEAR(L9P_L_O_PATH | L9P_L_O_NOFOLLOW); in fs_oflags_dotl()
378 CLEAR(L9P_L_O_CREAT); in fs_oflags_dotl()
390 CLEAR(L9P_L_O_CLOEXEC); in fs_oflags_dotl()
391 CLEAR(L9P_L_O_DIRECT); in fs_oflags_dotl()
392 CLEAR(L9P_L_O_DSYNC); in fs_oflags_dotl()
393 CLEAR(L9P_L_O_FASYNC); in fs_oflags_dotl()
394 CLEAR(L9P_L_O_LARGEFILE); in fs_oflags_dotl()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dbrcm,brcmstb-reset.txt5 SET/CLEAR/STATUS registers and possibly multiple banks, each of 32 bit
/freebsd/usr.bin/compress/
H A Dzopen.c195 #define CLEAR 256 /* Table clear output code. */ macro
509 if ((code == CLEAR) && block_compress) { in zread()
652 if (output(zs, (code_int) CLEAR) == -1) in cl_block()
/freebsd/usr.bin/gzip/
H A Dzuncompress.c66 #define CLEAR 256 /* Table clear output code. */ macro
267 if ((zs->u.r.zs_code == CLEAR) && zs->zs_block_compress) { in zread()
/freebsd/crypto/openssl/crypto/
H A Dmem_sec.c69 #define CLEAR(p, s) OPENSSL_cleanse(p, s) macro
186 CLEAR(ptr, actual_size); in CRYPTO_secure_free()
211 CLEAR(ptr, actual_size); in CRYPTO_secure_clear_free()
/freebsd/contrib/ee/
H A Dnew_curse.h148 #define CLEAR 2 /* window has been cleared */ macro
H A Dnew_curse.c2063 window->SCROLL_CLEAR = CLEAR;
2167 …if ((last_window_refreshed != window) || (user_line->changed) || ((SCROLL | CLEAR) & window->SCROL…
2600 window->SCROLL_CLEAR |= CLEAR;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dproc58 name == "signal-clear" ? "CLEAR" :
/freebsd/contrib/wpa/src/drivers/
H A Ddrivers.mak1 ##### CLEAR VARS
/freebsd/contrib/dialog/
H A Ddlg_keys.c434 CURSES_NAME(CLEAR),
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr1530 ############################################################ CLEAR FUNCTIONS
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m43010 R<$-:$+><VERIFY $*> <$*> CLEAR $#error $@ $2 $: $1 " STARTTLS disabled locally"

12