Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 1493) sorted by relevance

12345678910>>...60

/freebsd-14.2/tests/sys/cddl/zfs/include/
H A Dcommands.txt32 # /bin/df becomes export DF="/bin/df"
43 /bin/cat
54 /bin/cp
57 /bin/date
58 /bin/dd
104 /bin/ls
117 /bin/mv
123 /bin/pax
131 /bin/ps
134 /bin/rcp
[all …]
/freebsd-14.2/targets/pseudo/userland/
H A DMakefile.depend8 bin/cat \
10 bin/chio \
12 bin/cp \
13 bin/csh \
14 bin/date \
15 bin/dd \
16 bin/df \
19 bin/ed \
26 bin/ln \
27 bin/ls \
[all …]
/freebsd-14.2/targets/pseudo/clang/
H A DMakefile.depend9 usr.bin/clang/clang \
10 usr.bin/clang/clang-tblgen \
12 usr.bin/clang/llvm-objdump \
13 usr.bin/clang/llvm-tblgen \
39 usr.bin/clang/lldb
45 usr.bin/clang/llc \
46 usr.bin/clang/lli \
47 usr.bin/clang/llvm-ar \
48 usr.bin/clang/llvm-as \
60 usr.bin/clang/llvm-mc \
[all …]
/freebsd-14.2/crypto/openssh/contrib/cygwin/
H A Dssh-host-config30 /usr/bin/cat coreutils
33 /usr/bin/id coreutils
34 /usr/bin/mv coreutils
35 /usr/bin/rm coreutils
38 /usr/bin/mount cygwin
39 /usr/bin/ps cygwin
40 /usr/bin/umount cygwin
42 /usr/bin/grep grep
43 /usr/bin/awk gawk
46 /usr/bin/sed sed
[all …]
/freebsd-14.2/targets/pseudo/tests/
H A DMakefile.depend8 bin/cat/tests \
11 bin/date/tests \
12 bin/dd/tests \
13 bin/echo/tests \
14 bin/expr/tests \
15 bin/ln/tests \
16 bin/ls/tests \
18 bin/mv/tests \
19 bin/pax/tests \
23 bin/sh/tests \
[all …]
/freebsd-14.2/targets/pseudo/userland/gnu/
H A DMakefile.depend12 gnu/usr.bin/binutils/ar \
13 gnu/usr.bin/binutils/as \
15 gnu/usr.bin/binutils/ld \
21 gnu/usr.bin/dialog \
22 gnu/usr.bin/diff3 \
23 gnu/usr.bin/gdb/doc \
24 gnu/usr.bin/gdb/gdb \
26 gnu/usr.bin/gdb/kgdb \
28 gnu/usr.bin/gperf \
30 gnu/usr.bin/grep \
[all …]
/freebsd-14.2/contrib/wpa/src/utils/
H A Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument
21 opos = bin; in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument
55 bin[0], bin[1], bin[2], bin[3], in uuid_bin2str()
56 bin[4], bin[5], bin[6], bin[7], in uuid_bin2str()
57 bin[8], bin[9], bin[10], bin[11], in uuid_bin2str()
58 bin[12], bin[13], bin[14], bin[15]); in uuid_bin2str()
/freebsd-14.2/contrib/ntp/sntp/loc/
H A Dlegacy4 ntp-keygen,bin,1
5 ntp-wait,bin,1
6 ntpd,bin,1
7 ntpdate,bin,1
8 ntpdc,bin,1
9 ntpdsim,bin,1
10 ntpq,bin,1
11 ntpsnmpd,bin,1
13 ntptime,bin,1
15 sntp,bin,1
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dtest.data22 7080 bin
140 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/sh
144 5daemon:*:1:1:daemons:/:/bin/sh
145 6bin:*:2:2:System Tools Owner:/bin:/dev/null
148 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/sh
149 10adm:*:5:3:Accounting Files Owner:/usr/adm:/bin/sh
158 19tutor:*:994:997:Tutorial User:/usr/tutor:/bin/csh
170 1r oot EMpNB8Zp56 0 0 Super-User,,,,,,, / /bin/sh
174 5d aemon * 1 1 daemons / /bin/sh
175 6b in * 2 2 System Tools Owner /bin /dev/null
[all …]
/freebsd-14.2/share/mk/
H A Dlocal.gendirdeps.mk10 Ncddl/usr.bin/ctf* \
24 .if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != ""
26 Nusr.bin/clang/* \
33 Nusr.bin/ar \
35 Nusr.bin/elfcopy \
36 Nusr.bin/elfdump \
37 Nusr.bin/nm \
38 Nusr.bin/readelf \
39 Nusr.bin/size \
40 Nusr.bin/strings \
[all …]
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dbin.h98 bool bin_init(bin_t *bin);
101 void bin_prefork(tsdn_t *tsdn, bin_t *bin);
108 malloc_mutex_lock(tsdn, &bin->lock); in bin_stats_merge()
110 dst_bin_stats->nmalloc += bin->stats.nmalloc; in bin_stats_merge()
111 dst_bin_stats->ndalloc += bin->stats.ndalloc; in bin_stats_merge()
113 dst_bin_stats->curregs += bin->stats.curregs; in bin_stats_merge()
114 dst_bin_stats->nfills += bin->stats.nfills; in bin_stats_merge()
115 dst_bin_stats->nflushes += bin->stats.nflushes; in bin_stats_merge()
116 dst_bin_stats->nslabs += bin->stats.nslabs; in bin_stats_merge()
117 dst_bin_stats->reslabs += bin->stats.reslabs; in bin_stats_merge()
[all …]
H A Dcache_bin.h88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() argument
91 bin->ncached--; in cache_bin_alloc_easy()
97 if (unlikely(bin->ncached <= bin->low_water)) { in cache_bin_alloc_easy()
98 bin->low_water = bin->ncached; in cache_bin_alloc_easy()
99 if (bin->ncached == -1) { in cache_bin_alloc_easy()
100 bin->ncached = 0; in cache_bin_alloc_easy()
114 ret = *(bin->avail - (bin->ncached + 1)); in cache_bin_alloc_easy()
121 if (unlikely(bin->ncached == bin_info->ncached_max)) { in cache_bin_dalloc_easy()
124 assert(bin->ncached < bin_info->ncached_max); in cache_bin_dalloc_easy()
125 bin->ncached++; in cache_bin_dalloc_easy()
[all …]
H A Dtcache_inlines.h45 cache_bin_t *bin; in tcache_alloc_small() local
50 bin = tcache_small_bin_get(tcache, binind); in tcache_alloc_small()
61 bin, binind, &tcache_hard_success); in tcache_alloc_small()
94 bin->tstats.nrequests++; in tcache_alloc_small()
107 cache_bin_t *bin; in tcache_alloc_large() local
152 bin->tstats.nrequests++; in tcache_alloc_large()
166 cache_bin_t *bin; in tcache_dalloc_small() local
191 cache_bin_t *bin; in tcache_dalloc_large() local
205 tcache_bin_flush_large(tsd, bin, binind, in tcache_dalloc_large()
209 bin->ncached++; in tcache_dalloc_large()
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/string/
H A DDir.mk26 build/bin/test/memcpy \
27 build/bin/test/memmove \
28 build/bin/test/memset \
29 build/bin/test/memchr \
31 build/bin/test/memcmp \
34 build/bin/test/strcpy \
35 build/bin/test/stpcpy \
36 build/bin/test/strcmp \
37 build/bin/test/strchr \
42 build/bin/test/strncmp
[all …]
/freebsd-14.2/targets/pseudo/toolchain/
H A DMakefile.depend11 usr.bin/addr2line \
12 usr.bin/ar \
13 usr.bin/cxxfilt \
14 usr.bin/elfcopy \
15 usr.bin/elfdump \
16 usr.bin/nm \
17 usr.bin/readelf \
18 usr.bin/size \
19 usr.bin/strings \
20 usr.bin/strip \
[all …]
/freebsd-14.2/tools/regression/usr.bin/env/
H A Dregress-env.rgdata28 testpgm=/usr/bin/env
29 gblenv=PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
36 sb_args:/bin/sh
42 sb_args:-S /bin/sh
74 sb_args:-S -P/bin sh
88 sb_args:-S -P/bin:/usr/bin:${PATH} ENV_PATH=/bin:/usr/bin:${PATH} sh
93 stdout:B-/bin:/usr/bin:/usr/sbin-Y
213 sb_args:-S TESTVAR=/usr/bin:$PATH /bin/sh
233 …sb_args:-iS PATH=/bin:/usr/bin:/Not WASPATH=${PATH} WASOUT=${OUTSIDEVAR} TESTVAR=SbValue WASTEST=$…
241 stdout:PATH=/bin:/usr/bin:/Not
[all …]
/freebsd-14.2/targets/pseudo/userland/games/
H A DMakefile.depend5 usr.bin/caesar \
6 usr.bin/factor \
7 usr.bin/fortune/fortune \
8 usr.bin/fortune/strfile \
10 usr.bin/fortune/unstr \
11 usr.bin/grdc \
12 usr.bin/morse \
13 usr.bin/number \
14 usr.bin/pom \
15 usr.bin/primes \
[all …]
/freebsd-14.2/bin/sh/tests/builtins/
H A Dcommand13.016 check "$(cd /bin && PATH=. command -v ls)" /bin/ls /bin/./ls
17 check "$(cd /bin && PATH=:/var/empty/nosuch command -v ls)" /bin/ls /bin/./ls
18 check "$(cd / && PATH=bin command -v ls)" /bin/ls
19 check "$(cd / && command -v bin/ls)" /bin/ls
20 check "$(cd /bin && command -v ./ls)" /bin/ls /bin/./ls
/freebsd-14.2/targets/pseudo/gcc/
H A DMakefile.depend5 gnu/usr.bin/cc/cc_tools \
6 gnu/usr.bin/cc/libiberty \
7 gnu/usr.bin/cc/libcpp \
9 gnu/usr.bin/cc/cc_int \
10 gnu/usr.bin/cc/cc \
11 gnu/usr.bin/cc/cc1 \
12 gnu/usr.bin/cc/include \
13 gnu/usr.bin/cc/cpp \
14 gnu/usr.bin/cc/cc1plus \
15 gnu/usr.bin/cc/c++ \
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcommands7 0 string/fwt #!\ /bin/sh POSIX shell script text executable
14 0 string/fwt #!\ /bin/csh C shell script text executable
18 0 string/fwt #!\ /bin/ksh Korn shell script text executable
51 0 string/fwt #!\ /bin/nawk new awk script text executable
53 0 string/fwt #!\ /usr/bin/nawk new awk script text executable
57 0 string/fwt #!\ /bin/gawk GNU awk script text executable
59 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable
64 0 string/fwt #!\ /bin/awk awk script text executable
66 0 string/fwt #!\ /usr/bin/awk awk script text executable
142 0 search/1/w #!\ /usr/bin/php PHP script text executable
[all …]
/freebsd-14.2/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1449 for (bin = 0; bin < NUM_BIN; bin++) { in create_pa_curve()
1504 for (bin = 1; bin < 6; bin++) { in create_pa_curve()
1508 for (bin = 1; bin < 6; bin++) { in create_pa_curve()
1515 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1539 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1546 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1551 for (bin = 0; bin <= 3; bin++) { in create_pa_curve()
1589 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve()
1617 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve()
1637 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve()
[all …]
/freebsd-14.2/crypto/openssl/Configurations/
H A Dgentemplate.pm207 my $bin = shift;
216 product => $bin,
222 defined $bin ? @{$self->{info}->{includes}->{$bin} // []} : () ],
224 defined $bin ? @{$self->{info}->{defines}->{$bin} // []} : () ],
257 my $bin = shift;
282 obj => $obj, product => $bin,
489 my $bin = shift;
490 return "" if $cache{$bin};
493 my @deps = ( grep { $_ ne $bin } $self->resolvedepends($bin) );
504 bin => $bin,
[all …]
/freebsd-14.2/targets/pseudo/host-tools/
H A DMakefile.depend.host3 usr.bin/awk \
4 usr.bin/cap_mkdb \
5 usr.bin/file2c \
6 usr.bin/lex \
7 usr.bin/mkdep \
8 usr.bin/mkimg \
9 usr.bin/rpcgen \
10 usr.bin/sed \
11 usr.bin/tar \
12 usr.bin/yacc \
/freebsd-14.2/crypto/openssh/regress/
H A Dmatch-subsystem.sh25 Subsystem xxx /bin/sh -c "exit 23"
32 Subsystem xxx /bin/sh -c "exit 23"
33 Subsystem xxx /bin/sh -c "exit 24"
41 Subsystem xxx /bin/sh -c "exit 21"
49 Subsystem xxx /bin/sh -c "exit 21"
50 Subsystem xxx /bin/sh -c "exit 24"
58 Subsystem xxx /bin/sh -c "exit 20"
66 Subsystem xxx /bin/sh -c "exit 20"
67 Subsystem xxx /bin/sh -c "exit 24"
69 Subsystem xxx /bin/sh -c "exit 24"
[all …]
/freebsd-14.2/contrib/blocklist/diff/
H A Dnamed.diff2 +++ dist/bin/named/pfilter.c 2015-01-22 01:35:16.000000000 -0500
51 Index: bin/named/Makefile
56 --- bin/named/Makefile 31 Dec 2013 20:23:12 -0000 1.8
57 +++ bin/named/Makefile 23 Jan 2015 21:37:09 -0000
69 Index: dist/bin/named/client.c
75 +++ dist/bin/named/client.c 23 Jan 2015 21:37:09 -0000
93 Index: dist/bin/named/main.c
99 +++ dist/bin/named/main.c 23 Jan 2015 21:37:09 -0000
119 Index: dist/bin/named/query.c
153 Index: dist/bin/named/update.c
[all …]

12345678910>>...60