/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2744 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 D | README | 1 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 D | README | 1 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 D | ispell | 73 # 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 D | aout | 12 # 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 D | sendmail | 18 # valid version numbers look like "7.14.4" and should be similar to output of commands 25 # look for valid version number
|
H A D | android | 51 # 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 D | rtf | 36 # 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 D | misctools | 17 # 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 D | frame | 31 # 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 D | look.c | 74 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 D | Makefile | 1 PROG= look
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | FindAirPcap.cmake | 21 # 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 D | FindCRYPTO.cmake | 6 # 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 D | README | 9 And look at the logs/console output.
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 1534 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 D | EVP_PKEY_asn1_get_count.pod | 38 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 D | RISCOS-LATIN1%UCS.src | 36 # Unicode character which will hopefully look similar, though the 45 # meaning, but they should look about the same.
|
/freebsd/tools/tools/qrndtest/ |
H A D | README | 3 If you want a real randomness tester, look at dieharder that has a much
|
/freebsd/contrib/googletest/docs/ |
H A D | pkgconfig.md | 66 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 D | RustDemangle.cpp | 141 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 D | kernconf.tmpl | 9 * For !INCLUDE_CONFIG_FILE case, you should look at kern_mib.c. This is
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | utility.c | 159 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 D | INSTALL | 28 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 D | Makefile | 14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y
|