Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd/usr.bin/grep/
H A Dutil.c218 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 Dsmartpqi_helper.c221 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 Dossl_punycode_decode.pod25 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 Dsftp.c1197 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 Dcrt1_s.S43 addi a2, a2, 8 # argv is null terminated
/freebsd/contrib/file/magic/Magdir/
H A Dgcc8 # The version field is annoying. It's 3 characters, not zero-terminated.
H A Dvirtual236 # 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 Dmaple31 # null terminated library name like: C:\Maple12/Cliffordlib\maple.lib ../Maplets/Tutors.lib
35 # null terminated strings like: Exterior Clifford FunctionArithmetics
H A Dpack47 # 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 DSSL_CTX_use_psk_identity_hint.pod60 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 DBIO_read.pod40 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 DSSL_get_psk_identity.pod26 B<NULL>-terminated. SSL_get_psk_identity_hint() may return B<NULL> if
H A DSSL_group_to_name.pod23 corresponding to the given I<id> as a NUL-terminated string.
H A DSSL_CTX_set_verify.pod102 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 DOSSL_ITEM.pod23 providers, and must be terminated with a tuple where the integer is
/freebsd/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh73 main terminated
/freebsd/contrib/libucl/doc/
H A Dapi.md104 …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 DREADME14 checks if the data is '\0'-terminated and prints it to the console.
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h.in188 * 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 Dbq2415x.txt25 - ti,termination-current: integer, charge will be terminated when current in
H A Drt9455_charger.txt14 charge is terminated.
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst5 …hich is stored in the header, whereas indefinite arrays do not and are terminated by a special "br…
H A Dtype_5.rst6 … which is stored in the header, whereas indefinite maps do not and are terminated by a special "br…
/freebsd/contrib/ee/
H A DChanges7 - changed how strings are terminated from the old usage of NULL to the current
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \
585 E: here-doc terminated with a parenthesis ("academic")

12345678