Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h2744 char look(unsigned Lookahead = 0) const {
2765 return look() == 'T' && in isTemplateParamDecl()
2766 std::string_view("yptnk").find(look(1)) != std::string_view::npos; in isTemplateParamDecl()
2926 if (look() == 'N') in parseName()
2928 if (look() == 'Z') in parseName()
2938 if (look() == 'I') { in parseName()
3014 if (look() == 'S') { in parseUnscopedName()
3052 if (look() >= '1' && look() <= '9') { in parseUnqualifiedName()
3054 } else if (look() == 'U') { in parseUnqualifiedName()
3066 } else if (look() == 'C' || look() == 'D') { in parseUnqualifiedName()
[all …]
/freebsd-14-stable/contrib/ntp/sntp/harden/
HDREADME1 If you look at the files here you should be able to figure out what is
7 redhat* or fedora*, we will look for loc/redhat .
10 "Linux", we will look for loc/linux .
/freebsd-14-stable/contrib/ntp/sntp/loc/
HDREADME1 If you look at the files here you should be able to figure out what is
7 redhat* or fedora*, we will look for loc/redhat .
10 "Linux", we will look for loc/linux .
/freebsd-14-stable/contrib/file/magic/Magdir/
HDispell73 # look for SET character command followed by whitespace (seems to be often 1 space character) like …
98 # look for suffix SFX command followed by whitespace like in:
102 # if not real Hunspell/MySpell affix look for ispell variant
105 # look for ispell declaration like in: /usr/lib/ispell/espanol.aff
128 # look for character SET command used in MySpell and Hunspell
131 # look for FLAG type command used in MySpell and Hunspell
149 # look for number of flag vector aliases
160 # look for ispell declaration
164 # look for ispell suffixes command
171 # look for language code command used in MySpell and Hunspell
[all …]
HDaout12 # XXX - is there anything we can look at to distinguish BSD/OS 386 from
34 # XXX - is there anything we can look at to distinguish old SunOS 68010
35 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
HDsendmail18 # valid version numbers look like "7.14.4" and should be similar to output of commands
25 # look for valid version number
HDandroid51 # maybe look for some more characteristics like linefeed '\n' or version
64 # look for backup content after line with encryption info
68 # look for zlib compressed by ./compress after message with 1 space at end
70 # look for tar archive block by ./archive for package name manifest
73 # look for zip/jar archive by ./archive ./zip after message with 1 space at end
93 # look for new line separator char after line number 9
HDrtf36 # look for explicit codepage keyword
50 # look again at version byte to use default clause
62 # else look for default language to be used when the \plain control word is encountered
HDmisctools17 # look for VERSION keyword often on second line but sometimes later as in holidays_NRW_2014.ics
26 # skip optional verparam=;other-param like ;VALUE=TEXT and look for version 2.0 that implies iCalen…
28 # look for Free/Busy component
36 # look for ALARM component
HDframe31 # look for reference to FrameMaker help name suffix like in: index1.hlp
39 # look for gotolink or openlink keyword before help file name
44 # shown with closing parenthesis to get look like in frame,v 1.18
115 # look for BookFile, Bookfile (capitalized) or BOOKFILE (upcased) directive
/freebsd-14-stable/usr.bin/look/
HDlook.c86 static int look(wchar_t *, unsigned char *, unsigned char *);
159 match *= (look(key, front, back)); in main()
198 look(wchar_t *string, unsigned char *front, unsigned char *back) in look() function
HDMakefile3 PROG= look
/freebsd-14-stable/contrib/libpcap/cmake/Modules/
HDFindAirPcap.cmake21 # To tell this module where to look, a user may set the environment variable
35 # The only way to *FORCE* CMake to look in the Lib/x64 directory
/freebsd-14-stable/contrib/tcpdump/cmake/Modules/
HDFindCRYPTO.cmake6 # Were we told where to look for libcrypto?
17 # Homebrew's pkg-config does not, by default, look for
98 # the directories in which to look for libraries" except in
/freebsd-14-stable/tools/regression/redzone9/
HDREADME9 And look at the logs/console output.
/freebsd-14-stable/tools/tools/qrndtest/
HDREADME3 If you want a real randomness tester, look at dieharder that has a much
/freebsd-14-stable/usr.sbin/freebsd-update/
HDfreebsd-update.sh1481 look "${PREFIX}" diff-OLD
1562 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1567 look "`echo ${C} | tr '/' '|'`|" $1.all
1724 look "${X}|" $1-values |
1830 look "${X}|" $1
1860 look "${NODE}|" $3 >> $3.remove
1861 look "${NODE}|" $3 |
2397 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
2490 V=`look "${F}|" $2 | cut -f 7 -d '|'`
2494 if look "${F}|" $1 | fgrep -q "|f|"; then
[all …]
/freebsd-14-stable/share/i18n/csmapper/MISC/
DRISCOS-LATIN1%UCS.src36 # Unicode character which will hopefully look similar, though the
45 # meaning, but they should look about the same.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_asn1_get_count.pod38 If B<pe> isn't B<NULL>, then it will look up an engine implementing a
45 look up an engine implementing a B<EVP_PKEY_ASN1_METHOD> for the NID
/freebsd-14-stable/usr.sbin/config/
HDkernconf.tmpl9 * For !INCLUDE_CONFIG_FILE case, you should look at kern_mib.c. This is
/freebsd-14-stable/contrib/googletest/docs/
HDpkgconfig.md66 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
96 If you look at the generated pkg-config file, it will look something like
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDRustDemangle.cpp141 char look() const;
934 char C = look(); in parseDecimalNumber()
947 while (isDigit(look())) { in parseDecimalNumber()
971 if (!isHexDigit(look())) in parseHexNumber()
1213 char Demangler::look() const { in look() function in Demangler
/freebsd-14-stable/usr.bin/m4/
HDMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y
/freebsd-14-stable/sys/contrib/device-tree/Bindings/serial/
HDst-asc.txt6 resources with names. look in
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDk524_err.et4 # This might look like a com_err file, but is not

12345678910>>...18