Home
last modified time | relevance | path

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

123456789

/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/crypto/krb5/src/util/
H A Ddepfix.pl1 #!env perl -w
7 # require a specific license from the United States Government.
9 # export to obtain such a license before exporting.
19 # your software as modified software and not distribute it in such a
26 eval 'exec perl -S $0 ${1+"$@"}'
35 # A typical set of inputs, produced with srcdir=.. at top level:
68 if ($i == -1) {
91 s,^([a-zA-Z0-9_\-]*)\.o:,$1.so $1.po \$(OUTPRE)$1.\$(OBJEXT):,;
93 s,^([a-zA-Z0-9_\-]*)\.o:,\$(OUTPRE)$1.\$(OBJEXT):,;
99 while ($srct =~ m,/[a-z][a-zA-Z0-9_.\-]*/\.\./,) {
[all …]
H A Ddef-check.pl1 #!/usr/athena/bin/perl -w
6 eval 'exec /usr/athena/bin/perl -S $0 ${1+"$@"}'
14 if ( $ARGV[0] eq "-v" ) { $verbose = 1; shift @ARGV; }
15 my $h_filename = shift @ARGV || die "usage: $0 [-v] header-file [def-file]\n";
41 while (! $h->eof()) {
42 $_ = $h->getline();
46 # need to verify unhandled syntax actually triggers a report, not ignored
53 if (/^ *(KRB5INT|GSSAPI[A-Z]*)_(BEGIN|END)_DECLS/) {
58 while (/\\$/) { $_ .= $h->getline(); }
77 # multi-line comments?
[all …]
/freebsd/crypto/krb5/src/util/ss/
H A Dct_c_sed.in2 # This script parses a command_table file into something which is a bit
5 # Input syntax: a .ct file
20 # A number sent to the output represents a parse error --- it will be
29 # It removes comments, and puts each command_table request onto a single
48 s/^unimplemented [A-Za-z_0-9]*/request ss_unimplemented/
74 # Handle the request keyword --- this is the heart of the sed script.
85 # Next, parse out the help message, being careful to handle a quoted string
97 s/[^a-zA-Z0-9].*//
99 s/[a-zA-Z0-9]*, *//
118 s/[^A-Za-z_0-9].*//
[all …]
/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/libexec/rc/
H A Dsafe_eval.sh5 # @(#) Copyright (c) 2023-2024 Simon J. Gerraty
7 # SPDX-License-Identifier: BSD-2-Clause
9 # Please send copies of changes and bug-fixes to:
28 # return a safe variable setting
29 # any non-alphanumeric chars are replaced with '_'
32 ${SED:-sed} 's/[ ]*#.*//;/^[A-Za-z_][A-Za-z0-9_]*=/!d;s;[^A-Za-z0-9_. "$,/=:+-];_;g'
53 eval `cat "$@" | safe_set | ${SED:-sed} 's/^\([^=]*\)=.*/&; export \1/'`
69 --export) ex=_export; shift;;
75 test -s "$f" -a -f "$f" || continue
88 test -z "$ef" && return $rc
/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/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/secure/lib/libcrypto/man/man7/
H A Dproperty.71 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH PROPERTY 7ossl 2025-09-16 3.5.3 OpenSSL
64 property \- Properties, a selection mechanism for algorithm implementations
67 As of OpenSSL 3.0, a new method has been introduced to decide which of
70 Each implementation defines a number of properties and when an algorithm
74 Properties are like variables, they are referenced by name and have a value
80 A \fIreserved\fR property name consists of a single C\-style identifier
82 with a letter and can be followed by any number of letters, numbers
84 Property names are case-insensitive, but OpenSSL will only use lowercase
87 A \fIuser defined\fR property name is similar, but it \fBmust\fR consist of
[all …]
/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/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/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/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/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 …]

123456789