Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 25 of 30) sorted by relevance

12

/NextBSD/contrib/groff/src/roff/troff/
HDmtsm.h154 void excl(bool_value_state);
155 void excl(int_value_state);
156 void excl(units_value_state);
157 void excl(string_value_state);
HDmtsm.cpp587 void state_set::excl(bool_value_state b) in excl() function in state_set
592 void state_set::excl(int_value_state i) in excl() function in state_set
597 void state_set::excl(units_value_state u) in excl() function in state_set
602 void state_set::excl(string_value_state s) in excl() function in state_set
/NextBSD/release/picobsd/build/
HDpicobsd414 local dst excl srcdir
424 excl=${MY_TREE}/floppy.tree.exclude
425 if [ -f ${excl} ] ; then
426 log "Files excluded from generic tree: `echo;cat ${excl}`"
427 excl="--exclude-from ${excl}"
429 excl=""
436 --exclude .svn ${excl} . ) | \
440 excl="" # reset the exclude list.
/NextBSD/contrib/wpa/wpa_supplicant/
HDinterworking.c1573 int excluded = 0, *excl = allow_excluded ? &excluded : NULL; in interworking_connect_helper() local
1601 wpa_s, bss, 0, excl); in interworking_connect_helper()
1606 if (allow_excluded && excl && !(*excl)) in interworking_connect_helper()
1607 excl = NULL; in interworking_connect_helper()
1610 cred = interworking_credentials_available_realm(wpa_s, bss, 0, excl); in interworking_connect_helper()
1615 if (allow_excluded && excl && !(*excl)) in interworking_connect_helper()
1616 excl = NULL; in interworking_connect_helper()
1620 excl); in interworking_connect_helper()
1625 if (allow_excluded && excl && !(*excl)) in interworking_connect_helper()
1626 excl = NULL; in interworking_connect_helper()
[all …]
/NextBSD/libexec/rtld-elf/amd64/
HDelf_rtld.x100 .stab.excl 0 : { *(.stab.excl) }
/NextBSD/libexec/rtld-elf/i386/
HDelf_rtld.x100 .stab.excl 0 : { *(.stab.excl) }
/NextBSD/contrib/openresolv/
HDresolvconf.in252 local report=false list= retval=0 cmd="$1" excl=
266 excl=true
269 excl=false
278 elif ! $excl; then
/NextBSD/sys/conf/
HDldscript.arm64118 .stab.excl 0 : { *(.stab.excl) }
HDldscript.arm123 .stab.excl 0 : { *(.stab.excl) }
HDldscript.sparc64234 .stab.excl 0 : { *(.stab.excl) }
HDldscript.i386164 .stab.excl 0 : { *(.stab.excl) }
HDldscript.mips.mips64266 .stab.excl 0 : { *(.stab.excl) }
HDldscript.mips265 .stab.excl 0 : { *(.stab.excl) }
HDldscript.amd64191 .stab.excl 0 : { *(.stab.excl) }
HDldscript.mips.cfe282 .stab.excl 0 : { *(.stab.excl) }
/NextBSD/sys/dev/netmap/
HDnetmap.c1788 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_get_exclusive() local
1806 (kring->users && excl)) in netmap_get_exclusive()
1822 if (excl) in netmap_get_exclusive()
1838 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_rel_exclusive() local
1852 if (excl) in netmap_rel_exclusive()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-shared-linux-o32.ld246 .stab.excl 0 : { *(.stab.excl) }
HDcvmx-shared-linux.ld269 .stab.excl 0 : { *(.stab.excl) }
HDcvmx-shared-linux-n32.ld270 .stab.excl 0 : { *(.stab.excl) }
/NextBSD/contrib/llvm/lib/Support/Unix/
HDPath.inc516 // Verify that we don't have both "append" and "excl".
518 "Cannot specify both 'excl' and 'append' file creation flags!");
/NextBSD/contrib/binutils/ld/scripttempl/
HDmep.sc403 .stab.excl 0 : { *(.stab.excl) }
HDelf.sc472 .stab.excl 0 : { *(.stab.excl) }
/NextBSD/contrib/llvm/lib/Support/Windows/
HDPath.inc674 // Verify that we don't have both "append" and "excl".
676 "Cannot specify both 'excl' and 'append' file creation flags!");
/NextBSD/contrib/gcc/
HDgenautomata.c502 struct excl_rel_decl excl; member
911 &(_decl)->decl.excl; }))
1079 #define DECL_EXCL(d) (&(d)->decl.excl)
/NextBSD/contrib/gcc/config/ia64/
HDia64.md6357 "%,lfetch.excl.nta [%0]",
6358 "%,lfetch.excl.nt1 [%0]",
6359 "%,lfetch.excl.nt2 [%0]",
6360 "%,lfetch.excl [%0]"

12