| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | core6.c | 21 print(unsigned char *x, unsigned char *y) in print() function 38 print(out, c); in main() 39 print(out + 20, c + 4); in main() 41 print(out + 40, c + 8); in main() 42 print(out + 60, c + 12); in main() 44 print(out + 24, in); in main() 45 print(out + 28, in + 4); in main() 47 print(out + 32, in + 8); in main() 48 print(out + 36, in + 12); in main()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_run.c | 341 bool print = false; in db_single_step_cmd() local 347 print = true; in db_single_step_cmd() 352 db_sstep_print = print; in db_single_step_cmd() 366 bool print = false; in db_trace_until_call_cmd() local 369 print = true; in db_trace_until_call_cmd() 372 db_sstep_print = print; in db_trace_until_call_cmd() 385 bool print = false; in db_trace_until_matching_cmd() local 388 print = true; in db_trace_until_matching_cmd() 392 db_sstep_print = print; in db_trace_until_matching_cmd()
|
| /f-stack/doc/ |
| H A D | Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 33 export myaddr=`ifconfig eth0 | grep "inet" | grep -v ":" | awk -F ' ' '{print $2}'` 34 export mymask=`ifconfig eth0 | grep "netmask" | awk -F ' ' '{print $4}'` 35 export mybc=`ifconfig eth0 | grep "broadcast" | awk -F ' ' '{print $6}'` 36 export myhw=`ifconfig eth0 | grep "ether" | awk -F ' ' '{print $2}'` 37 export mygw=`route -n | grep 0.0.0.0 | grep eth0 | grep UG | awk -F ' ' '{print $2}'` 39 …ort myaddr=`ifconfig eth0 | grep "inet addr" | awk -F ' ' '{print $2}' | awk -F ':' '{print $2}'` 40 … #export mymask=`ifconfig eth0 | grep "Mask" | awk -F ' ' '{print $4}' | awk -F ':' '{print $2}'` 41 #export mybc=`ifconfig eth0 | grep "Bcast" | awk -F ' ' '{print $3}' | awk -F ':' '{print $2}'` 42 #export myhw=`ifconfig eth0 | grep "HWaddr" | awk -F ' ' '{print $5}'` 43 #export mygw=`route -n | grep 0.0.0.0 | grep eth0 | grep UG | awk -F ' ' '{print $2}'
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 103 print -u2 $($out) 115 print -u2 $($out) 128 print -u2 $($out) 212 print -u2 $($out) 216 print -u2 $($out) 220 print -u2 $($out) 224 print -u2 $($out) 231 print -u2 $($out) 275 print -u2 $($out) 282 print -u2 $($out) [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
| H A D | zpool_reopen.cfg | 21 export DISK_ARRAY_NUM=$(echo ${DISKS} | nawk '{print NF}') 32 export DISK1=$(echo $DISKS | nawk '{print $1}') 33 export DISK2=$(echo $DISKS | nawk '{print $2}') 34 export DISK3=$(echo $DISKS | nawk '{print $3}')
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | fault.cfg | 29 export DISK_ARRAY_NUM=$(echo ${DISKS} | nawk '{print NF}') 39 export DISK1=$(echo $DISKS | nawk '{print $1}') 40 export DISK2=$(echo $DISKS | nawk '{print $2}') 41 export DISK3=$(echo $DISKS | nawk '{print $3}')
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
| H A D | zpool_resilver.cfg | 26 export DISK1=$(echo $DISKS | nawk '{print $1}') 27 export DISK2=$(echo $DISKS | nawk '{print $2}') 28 export DISK3=$(echo $DISKS | nawk '{print $3}')
|
| /f-stack/app/nginx-1.16.1/auto/lib/perl/ |
| H A D | conf | 15 if [ "`$NGX_PERL -e 'use 5.008006; print "OK"'`" != "OK" ]; then 23 if [ "`$NGX_PERL -MExtUtils::Embed -e 'print "OK"'`" != "OK" ]; then 32 NGX_PM_LDFLAGS=`$NGX_PERL -MConfig -e 'print $Config{lddlflags}'` 45 ngx_perl_dlext=`$NGX_PERL -MConfig -e 'print $Config{dlext}'`
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | ax_python_devel.m4 | 102 print (ver >= '2.1.0')"` 131 print (ver $1)"` 170 print (distutils.sysconfig.get_python_inc ());"` 199 print(e) 207 print (sys.version[[:3]])"` 222 print (e) 231 print ('python'+c[['LDVERSION']]) 233 print ('python'+c[['VERSION']]) 272 print (distutils.sysconfig.get_python_lib(0,0));"` 284 print (conf('LIBS') + ' ' + conf('SYSLIBS'))"` [all …]
|
| H A D | deb.am | 23 debarch=`$(DPKG) --print-architecture`; \ 33 debarch=`$(DPKG) --print-architecture`; \ 42 debarch=`$(DPKG) --print-architecture`; \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend.cfg | 32 export DISK1=$(echo $DISKS | awk '{print $1}') 33 export DISK2=$(echo $DISKS | awk '{print $2}') 34 export DISK3=$(echo $DISKS | awk '{print $3}')
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 29 awk '/^pool +alloc +free +read +write +/ {print $8} \ 30 /NAME +STATE +READ +WRITE +CKSUM/ {print $6}')" 42 awk '/\/dev/{print NF-'$dcols'; if (NF <= '$dcols') {exit 1}}' | \
|
| H A D | blkdev.shlib | 226 disk="$(echo $DISKS | nawk '{print $(i + 1)}')" 258 disk="$(echo $DISKS | nawk '{print $(i + 1)}')" 305 | nawk -F / '{print $3}')" 310 | nawk '{print $2; exit}' \ 311 | nawk -F / '{print $3}')" 340 | nawk -F / '{print $2}')" 342 | nawk '{print $1}')" 360 2>/dev/null | nawk '{print $1}')" 384 | nawk -F / '{print $2}')" 386 | nawk '{print $1}')" [all …]
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | oob_monitor_x86.c | 264 int print = 0; in run_branch_monitor() local 277 print++; in run_branch_monitor() 282 if ((print > PRINT_LOOP_COUNT) && (g_active)) { in run_branch_monitor() 293 if (print > PRINT_LOOP_COUNT) { in run_branch_monitor() 296 print = 0; in run_branch_monitor()
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | min.c | 12 static int print(lua_State *L) in print() function 35 lua_register(L,"print",print); in main()
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | fib.lua | 32 print(s,n,v,t,N) 37 print("","n","value","time","evals")
|
| H A D | echo.lua | 4 print(i,arg[i])
|
| H A D | env.lua | 7 print(a,USER,PATH)
|
| H A D | fibfor.lua | 13 for i in generatefib(1000) do print(i) end
|
| H A D | sieve.lua | 27 print(n) -- must be a prime number
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | priv.h | 70 uni_print_f print; member 79 uni_msg_print_f print; member
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 40 $__ZFS_CMD 2>&1 | awk '/^\t[a-z]/ {print $1}' | cut -f1 -d '|' | uniq 45 $__ZFS_CMD get 2>&1 | awk '$2 == "YES" || $2 == "NO" {print $1}'; echo all name space 50 $__ZFS_CMD get 2>&1 | awk '$2 == "YES" {print $1"="}' 55 $__ZFS_CMD get 2>&1 | awk '$3 == "YES" {print $1}' 103 echo "$datasets" | awk '{print $1"@"}' 410 $__ZPOOL_CMD 2>&1 | awk '/^\t[a-z]/ {print $1}' | uniq 415 $__ZPOOL_CMD get 2>&1 | awk '$2 == "YES" || $2 == "NO" {print $1}'; echo all 420 $__ZPOOL_CMD get 2>&1 | awk '$2 == "YES" {print $1"="}'
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
| H A D | zvol_swap.cfg | 37 SAVESWAPDEVS=$(swapon -s | nawk '(NR != 1) {print $1}') 39 SAVESWAPDEVS=$(swap -l | nawk '(NR != 1) {print $1}')
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/migration/ |
| H A D | migration.cfg | 34 export DISK_ARRAY_NUM=$(echo ${DISKS} | nawk '{print NF}') 106 export SUMA=`echo $tmp | awk '{print $1}'` 107 export SUMB=`echo $tmp | awk '{print $2}'`
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted.cfg | 26 export DISK1=$(echo $DISKS | awk '{print $1}') 27 export DISK2=$(echo $DISKS | awk '{print $2}')
|