Home
last modified time | relevance | path

Searched +full:sub +full:- +full:spaces (Results 1 – 25 of 241) sorted by relevance

12345678910

/freebsd/stand/ficl/softwords/
H A Dsoftcore.awk1 #!/usr/bin/awk -f
7 # 02-oct-1999: Cleaned up awk slightly; added some additional logic
10 # Note! This script uses strftime() which is a gawk-ism, and the
18 printf "** Forth Inspired Command Language -\n";
25 printf "** DO NOT EDIT THIS FILE -- it is generated by softwords/softcore.awk\n";
32 printf "** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)\n";
75 gsub(/\t/, " "); # replace each tab with 4 spaces
86 # emit / ** lines as multi-line C comments
89 sub(/^\\[[:space:]]/, "");
113 sub(/^\\[[:space:]]/, "");
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl39 sub err
47 sub dstyle
77 # replace tabs with spaces and check again.
80 s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e;
122 err "spaces between tabs";
130 err "indented by spaces not tabs";
198 err "logical operator not set off with spaces";
208 "off with spaces";
213 err "comparison operator not set off with spaces";
217 err "assignment operator not set off with spaces";
[all …]
/freebsd/sys/tools/
H A Dmakeobjops.awk1 #!/usr/bin/awk -f
3 #-
4 # SPDX-License-Identifier: BSD-3-Clause
37 # Script to produce kobj front-end sugar.
42 print "usage: makeobjops.awk <srcfile.m> [-d] [-p] [-l <nr>] [-c|-h]";
43 print "where -c produce only .c files";
44 print " -h produce only .h files";
45 print " -p use the path component in the source file for destination dir";
46 print " -l set line width for output files [80]";
47 print " -d switch on debugging";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,omap-remoteproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,omap-remotepro
[all...]
H A Dti,k3-r5f-rproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-r5
[all...]
/freebsd/crypto/openssl/util/
H A Dadd-depends.pl2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
42 ( ( grep { $unified_info{sources}->{$_}->[0] =~ /\.cc?$/ }
44 ( grep { $unified_info{shared_sources}->{$_}->[0] =~ /\.cc?$/ }
76 sub {
82 # All we got now is a dependency, shave off surrounding spaces
95 if (-f $x) {
103 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n"
111 sub {
114 # well with out-of-source-tree builds, so we must resort to tricks
132 # All we got now is a dependency, just shave off surrounding spaces
[all …]
H A Dcheck-format.pl3 # Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
4 # Copyright Siemens AG 2019-2022
11 # check-format.pl
12 # - check formatting of C source according to OpenSSL coding style
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
16 # [-s|--sloppy-space] [-c|--sloppy-comment]
17 # [-m|--sloppy-macro] [-h|--sloppy-hang]
18 # [-e|--eol-comment] [-1|--1-stmt]
21 # run self-tests:
22 # util/check-format.pl util/check-format-test-positives.c
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dcstyle.pl2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
31 # cstyle - check for some common stylistic errors.
46 # \S any non-space character
47 # \w any "word" character [a-zA-Z0-9_]
48 # \W any non-word character
49 # \d a digit [0-9]
50 # \D a non-digit
52 # \B non-word boundary
62 "usage: cstyle [-cgpvP] file...
[all …]
H A Dupdate_authors.pl3 # SPDX-License-Identifier: MIT
35 # - a person might change organisations, and so their email address changes
37 # - a person might be paid to work on OpenZFS for their employer, and then hack
41 # - names change for all kinds of reasons
58 # same slug, so at this point we also try to keep the "best" pre-slug value as
59 # the display version. We use this slug to update two maps, one of email->name,
60 # the other of name->email.
90 # CONTRIBUTORS: line as-is so we can write it back out to the new file. Then
121 # Next, we load all the commit authors. and form name<->email mappings, keyed
122 # on slug. Note that this format is getting the .mailmap-converted form. This
[all …]
/freebsd/usr.sbin/periodic/etc/security/
H A D100.chksetuid1 #!/bin/sh -
31 if [ -r /etc/defaults/periodic.conf ]
45 IFS=$'\n' # Don't split mount points with spaces or tabs
46 MP=`mount -t ufs,zfs | awk '
48 sub(/^.* on \//, "/");
49 sub(/ \(.*\)/, "");
52 find -sx $MP /dev/null \( ! -fstype local \) -prune -
[all...]
H A D110.neggrpperm1 #!/bin/sh -
31 if [ -r /etc/defaults/periodic.conf ]
43 IFS=$'\n' # Don't split mount points with spaces or tabs
44 MP=`mount -t ufs,zfs | awk '
46 sub(/^.* on \//, "/");
47 sub(/ \(.*\)/, "");
50 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -
[all...]
/freebsd/tools/build/
H A Dcheckstyle9.pl5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
40 sub help {
47 $P [OPTION]... [GIT-REV-LIST]
52 -q, --quiet quiet
53 --patch treat FILE as patchfile
54 --branch treat args as GIT revision list
55 --emacs emacs compile window format
56 --terse one line per report
57 -f, --file treat FILE as regular source file
58 --strict fail if only warnings are found
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm2 # Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved.
25 OpenSSL::Ordinals - a private module to read and walk through ordinals
31 my $ordinals = OpenSSL::Ordinals->new(from => "foo.num");
33 my $ordinals = OpenSSL::Ordinals->new();
34 $ordinals->load("foo.num");
36 foreach ($ordinals->items(comparator => by_name()) {
37 print $_->name(), "\n";
81 sub new {
94 stats => {}, # Statistics, see 'sub validate'
99 $instance->set_version($opts{version});
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pci
[all...]
/freebsd/contrib/mandoc/
H A Deqn.727 language is an equation-formatting language.
59 case-sensitive literals in the input:
60 .Bd -literal -offset indent
91 White-space consists of the space, tab, circumflex, and tilde
113 differential), times (multiply), cdot (center-dot), nothing (zero-width
114 space), approx (approximately equals), prime (prime), half (one-half),
116 (much less), <\- (left arrow), \-> (right arrow), +\- (plus-minus), !=
117 (not equal), == (equivalence), <= (less-than-equal), and >=
118 (more-than-equal).
124 .Bl -tag -width Ds
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt33 algorithms for character-based matching rules defined for use in
46 True - the attribute contains a matching value,
48 False - the attribute contains no matching value,
50 Undefined - it cannot be determined whether the attribute contains
65 without regard for case and insignificant spaces.
75 defined as being a case-insensitive comparison where insignificant
76 spaces are ignored. For printableString, there is only one space
79 universalString, this is not sufficient. For example, a case-
99 comparison so that a character-by-character comparison yields the
189 The following six-step process SHALL be applied to each presented and
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DERR_put_error.pod10 - record an error
64 It appends '\0' to the BIO contents if not already NUL-terminated.
67 error strings so that the application can a generate human-readable
74 Each OpenSSL sub-library has library code B<ERR_LIB_XXX> and has its own set
101 with any sub-library code.
150 spaces.
182 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/usr.bin/hexdump/
H A Dhexdump.140 .Bk -words
49 .Bk -words
61 .Bl -tag -width indent
63 .Em One-byte octal display .
65 space-separated, three column, zero-filled, bytes of input data,
68 .Em One-byte character display .
70 space-separated, three column, space-filled, characters of input
75 space-separated, two column, hexadecimal bytes, followed by the
82 .Em Two-byte decimal display .
84 space-separated, five column, zero-filled, two-byte units
[all …]
/freebsd/contrib/tzdata/
H A Dzishrink.awk5 # This is not a general-purpose converter; it is designed for current tzdata.
39 # 1-letter names below are not standardized in any way, and can
51 rule["GB-Eire"] = "G"
73 rule["C-Eur"] = "c"
75 rule["E-Eur"] = "e"
99 # Use ISO 3166 alpha-2 country codes for remaining names that are countries.
168 # Remove comments, normalize spaces, and append a space to each line.
169 sub(/#.*/, "", line)
174 linkline = sub(/^Link /, "L ", line)
175 ruleline = sub(/^Rule /, "R ", line)
[all …]
/freebsd/contrib/one-true-awk/
H A Dawk.117 awk \- pattern-directed scanning and processing language
21 .BI \-F
24 .B \-\^\-csv
27 .BI \-v
33 .BI \-f
47 .B \-f
55 pattern portion of every pattern-action statement;
58 .B \-
67 .B \-v
74 .B \-v
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dti,pruss.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 TI Programmable Real-Time Unit and Industrial Communication Subsystem
11 - Suman Anna <s-anna@ti.com>
15 The Programmable Real-Time Unit and Industrial Communication Subsystem
16 (PRU-ICSS a.k.a. PRUSS) is present on various TI SoCs such as AM335x, AM437x,
17 Keystone 66AK2G, OMAP-L138/DA850 etc. A PRUSS consists of dual 32-bit RISC
18 cores (Programmable Real-Time Units, or PRUs), shared RAM, data and
23 peripheral interfaces, fast real-time responses, or specialized data handling.
[all …]
/freebsd/contrib/dialog/
H A DCHANGES1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $
2 -- Thomas E. Dickey <dickey@invisible-island.net>
9 + add option --no-hot-list, to allow suppressing the hotkey feature
12 with the button-box (report by Victor Ananjevsky).
13 + modify options-parsing to permit a "no" on any boolean option and
14 deprecating the "no" options without a "-" , e.g., generalizing on
15 "--nook" equivalence to "--no-ok".
20 + update config.guess, config.sub
25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would
28 + add option "--cursor-off-label"
[all …]
H A Ddialog.pl1 # Functions that handle calling dialog(1) -*-perl-*-
23 # http://www.ibiblio.org/pub/historic-linux/distributions/redhat-4.0/i386/live/usr/bin/Xconfigurato…
27 #------------------------------------------------------------------------------
32 # I didn't bother to make the others shell-free, although it
37 #------------------------------------------------------------------------------
53 sub trace {
62 sub quoted($) {
65 $text =~ s/[^\n\t -~]/?/g;
70 sub screensize() {
71 my $params = `$DIALOG --stdout --print-maxsize`;
[all …]
/freebsd/contrib/openbsm/config/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
4 scriptversion=2013-05-30.07; # UTC
6 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
30 echo "$0: No command. Try '$0 --help' for more information." 1>&2
33 -h | --h*)
35 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38 as side-effects.
49 Report bugs to <bug-automake@gnu.org>.
53 -v | --v*)
65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
[all …]
/freebsd/contrib/openpam/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
30 echo "$0: No command. Try '$0 --help' for more information." 1>&2
33 -h | --h*)
35 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38 as side-effects.
49 Report bugs to <bug-automake@gnu.org>.
53 -v | --v*)
65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
[all …]

12345678910