/freebsd/tests/sys/cddl/zfs/include/ |
H A D | commands.txt | 22 #!/usr/local/bin/ksh93 -p 29 # /bin/df becomes export DF="/bin/df" 36 /usr/bin/awk 38 /usr/bin/basename 39 /usr/bin/bzcat 40 /bin/cat 41 /usr/bin/cd 42 /usr/bin/chgrp 43 /bin/chmod 45 /usr/bin/cksum [all …]
|
/freebsd/targets/pseudo/userland/ |
H A D | Makefile.depend | 7 bin/cat \ 8 bin/chflags \ 9 bin/chio \ 10 bin/chmod \ 11 bin/cp \ 12 bin/csh \ 13 bin/date \ 14 bin/dd \ 15 bin/df \ 16 bin/domainname \ [all …]
|
/freebsd/targets/pseudo/clang/ |
H A D | Makefile.depend | 8 usr.bin/clang/clang \ 9 usr.bin/clang/clang-tblgen \ 10 usr.bin/clang/llvm-min-tblgen \ 11 usr.bin/clang/llvm-objdump \ 12 usr.bin/clang/llvm-tblgen \ 38 usr.bin/clang/lldb 43 usr.bin/clang/bugpoint \ 44 usr.bin/clang/llc \ 45 usr.bin/clang/lli \ 46 usr.bin/clang/llvm-ar \ [all …]
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | ssh-host-config | 29 /usr/bin/basename coreutils 30 /usr/bin/cat coreutils 31 /usr/bin/chmod coreutils 32 /usr/bin/dirname coreutils 33 /usr/bin/id coreutils 34 /usr/bin/mv coreutils 35 /usr/bin/rm coreutils 36 /usr/bin/cygpath cygwin 37 /usr/bin/mkpasswd cygwin 38 /usr/bin/mount cygwin [all …]
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 7 bin/cat/tests \ 8 bin/chflags/tests \ 9 bin/chmod/tests \ 10 bin/date/tests \ 11 bin/dd/tests \ 12 bin/echo/tests \ 13 bin/expr/tests \ 14 bin/ln/tests \ 15 bin/ls/tests \ 16 bin/mkdir/tests \ [all …]
|
/freebsd/targets/pseudo/userland/gnu/ |
H A D | Makefile.depend | 11 gnu/usr.bin/binutils/ar \ 12 gnu/usr.bin/binutils/as \ 13 gnu/usr.bin/binutils/doc \ 14 gnu/usr.bin/binutils/ld \ 15 gnu/usr.bin/binutils/libbfd \ 16 gnu/usr.bin/binutils/libbinutils \ 17 gnu/usr.bin/binutils/libiberty \ 18 gnu/usr.bin/binutils/libopcodes \ 19 gnu/usr.bin/binutils/objdump \ 20 gnu/usr.bin/dialog \ [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | uuid.c | 15 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/share/mk/ |
H A D | local.gendirdeps.mk | 7 Ncddl/usr.bin/ctf* \ 13 Nusr.bin/awk.host \ 14 Nusr.bin/xinstall.host \ 23 .if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != "" 25 Nusr.bin/clang/* \ 26 Ngnu/usr.bin/cc/* \ 31 Nusr.bin/addr2line \ 32 Nusr.bin/ar \ 33 Nusr.bin/clang/clang \ 34 Nusr.bin/elfcopy \ [all …]
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | legacy | 3 calc_tickadj,bin,1 4 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 [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | test.data | 22 7080 bin 140 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/sh 141 2roottcsh:*:0:0:Super-User running tcsh [cbm]:/:/bin/tcsh 142 3sysadm:*:0:0:System V Administration:/usr/admin:/bin/sh 143 4diag:*:0:996:Hardware Diagnostics:/usr/diags:/bin/csh 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 150 11lp:*:9:9:Print Spooler Owner:/var/spool/lp:/bin/sh [all …]
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | Dir.mk | 29 build/bin/test/memcpy \ 30 build/bin/test/memmove \ 31 build/bin/test/memset \ 32 build/bin/test/memchr \ 33 build/bin/test/memrchr \ 34 build/bin/test/memcmp \ 35 build/bin/test/__mtag_tag_region \ 36 build/bin/test/__mtag_tag_zero_region \ 37 build/bin/test/strcpy \ 38 build/bin/test/stpcpy \ [all …]
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | bin.h | 98 bool bin_init(bin_t *bin); 101 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 102 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 103 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 107 bin_stats_merge(tsdn_t *tsdn, bin_stats_t *dst_bin_stats, bin_t *bin) { in bin_stats_merge() argument 108 malloc_mutex_lock(tsdn, &bin->lock); in bin_stats_merge() 109 malloc_mutex_prof_accum(tsdn, &dst_bin_stats->mutex_data, &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() 112 dst_bin_stats->nrequests += bin->stats.nrequests; in bin_stats_merge() [all …]
|
H A D | cache_bin.h | 88 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() 120 cache_bin_dalloc_easy(cache_bin_t *bin, cache_bin_info_t *bin_info, void *ptr) { in cache_bin_dalloc_easy() argument 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() [all …]
|
H A D | tcache_inlines.h | 45 cache_bin_t *bin; in tcache_alloc_small() local 50 bin = tcache_small_bin_get(tcache, binind); in tcache_alloc_small() 51 ret = cache_bin_alloc_easy(bin, &tcache_success); 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 111 bin = tcache_large_bin_get(tcache, binind); in tcache_alloc_large() 112 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_large() 152 bin->tstats.nrequests++; in tcache_alloc_large() 166 cache_bin_t *bin; in tcache_dalloc_small() local [all …]
|
/freebsd/tools/regression/usr.bin/env/ |
H A D | regress-env.rgdata | 28 testpgm=/usr/bin/env 29 gblenv=PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin 36 sb_args:/bin/sh 38 script:/bin/echo A-${TESTVAR}-Z 42 sb_args:-S /bin/sh 43 script:/bin/echo A-${TESTVAR}-Z 48 sb_args:-S TESTVAR=bb22bb /bin/sh 49 script:/bin/echo A-${TESTVAR}-Z 53 sb_args:-S\_TESTVAR=ab22ab\_/bin/sh 54 script:/bin/echo A-${TESTVAR}-Z [all …]
|
/freebsd/crypto/libecc/scripts/ |
H A D | test_ec_utils.sh | 21 …rm -f test_key_public_key.bin test_key_private_key.bin test_key_private_key.h test_key_public_key.… 70 …s[c]} ${signatures[s]} ${hashes[h]} $EC_UTILS test_key_private_key.bin signed_file.bin.signed "ANC… 72 …es[c]} ${signatures[s]} ${hashes[h]} $EC_UTILS test_key_public_key.bin signed_file.bin.signed "ANC… 73 rm -f signed_file.bin.signed 75 …s[c]} ${signatures[s]} ${hashes[h]} $EC_UTILS test_key_private_key.bin signed_file.bin.signed IMAG… 77 …ify ${curves[c]} ${signatures[s]} ${hashes[h]} signed_file.bin.signed test_key_public_key.bin "ANC… 78 rm -f signed_file.bin.signed 80 …rm -f test_key_public_key.bin test_key_private_key.bin test_key_private_key.h test_key_public_key.h
|
/freebsd/targets/pseudo/toolchain/ |
H A D | Makefile.depend | 8 gnu/usr.bin/binutils/as \ 9 gnu/usr.bin/binutils/ld \ 10 usr.bin/addr2line \ 11 usr.bin/ar \ 12 usr.bin/cxxfilt \ 13 usr.bin/elfcopy \ 14 usr.bin/elfdump \ 15 usr.bin/nm \ 16 usr.bin/readelf \ 17 usr.bin/size \ [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | commands | 7 0 string/fwt #!\ /bin/sh POSIX shell script text executable 9 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data) 14 0 string/fwt #!\ /bin/csh C shell script text executable 18 0 string/fwt #!\ /bin/ksh Korn shell script text executable 20 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data) 23 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable 25 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable 29 0 string/fwt #!\ /usr/local/bin/tcsh Tenex C shell script text executable 34 0 string/fwt #!\ /bin/zsh Paul Falstad's zsh script text executable 36 0 string/fwt #!\ /usr/bin/zsh Paul Falstad's zsh script text executable [all …]
|
/freebsd/targets/pseudo/userland/games/ |
H A D | Makefile.depend | 4 usr.bin/caesar \ 5 usr.bin/factor \ 6 usr.bin/fortune/fortune \ 7 usr.bin/fortune/strfile \ 8 usr.bin/fortune/datfiles \ 9 usr.bin/fortune/unstr \ 10 usr.bin/grdc \ 11 usr.bin/morse \ 12 usr.bin/number \ 13 usr.bin/pom \ [all …]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | command13.0 | 16 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/targets/pseudo/gcc/ |
H A D | Makefile.depend | 4 gnu/usr.bin/cc/cc_tools \ 5 gnu/usr.bin/cc/libiberty \ 6 gnu/usr.bin/cc/libcpp \ 7 gnu/usr.bin/cc/libdecnumber \ 8 gnu/usr.bin/cc/cc_int \ 9 gnu/usr.bin/cc/cc \ 10 gnu/usr.bin/cc/cc1 \ 11 gnu/usr.bin/cc/include \ 12 gnu/usr.bin/cc/cpp \ 13 gnu/usr.bin/cc/cc1plus \ [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_paprd.c | 1431 int bin, idx; in create_pa_curve() local 1449 for (bin = 0; bin < NUM_BIN; bin++) { in create_pa_curve() 1450 accum_cnt[bin] = paprd_train_data_l[bin] & 0xffff; in create_pa_curve() 1452 accum_tx[bin] = in create_pa_curve() 1453 ((paprd_train_data_l[bin] >> 16) & 0xffff) | in create_pa_curve() 1454 ((paprd_train_data_u[bin] & 0x7ff) << 16); in create_pa_curve() 1455 accum_rx[bin] = in create_pa_curve() 1456 ((paprd_train_data_u[bin] >> 11) & 0x1f) | in create_pa_curve() 1457 ((paprd_train_data_l[bin + 23] & 0xffff) << 5); in create_pa_curve() 1458 accum_ang[bin] = in create_pa_curve() [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | gentemplate.pm | 207 my $bin = shift; 216 product => $bin, 222 defined $bin ? @{$self->{info}->{includes}->{$bin} // []} : () ], 224 defined $bin ? @{$self->{info}->{defines}->{$bin} // []} : () ], 228 $self->dogenerate($_, $obj, $bin, %opts); 232 $self->dogenerate($script, $obj, $bin, %opts); 257 my $bin = shift; 263 @{$self->{info}->{includes}->{$bin} // []} ); 265 @{$self->{info}->{defines}->{$bin} // []} ); 266 print STDERR "DEBUG[doobj] \@srcs for $obj ($bin) : ", [all …]
|
/freebsd/targets/pseudo/host-tools/ |
H A D | Makefile.depend.host | 3 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/crypto/openssh/regress/ |
H A D | match-subsystem.sh | 25 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 …]
|