| /freebsd-12-stable/usr.bin/diff/ |
| D | diffdir.c | 223 struct excludes *excl; in selectfile() local 234 for (excl = excludes_list; excl != NULL; excl = excl->next) in selectfile() 235 if (fnmatch(excl->pattern, dp->d_name, FNM_PATHNAME) == 0) in selectfile()
|
| /freebsd-12-stable/lib/libsysdecode/ |
| D | mktables | 58 local name grep file excl filter 62 excl=$4 64 if [ -z "$excl" ]; then 75 $include_dir/$file | ${filter} ${excl} | \
|
| /freebsd-12-stable/release/picobsd/build/ |
| D | picobsd | 418 local dst excl srcdir 428 excl=${MY_TREE}/floppy.tree.exclude 429 if [ -f ${excl} ] ; then 430 log "Files excluded from generic tree: `echo;cat ${excl}`" 431 excl="--exclude-from ${excl}" 433 excl="" 440 --exclude .svn ${excl} . ) | \ 444 excl="" # reset the exclude list.
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | interworking.c | 1679 int excluded = 0, *excl = &excluded; in interworking_connect() local 1707 wpa_s, bss, 0, excl); in interworking_connect() 1712 if (excl && !(*excl)) in interworking_connect() 1713 excl = NULL; in interworking_connect() 1716 cred = interworking_credentials_available_realm(wpa_s, bss, 0, excl); in interworking_connect() 1721 if (excl && !(*excl)) in interworking_connect() 1722 excl = NULL; in interworking_connect() 1726 excl); in interworking_connect() 1731 if (excl && !(*excl)) in interworking_connect() 1732 excl = NULL; in interworking_connect() [all …]
|
| /freebsd-12-stable/usr.sbin/powerd/ |
| D | powerd.c | 148 int error, cpu, i, total, excl; in read_usage_times() local 180 excl = cp_times[cpu * CPUSTATES + CP_IDLE] - in read_usage_times() 183 excl += cp_times[cpu * CPUSTATES + CP_NICE] - in read_usage_times() 185 *load += 100 - excl * 100 / total; in read_usage_times()
|
| /freebsd-12-stable/contrib/openresolv/ |
| D | resolvconf.in | 420 excl=false 427 excl=true 441 excl=false 453 elif ! $excl; then
|
| /freebsd-12-stable/sys/conf/ |
| D | ldscript.riscv | 118 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.arm64 | 122 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.arm | 127 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.sparc64 | 238 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.i386 | 169 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.mips.mips64 | 270 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.mips | 269 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.mips.cfe | 286 .stab.excl 0 : { *(.stab.excl) }
|
| D | ldscript.amd64 | 211 .stab.excl 0 : { *(.stab.excl) }
|
| /freebsd-12-stable/sys/ufs/ufs/ |
| D | ufs_dirhash.c | 195 bool excl; in ufsdirhash_create() local 199 excl = false; in ufsdirhash_create() 237 if (excl) in ufsdirhash_create() 261 if (excl || sx_try_upgrade(&dh->dh_lock)) in ufsdirhash_create() 264 excl = true; in ufsdirhash_create()
|
| /freebsd-12-stable/sys/amd64/vmm/amd/ |
| D | amdvi_priv.h | 215 } excl; member
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-shared-linux-o32.ld | 246 .stab.excl 0 : { *(.stab.excl) }
|
| D | cvmx-shared-linux.ld | 269 .stab.excl 0 : { *(.stab.excl) }
|
| D | cvmx-shared-linux-n32.ld | 270 .stab.excl 0 : { *(.stab.excl) }
|
| /freebsd-12-stable/contrib/binutils/ld/scripttempl/ |
| D | mep.sc | 403 .stab.excl 0 : { *(.stab.excl) }
|
| D | elf.sc | 472 .stab.excl 0 : { *(.stab.excl) }
|
| /freebsd-12-stable/sys/dev/netmap/ |
| D | netmap.c | 2008 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_krings_get() local 2025 (kring->users && excl)) in netmap_krings_get() 2037 if (excl) in netmap_krings_get() 2054 int excl = (priv->np_flags & NR_EXCLUSIVE); in netmap_krings_put() local 2065 if (excl) in netmap_krings_put()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | genautomata.c | 502 struct excl_rel_decl excl; member 911 &(_decl)->decl.excl; })) 1079 #define DECL_EXCL(d) (&(d)->decl.excl)
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.md | 6357 "%,lfetch.excl.nta [%0]", 6358 "%,lfetch.excl.nt1 [%0]", 6359 "%,lfetch.excl.nt2 [%0]", 6360 "%,lfetch.excl [%0]"
|