Home
last modified time | relevance | path

Searched +full:- +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 (Results 1 – 25 of 194) sorted by relevance

12345678

/freebsd/contrib/file/magic/Magdir/
H A Dterminfo2 #------------------------------------------------------------------------------
6 # URL: https://invisible-island.net/ncurses/man/term.5.html
7 # URL: https://invisible-island.net/ncurses/man/scr_dump.5.html
17 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"
18 !:mime application/x-terminfo
22 #------------------------------------------------------------------------------
24 #------------------------------------------------------------------------------
27 # imitate the legacy compiled-format, to get the entry-name printed
30 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled 32-bit terminfo entry "%-s"
31 !:mime application/x-terminfo2
[all …]
H A Dtroff2 #------------------------------------------------------------------------------
23 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9][\ \t] troff or preprocessor input text
26 0 regex/20l \^\\.[A-Za-z][A-Za-z0-9]$ troff or preprocessor input text
32 >4 search/1 cat for the C/A/T phototypesetter
37 >4 search/1 latin1 for ISO 8859-1 (Latin 1)
39 >>7 search/1 -12 (12pt)
41 >>8 search/1 -12 (12pt)
44 0 string \100\357 very old (C/A/T) troff output data
H A Dxwindows2 #------------------------------------------------------------------------------
21 >4 long x - version %d
22 >8 long x - [%d -
33 !:mime image/x-xcursor
39 >&0 regex [a-zA-Z0-9]+_width\040 xbm image
40 >>&0 regex [0-9]+ (%sx
42 >>>>&0 regex [a-zA-Z0-9]+_height\040
43 >>>>>&0 regex [0-9]+ \b%s)
/freebsd/lib/libsysdecode/
H A Dmkioctls4 set -e
6 if [ $# -ne 1 ]; then
7 echo "usage: sh $0 include-dir"
15 # Build a list of headers that have ioctls in them.
19 set -e
21 if set -o | grep -q pipefail; then
22 set -o pipefail
27 filter='egrep -v (net/pfvar|net/if_pfsync)\.h'
29 # find -s would avoid the need to invoke sort but it is non-portable
30 find -L ./* -type f -name '*.h' | \
[all …]
/freebsd/contrib/ncurses/misc/
H A Dmagic6 # Permission is hereby granted, free of charge, to any person obtaining a #
19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
31 #------------------------------------------------------------------------------
35 # URL: https://invisible-island.net/ncurses/man/term.5.html
36 # URL: https://invisible-island.net/ncurses/man/scr_dump.5.html
46 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"
47 !:mime application/x-terminfo
51 #------------------------------------------------------------------------------
53 #------------------------------------------------------------------------------
56 # imitate the legacy compiled-format, to get the entry-name printed
[all …]
/freebsd/sbin/setkey/
H A Dtoken.l3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
74 digit [0-9]
75 letter [0-9
[all...]
/freebsd/lib/libc/regex/grot/
H A Dmkh2 # mkh - pull headers out of C source
11 # because -o needs to have prototypes on one line to strip them down.
12 # Getting comments into the output is tricky; we turn C++-style // comments
19 for a
21 case "$a" in
22 -o) # old (pre-function-prototype) compiler
25 "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1(/*\2*/);'
28 -b) # funny Berkeley __P macro
30 "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1 __P((\2));'
33 -s) # compiler doesn't like `static foo();'
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl11 $wordpat = '([a-zA-Z]+?[a-zA-Z0-9-]*)?[a-zA-Z0-9]'; # 'DB2'
12 while (@a = getpwent) {
13 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = @a;
17 if (!-d $dir || !-x $shell || $shell =~ m!/bin/(false|true)$!) {
22 $fullname =~ tr [���������] [aaeouAAOU]; # <hakan@af.lu.se> 1997-06-15
/freebsd/lib/libipsec/
H A Dpolicy_token.l3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
63 digit [0-9]
64 hexdigit [0-9A-Fa-f]
68 hyphen \-
86 ipaddress [a-zA-Z0-9:\._][a-zA-Z0-9:\._]*(%[a-zA-Z0-9]+)?
/freebsd/share/mk/
H A Dversion_gen.awk2 # SPDX-License-Identifier: BSD-2-Clause
17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 # Make a list of all the library versions listed in the master file.
32 # versions[] - array indexed by version name, contains number
34 # successors[] - array index by version name, contains successor
36 # symbols[][] - array index by [version name, symbol index], contains
38 # names[] - array index is symbol name and value is its first version seen,
55 if (/^[a-zA-Z0-9._]+[ \t]*{$/) {
65 else if (/^}[ \t]*[a-zA-Z0-9._]+[ \t]*;$/) {
84 brackets--;
[all …]
/freebsd/libexec/rc/
H A Dsafe_eval.sh1 # SPDX-License-Identifier: BSD-2-Clause
6 # @(#) Copyright (c) 2023-2024 Simon J. Gerraty
15 # Please send copies of changes and bug-fixes to:
23 # return a safe variable setting
24 # any non-alphanumeric chars are replaced with '_'
27 ${SED:-sed} 's/[ ]*#.*//;/^[A-Za-z_][A-Za-z0-9_]*=/!d;s;[^A-Za-z0-9_. "$,/=-];_;g'
48 eval `cat "$@" | safe_set | ${SED:-sed} 's/^\([^=]*\)=.*/&; export \1/'`
57 eval ${local:-:} ef ex f rc
64 --export) ex=_export; shift;;
70 test -s "$f" -a -f "$f" || continue
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod5 property - Properties, a selection mechanism for algorithm implementations
9 As of OpenSSL 3.0, a new method has been introduced to decide which of
12 Each implementation defines a number of properties and when an algorithm
16 Properties are like variables, they are referenced by name and have a value
23 A I<reserved> property name consists of a single C-style identifier
25 with a letter and can be followed by any number of letters, numbers
27 Property names are case-insensitive, but OpenSSL will only use lowercase
30 A I<user defined> property name is similar, but it B<must> consist of
31 two or more C-style identifiers, separated by periods.
42 A I<property> is a I<name=value> pair.
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_ulimit.sh17 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
38 local limits=$(${TEST_SH} -c 'ulimit -a' |
39 sed -e 's/.*\(-[A-Za-z0-9]\)[^A-Za-z0-9].*/\1/' | sort -u)
40 if [ -z "$limits" ]; then
42 limits="-a -b -c -d -f -l -m -n -p -r -s -t -v"
48 atf_check -s eq:0 -o ignore -e empty ${TEST_SH} -c "ulimit -a"
51 atf_check -s eq:0 -o ignore -e empty ${TEST_SH} -c "ulimit $l"
/freebsd/crypto/openssl/VMS/
H A Dtranslatesyms.pl5 # this file except in compliance with the License. You can obtain a copy
10 # This script will translate any SYMBOL_VECTOR item that has a translation
17 # read as a text file, with each record as one line.
24 # $ is present at the end of the shortened symbol name, and is preceded by a
47 ((?:[A-Za-z0-9_]+)\/)?([A-Za-z0-9_]+)=(PROCEDURE|DATA)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h1 //===--- clang/Basic/CharInfo.h - Classifying ASCII Characters --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 CHAR_DIGIT = 0x0008, // 0-9
26 CHAR_XLETTER = 0x0010, // a-f,A-F
27 CHAR_UPPER = 0x0020, // A-Z
28 CHAR_LOWER = 0x0040, // a-z
31 CHAR_PUNCT = 0x0200, // {}[]#<>%:;?*+-/^&|~!=,"'`$@()
40 /// Returns true if a byte is an ASCII character.
47 /// Returns true if a codepoint is an ASCII character.
[all …]
/freebsd/crypto/openssl/util/
H A Dck_errf.pl2 # Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
9 # This is just a quick script to scan for cases where the 'error'
10 # function name in a XXXerr() macro is wrong.
31 -conf FILE Use the named config file FILE instead of the default.
33 -debug Verbose output debugging on stderr.
35 -internal Generate code that is to be built as part of OpenSSL itself.
38 -strict If any error was found, fail with exit code 1, otherwise 0.
40 -help Show this help text.
43 if '-internal' was NOT specified on the command line.
[all …]
/freebsd/contrib/libfido2/man/
H A Dcheck.sh1 #!/bin/sh -u
4 # Use of this source code is governed by a BSD-style
6 # SPDX-License-Identifier: BSD-2-Clause
8 T=$(mktemp -d) || exit 1
9 find . -maxdepth 1 -type f -name '*.3' -print0 > "$T/files"
11 xargs -0 awk '/^.Sh NAME/,/^.Nd/' < "$T/files" | \
12 awk '/^.Nm/ { print $2 }' | sort -u > "$T/Nm"
13 xargs -0 awk '/^.Fn/ { print $2 }' < "$T/files" | sort -u > "$T/Fn"
14 (cd "$T" && diff -u Nm Fn)
16 cut -c2- ../src/export.llvm | sort > "$T/exports"
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l4 /*-
21 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
87 *q++ = ((*p - '0') * 8 + (*(p+1) - '0')) * 8 + (*(p+2) - '0'); in dequote()
137 HEX 0[xX][0-9a-zA-Z]+
138 STRING [0-9a-z!#-&(-^ \t%._\\]+
139 numeric [-0-9]+
154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+
155 VARNAME [A-Za-z][A-Za-z0-9_-]+
185 if ((include_path[strlen(include_path) - 1] != '/') &&
221 if (--include_ptr < 0)
[all …]
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6.subr1 #-
2 # SPDX-License-Identifier: BSD-2-Clause
17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 if [ $$ -gt 65535 ]; then
43 xl=`printf "%x" $(($$ - 65535))`
56 ifconfig ${epair}a up
57 ifconfig ${epair}a inet6 ${ip6a}/64
59 jname="v6t-${id}-${yl}-${xl}"
69 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
77 while test $i -lt 60; do
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml1 # SPDX-License-Identifier: (GPL-2.0)
4 ---
5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#
6 $schema: http://devicetree.org/meta-schemas/base.yaml#
11 - Daniel Lezcano <daniel.lezcano@linaro.org>
18 The following node types are used to completely describe a thermal management
20 - thermal-sensor: device that measures temperature, has SoC-specific bindings
21 - cooling-device: device used to dissipate heat either passively or actively
22 - thermal-zones: a container of the following node types used to describe all
25 This binding describes the thermal-zones.
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dproperty.718 .\" Set up some character translations and predefined strings. \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
[all …]
/freebsd/crypto/openssl/providers/common/der/
H A Doids_to_c.pm5 # this file except in compliance with the License. You can obtain a copy
18 my $OID_name_re = qr/([a-z](?:[-_A-Za-z0-9]*[A-Za-z0-9])?)/;
33 (my $C_name = $name) =~ s|-|_|g;
54 (my $C_name = $name) =~ s|-|_|g;
72 my $input = File::Spec->catfile($opts{dir}, $file);
77 s|--.*(\R)$|$1|;
80 # print STDERR "-----BEGIN DEBUG-----\n";
82 # print STDERR "-----END DEBUG-----\n";
89 # print STDERR "-----BEGIN DEBUG $name-----\n";
91 # print STDERR "-----END DEBUG $name-----\n";
[all …]
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py8 # --------------------- ----------------- #
10 # --------------------- ----------------- #
11 ( 'win-x64', 'x64' ),
12 ( 'win-x86', 'Win32' ),
13 # --------------------- ----------------- #
17 # --------------------- ----------------- #
19 # --------------------- ----------------- #
20 ( 'osx-x64', 'sierra' ),
21 # --------------------- ----------------- #
25 # --------------------- ----------------- #
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dallwinner,sun50i-a64-de2.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/bus/allwinner,sun50i-a64-de2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 pattern: "^bus(@[0-9a-f]+)?$"
17 "#address-cells":
20 "#size-cells":
25 - const: allwinner,sun50i-a64-de2
[all …]
/freebsd/tools/test/stress2/tools/
H A Dcalc_mem_use.pl41 last unless ($line =~ s/^[a-zA-Z][a-zA-Z0-9\.\-_]*//);

12345678