/freebsd/contrib/ncurses/ |
H A D | mk-1st.awk | 1 # $Id: mk-1st.awk,v 1.125 2023/04/22 15:49:59 tom Exp $ 3 # Copyright 2018-2021,2023 Thomas E. Dickey # 4 # Copyright 1998-2016,2017 Free Software Foundation, Inc. # 19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 41 # model (directory into which we compile, e.g., "obj") 42 # prefix (e.g., "lib", for Unix-style libraries) 45 # driver ("yes" or "no", depends on --enable-term-driver) 47 # ShlibVerInfix ("yes" or "no", determines location of version #) 48 # SymLink ("ln -s", etc) 51 # ReLink ("yes", or "no", flag to rebuild shared libs on install) [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | checkstyle.yaml | 8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 9 cancel-in-progress: true 13 runs-on: ubuntu-22.04 15 - uses: actions/checkout@v4 18 - name: Install dependencies 21 sudo apt-get purge -y snapd google-chrome-stable firefox 22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu22 23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck 24 sudo python -m pipx install --quiet flake8 27 checkbashisms --version [all …]
|
/freebsd/usr.bin/fstat/ |
H A D | fstat.1 | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 47 is the working directory, root directory, jail root directory, 49 If no options are specified, 54 .Bl -tag -width "-N system" 58 current directory if there are no additional filename arguments. 60 directory 63 .Ql fstat -f /usr/src . 69 Include memory-mapped files in the listing; normally these are excluded 76 Print the device number (maj,min) of the file system 78 files, print the [all …]
|
/freebsd/usr.bin/mail/ |
H A D | mail.1 | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 40 .Op Fl c Ar cc-addr 41 .Op Fl b Ar bcc-addr 43 .Ar to-addr ... 44 .Op Fl Ar sendmail-option ... 67 .Bl -tag -width indent 106 Inhibit reading the system-wide 120 .It Fl c Ar cc-addr 122 .Ar cc-addr 125 .Ar cc-addr [all …]
|
/freebsd/usr.bin/find/ |
H A D | find.1 | 22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 53 utility recursively descends the directory tree for each 65 .Bl -tag -width indent 68 .Ic -regex 70 .Ic -iregex 94 .Ic -follow 126 to perform a depth-first traversal. 128 This option is a BSD-specific equivalent of the 129 .Ic -depth 131 .St -p1003.1-2001 . [all …]
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.8 | 20 .\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 53 is the currently selected i-number. 55 root of the file system (i-number 2). 63 .Bl -tag -width indent 66 .Xr fsck 8 Ns -derived 69 Left for historical reasons and has no meaning. 75 Besides the built-in 81 .Bl -tag -width indent -compact 83 Print out the list of accepted commands. 85 .It Cm inode Ar i-number [all …]
|
/freebsd/share/doc/usd/07.mail/ |
H A D | mail5.nr | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 75 Thus, to print the first four messages, use 77 type 1\-4 79 and to print all the messages from the current message to the last 82 type .\-$ 94 is selected. Thus, to print every message sent to you by 122 For example, to print the headers of all messages that contain the 136 .ip "\fB\-\fP\ \ " 138 .rb \- 140 .rb \- [all …]
|
/freebsd/crypto/openssh/contrib/aix/ |
H A D | buildbff.sh | 3 # buildbff.sh: Create AIX SMIT-installable OpenSSH packages 7 # no warranty. 14 # create a "config.local" in your build directory or set 17 [ -z "$PERMIT_ROOT_LOGIN" ] && PERMIT_ROOT_LOGIN=no 18 [ -z "$X11_FORWARDING" ] && X11_FORWARDING=no 19 [ -z "$AIX_SRC" ] && AIX_SRC=no 25 perl -v >/dev/null || (echo perl required; exit 1) 40 echo "Changing directory to `pwd`/../.." 41 echo "Please run buildbff.sh from your build directory in future." 46 if [ ! -f Makefile ] [all …]
|
/freebsd/contrib/ntp/scripts/ |
H A D | summary.in | 1 #! @PATH_PERL@ -w 7 # Copyright (c) 1997, 1999 by Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 37 $log_date_pattern = '[12]\d{3}[01]\d[0-3]\d'; 38 $statsdir = $opts->{directory}; 39 $outputdir = $opts->{'output-directory'}; 40 $skip_time_steps = $opts->{'skip-tim [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 9 def NAME #_EQ : Joined<["--"], name #"=">, 11 def : Separate<["--"], nam [all...] |
/freebsd/contrib/bmake/ |
H A D | make.1 | 21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 41 .Op Fl C Ar directory 45 .Op Fl I Ar directory 48 .Op Fl m Ar directory 53 .Op Ar target No ... 59 If no 78 .%T "PMake \- A Tutorial" 87 .Bl -tag -width Ds 91 .It Fl C Ar directory 93 .Ar directory [all …]
|
H A D | bmake.1 | 21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 41 .Op Fl C Ar directory 45 .Op Fl I Ar directory 48 .Op Fl m Ar directory 53 .Op Ar target No ... 59 If no 78 .%T "PMake \- A Tutorial" 87 .Bl -tag -width Ds 91 .It Fl C Ar directory 93 .Ar directory [all …]
|
/freebsd/share/doc/psd/22.rpcgen/ |
H A D | rpcgen.ms | 2 .\" Must use -- tbl -- for this one 23 their network format and vice-versa. 62 that would otherwise be spent coding and debugging low-level routines. 67 programmers to mix low-level code with high-level code. 69 is no exception. In speed-critical applications, hand-written routines 92 * printmsg.c: print a message on the console 110 fprintf(stderr, "%s: couldn't print your message\en", 119 * Print a message to the console. 142 example% \fBcc printmsg.c -o printmsg\fP 188 remote program. No null procedure (procedure 0) is necessary because [all …]
|
/freebsd/sys/contrib/openzfs/man/man1/ |
H A D | test-runner.1 | 1 .\" SPDX-License-Identifier: CDDL-1.0 28 .Ar pathname Ns No … 37 .Ar pathname Ns No … 61 is a directory, the behavior depends upon the presence of 65 is specified, the directory is treated as a test group. 72 simply descends into the directory looking for executable files. 99 one directory. 110 Tests that exit zero and non-zero are marked 132 During test execution, the working directory is changed to 138 will print one line on standard output at the conclusion [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 19 * ARE DISCLAIMED. IN NO EVENT SHALL DAVID L. NUGENT OR CONTRIBUTORS BE LIABLE 104 static int mode = -1; 105 static int which = -1; 123 conf.fd = -1; in main() 133 if (*argv[1] == '-') { in main() [all...] |
/freebsd/share/man/man7/ |
H A D | ports.7 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 20 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, 46 Each port is a directory with metadata and patches necessary to make 51 in the port directory. 95 .Cm git clone -b 2021Q2 https://git.FreeBSD.org/ports.git 119 .Cm pkg -vv 138 .Lk https://docs.FreeBSD.org/en/books/porters-handbook/ 163 .Bl -tag -width ".Cm configure" 168 .Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig . 196 .Cm fetch-depends , build-depends , [all …]
|
H A D | build.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 45 These directories may be initially empty or non-existent until updated with 51 Directory 57 Directory 61 Directory 71 things in that directory. 74 command in any directory issues the 77 With no target specified, the items in the directories are built [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | zzz_fw_ports_fwget.sh | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 15 # linux-firmware.git repository you point this script to. 18 set -e 25 # Check pre-reqs 27 if [ $# -ne 1 ]; then 28 printf "USAGE: %s /path/to/linux-firmware.git\n" $0 >&2 32 if [ ! -e ${CHECKFILE} ]; then 33 printf "ERROR: run from %s driver directory; no %s.c here\n" ${DRIVER} ${CHECKFILE} >&2 38 if test ! -d ${LFWDIR} -o ! -e ${LFWDIR}/WHENCE; then [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-info - print OpenSSL built-in information 11 [B<-help>] 12 [B<-configdir>] 13 [B<-enginesdir>] 14 [B<-modulesdir> ] 15 [B<-dsoext>] 16 [B<-dirnamesep>] 17 [B<-listsep>] 18 [B<-seeds>] [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.1 | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 45 .Bk -words 52 .Op Fl U Ar UTC-offset 57 utility checks the current directory for a file named 64 .Bl -tag -width Ds 66 Print lines from today and the next 82 share the same home directory. 83 If this directory contains calendar information, 87 This option requires super-user privileges. 89 Print lines from today and the previous [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | perf.shlib | 1 # SPDX-License-Identifier: CDDL-1.0 21 export PERF_RUNTIME=${PERF_RUNTIME:-'180'} 22 export PERF_RANDSEED=${PERF_RANDSEED:-'1234'} 23 export PERF_COMPPERCENT=${PERF_COMPPERCENT:-'66'} 24 export PERF_COMPCHUNK=${PERF_COMPCHUNK:-'4096'} 27 export PERF_FIO_FORMAT=${PERF_FIO_FORMAT:-'json'} 30 export PERF_FS_OPTS=${PERF_FS_OPTS:-'-o recsize=8k -o compress=lz4' \ 31 ' -o checksum=sha256 -o redundant_metadata=most'} 38 [[ $sync -eq 0 ]] && sync_str='async' 39 [[ $sync -eq 1 ]] && sync_str='sync' [all …]
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Jun 8 13:27:19 2014. 6 # This file is execfile()d with the current directory set to its 18 # If extensions (or modules to document with autodoc) are in another directory, 19 # add these directories to sys.path here. If the directory is relative to the 24 # - [all...] |
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.g | 1 .\"- 20 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 40 is in the \s-2UNIX\s0 User Reference manual in section 1. 49 Your current directory has the name `.' as well as the name printed 54 The current directory `.' is usually the first 71 Each directory has a file `..' in it which is a reference to its 72 parent directory. 73 After changing into the directory with 79 you can return to the parent directory by doing 83 The current directory is printed by [all …]
|
/freebsd/bin/sh/ |
H A D | cd.c | 1 /*- 23 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 69 static char *curdir = NULL; /* current working directory */ 78 int ch, phys, print = 0, getcwderr = 0; in cdcmd() local 104 if (dest[0] == '-' && dest[1] == '\0') { in cdcmd() 108 print = 1; in cdcmd() 122 if (!print) { in cdcmd() 124 * XXX - rethink in cdcmd() 127 print = strcmp(p + 2, dest); in cdcmd() 129 print = strcmp(p, dest); in cdcmd() [all …]
|
/freebsd/usr.bin/clang/clang/ |
H A D | clang.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|