Home
last modified time | relevance | path

Searched refs:Want (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/googletest/docs/
H A Dindex.md13 * [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here
H A Dgmock_cook_book.md1910 Want to do more than one thing when a function is called? That's fine. `DoAll()`
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips301 Want colour in your directory listings? Use "ls -G". "ls -F" is also useful,
304 Want to find a specific port? Just type the following under /usr/ports
311 Want to know how many words, lines, or bytes are contained in a file? Type
315 Want to see how much virtual memory you're using? Just type "swapinfo" to
318 Want to strip UTF-8 BOM(Byte Order Mark) from given files?
322 Want to use sed(1) to edit a file in place? Well, to replace every 'e' with
454 Want to run the same command again?
457 Want to go the directory you were just in?
465 Want to list all files of an installed package? Enter
561 Want to know how much memory (in bytes) your machine has installed? Let
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2009 enum { UNKNOWN, WANT32, WANT64, WANTX32 } Want = UNKNOWN; in findBiarchMultilibs() local
2012 Want = WANT64; in findBiarchMultilibs()
2014 Want = WANT64; in findBiarchMultilibs()
2016 Want = WANT64; in findBiarchMultilibs()
2018 Want = WANT32; in findBiarchMultilibs()
2020 Want = WANT64; in findBiarchMultilibs()
2023 Want = NeedsBiarchSuffix ? WANT64 : WANT32; in findBiarchMultilibs()
2025 Want = NeedsBiarchSuffix ? WANT64 : WANTX32; in findBiarchMultilibs()
2027 Want = NeedsBiarchSuffix ? WANT32 : WANT64; in findBiarchMultilibs()
2030 if (Want == WANT32) in findBiarchMultilibs()
[all …]
/freebsd/contrib/kyua/
H A DREADME.md69 Want to contribute? Great! But please first read the guidelines provided
H A DCONTRIBUTING.md4 Want to contribute? Great! But first, please take a few minutes to read this
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md143 - **Want**: `WANT_READ`/`WANT_WRITE` can be raised.
195 | Unchanged | Error/Want | Yes | HL |
203 | Unchanged | Error/Want | Yes | HL |
211 | Unchanged | Error/Want | Yes | HL |
222 | Unchanged | Error/Want | Yes | CS |
241 | Unchanged | Error/Want | Yes | CS |
/freebsd/contrib/llvm-project/lld/docs/
H A DNewLLD.rst109 Numbers You Want to Know
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq779 or DINDEX, 1; /* Want only the second byte */
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin3050 #define KRB5_GC_USER_USER 1 /**< Want user-user ticket */
3051 #define KRB5_GC_CACHED 2 /**< Want cached ticket only */