Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.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/contrib/ntp/sntp/harden/
H A DREADME1 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/contrib/ntp/sntp/loc/
H A DREADME1 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/contrib/file/magic/Magdir/
H A Dispell73 # 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 …]
H A Daout12 # 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
H A Dsendmail18 # valid version numbers look like "7.14.4" and should be similar to output of commands
25 # look for valid version number
H A Dandroid51 # 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
H A Drtf36 # 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
H A Dmisctools17 # 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
H A Dframe31 # 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/usr.bin/look/
H A Dlook.c74 static int look(wchar_t *, unsigned char *, unsigned char *);
147 match *= (look(key, front, back)); in main()
186 look(wchar_t *string, unsigned char *front, unsigned char *back) in look() function
H A DMakefile1 PROG= look
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindAirPcap.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/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.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/tools/regression/redzone9/
H A DREADME9 And look at the logs/console output.
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1534 look "${PREFIX}" diff-OLD
1615 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1620 look "`echo ${C} | tr '/' '|'`|" $1.all
1777 look "${X}|" $1-values |
1883 look "${X}|" $1
1913 look "${NODE}|" $3 >> $3.remove
1914 look "${NODE}|" $3 |
2450 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
2543 V=`look "${F}|" $2 | cut -f 7 -d '|'`
2547 if look "${F}|" $1 | fgrep -q "|f|"; then
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_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/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src36 # Unicode character which will hopefully look similar, though the
45 # meaning, but they should look about the same.
/freebsd/tools/tools/qrndtest/
H A DREADME3 If you want a real randomness tester, look at dieharder that has a much
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.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/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.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/usr.sbin/config/
H A Dkernconf.tmpl9 * For !INCLUDE_CONFIG_FILE case, you should look at kern_mib.c. This is
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c159 char *look = current+2; in nextitem() local
162 if ((*look++&0xff) == IAC) { in nextitem()
163 if ((*look++&0xff) == SE) { in nextitem()
164 return look; in nextitem()
/freebsd/usr.sbin/cron/doc/
H A DINSTALL28 top of the file, but it's clearly marked. Also look at pathnames.h.
57 a very serious security problem on your system and you should look into it.
79 Kill your existing cron daemon -- do `ps aux' and look for /etc/cron.
/freebsd/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y

12345678910>>...18