/freebsd/usr.bin/grep/ |
H A D | util.c | 218 bool terminated; in procmatch_match() local 221 terminated = printline(pc, ':', &last_out); in procmatch_match() 226 terminated = printline(pc, ':', &last_out); in procmatch_match() 237 if (!terminated) in procmatch_match() 777 bool terminated; in printline() local 784 terminated = true; in printline() 788 return (terminated); in printline() 845 terminated = false; in printline() 850 return (terminated); in printline()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_helper.c | 221 boolean_t terminated = false; in pqisrc_sanitize_inquiry_string() local 227 terminated = true; in pqisrc_sanitize_inquiry_string() 228 if (terminated || *s < 0x20 || *s > 0x7e) in pqisrc_sanitize_inquiry_string()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_punycode_decode.pod | 25 ossl_a2ulabel() decodes NUL-terminated hostname from PUNYCODE to UTF-8, 28 ossl_a2ucompare() accepts two NUL-terminated hostnames, decodes the 1st
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 1197 u_int *terminated) in makeargv() argument 1211 if (terminated != NULL) in makeargv() 1212 *terminated = 1; in makeargv() 1302 if (terminated != NULL) in makeargv() 1303 *terminated = 0; in makeargv() 1905 int terminated) in complete_cmd_parse() argument 1960 if (!terminated) in complete_cmd_parse() 2002 char *file, int remote, int lastarg, char quote, int terminated) in complete_match() argument 2110 if (!terminated && quote != '\0') in complete_match() 2132 u_int cursor, len, terminated, ret = CC_ERROR; in complete() local [all …]
|
/freebsd/lib/csu/riscv/ |
H A D | crt1_s.S | 43 addi a2, a2, 8 # argv is null terminated
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gcc | 8 # The version field is annoying. It's 3 characters, not zero-terminated.
|
H A D | virtual | 236 # Note that this isn't a null-terminated string; the length is actually 237 # (16.L). Assuming a null-terminated string happens to work usually, but it 258 # Note that this isn't a null-terminated string; the length is actually 259 # (16.L). Assuming a null-terminated string happens to work usually, but it 273 # Note that this isn't a null-terminated string; the length is actually 274 # (16.L). Assuming a null-terminated string happens to work usually, but it
|
H A D | maple | 31 # null terminated library name like: C:\Maple12/Cliffordlib\maple.lib ../Maplets/Tutors.lib 35 # null terminated strings like: Exterior Clifford FunctionArithmetics
|
H A D | pack | 47 # null terminated root directory object like IDEFS::IDE-4.$.Apps.GRAPHICS.!XFMPdemo 92 # 56 byte null-terminated entry name string includes path like maps/e1m1.bsp
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_use_psk_identity_hint.pod | 60 to set the given B<NUL>-terminated PSK identity hint B<hint> for SSL context 61 object B<ctx>. SSL_use_psk_identity_hint() sets the given B<NUL>-terminated PSK 74 function is given the connection in parameter B<ssl>, B<NUL>-terminated PSK
|
H A D | BIO_read.pod | 40 The returned string is always NUL-terminated and the '\n' is preserved 47 The returned string is always NUL-terminated and the '\n' is preserved 55 BIO_puts() attempts to write a NUL-terminated string I<buf> to BIO I<b>.
|
H A D | SSL_get_psk_identity.pod | 26 B<NULL>-terminated. SSL_get_psk_identity_hint() may return B<NULL> if
|
H A D | SSL_group_to_name.pod | 23 corresponding to the given I<id> as a NUL-terminated string.
|
H A D | SSL_CTX_set_verify.pod | 102 immediately terminated with an alert message containing the reason for 110 immediately terminated with an alert message containing the reason for 117 handshake is immediately terminated with a "handshake failure" alert. 194 the TLS/SSL handshake is terminated. If B<verify_callback> returns 1, 196 1, the TLS/SSL handshake will not be terminated with respect to verification
|
H A D | OSSL_ITEM.pod | 23 providers, and must be terminated with a tuple where the integer is
|
/freebsd/contrib/netbsd-tests/lib/csu/ |
H A D | t_crt0.sh | 73 main terminated
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 104 …e handler should return `true`. `false` indicates parsing failure and the parser can be terminated. 142 …oes but if `len` argument is zero, then the string `data` must be zero-terminated and the actual l… 313 - `ucl_object_tostring` - returns `const char *` of UCL object (this string is NULL terminated) 314 … returns `const char *` and `size_t` len of UCL object (string does not need to be NULL terminated) 340 - `UCL_STRING` - NULL terminated string 353 …_object_fromstring` - converts `const char *` to UCL object (this string should be NULL terminated) 354 …converts `const char *` and `size_t` len to UCL object (string does not need to be NULL terminated) 364 …conversions. If `len` is equal to zero then a `str` is assumed as NULL-terminated. This function s…
|
/freebsd/share/examples/kld/firmware/ |
H A D | README | 14 checks if the data is '\0'-terminated and prints it to the console.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | safestack.h.in | 188 * a) Instead of a single char, there is an array of chars, NUL-terminated. 204 * above, instead of a single char each entry is a NUL-terminated array of 215 * This is not used by OpenSSL. A block of bytes, NOT nul-terminated.
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq2415x.txt | 25 - ti,termination-current: integer, charge will be terminated when current in
|
H A D | rt9455_charger.txt | 14 charge is terminated.
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_4.rst | 5 …hich is stored in the header, whereas indefinite arrays do not and are terminated by a special "br…
|
H A D | type_5.rst | 6 … which is stored in the header, whereas indefinite maps do not and are terminated by a special "br…
|
/freebsd/contrib/ee/ |
H A D | Changes | 7 - changed how strings are terminated from the old usage of NULL to the current
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_cmdsub.sh | 581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \ 585 E: here-doc terminated with a parenthesis ("academic")
|