Home
last modified time | relevance | path

Searched refs:terminating (Results 1 – 25 of 67) sorted by relevance

123

/src/sys/fs/nfsclient/
H A Dnfs_clkrpc.c282 nfsrvd_cbinit(int terminating) in nfsrvd_cbinit() argument
287 if (terminating) { in nfsrvd_cbinit()
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_gettable_params.pod64 value including a terminating NUL byte, or this function will fail.
66 not including the terminating NUL byte. The required buffer size not including
67 the terminating NUL byte can be obtained from I<*out_len> by calling the
H A DOSSL_PARAM_int.pod213 OSSL_PARAM_construct_end() is a function that constructs the terminating
244 which must be large enough to accommodate a terminating NUL byte,
247 terminating NUL byte) and I<max_len> is ignored.
254 not including the terminating NUL byte, or this function will fail.
255 A terminating NUL byte is added only if the parameter's I<data_size> indicates
260 to accommodate the string, not including a terminating NUL byte.
H A DOSSL_PARAM.pod67 An B<OSSL_PARAM> array must have a terminating element, where I<key>
68 is NULL. The usual full terminating template is:
89 considered a terminating item.
109 counting the terminating NUL byte. When requesting parameters, the
111 should accommodate enough space for a terminating NUL byte.
H A DBIO_ADDR.pod61 to be the length of the path string (not including the terminating
78 path string (not including the terminating NUL, such as the result of
H A DUI_UTIL_read_pw.pod23 terminating NUL byte.
H A DERR_error_string.pod33 at most I<len> characters (including the terminating 0)
H A DOSSL_PARAM_BLD.pod106 The length of the string I<bsize> should not include the terminating NUL byte.
118 The length of the string I<bsize> should not include the terminating NUL byte.
H A DSSL_stream_reset.pod31 stream is terminating abnormally. When a stream is reset, the implementation
H A DX509_NAME_get_index_by_NID.pod49 excluding the terminating null. If B<buf> is <NULL> then the amount
H A DSSL_CTX_set_mode.pod115 terminating zero was included in the length of the label. Setting this option
H A DX509_STORE_add_cert.pod51 and validating chains of certificates terminating in trusted roots.
H A DSSL_poll.pod242 In particular, it is raised when a connection begins terminating.
249 finished terminating, and has reached the terminated state. This event will
/src/usr.sbin/kldxref/
H A Dfileformat27 char val[]; /* string itself (no terminating zero) */
/src/contrib/file/magic/Magdir/
H A Ddatabase393 # by looking for valid terminating character Ctrl-Z like in test.dbt
395 # skip GRUB plan9.mod with invalid second terminating character 007
396 # by checking second terminating character Ctrl-Z like in test.dbt
398 # dBASE III DBT with two Ctr-Z terminating characters
400 # second terminating character \0 like in dbase-memo.dbt or GRUB nativedisk.mod
431 # by looking for valid terminating character Ctrl-Z
433 # Atari DEGAS bitmap ST.PC2 with 0370 as second terminating character
435 # dBASE III DBT with two Ctr-Z terminating characters like dbase3dbt0_1.dbt dbase_83.dbt
438 # second terminating character \0 like in pcidump.mod or fsadress.dbt umlaut-dbf-cmd.dbt
442 # dBASE III DBT with Ctr-Z + \0 terminating characters like fsadress.dbt
[all …]
/src/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst8 constructing the compound types correctly (e.g. terminating arrays).
/src/contrib/wpa/src/drivers/
H A Dndis_events.c33 int terminating; member
309 if (events->terminating) { in ndis_events_indicate()
441 events->terminating = 1; in ndis_events_deinit()
/src/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c674 nfsrvd_init(int terminating) in nfsrvd_init() argument
679 if (terminating) { in nfsrvd_init()
/src/sbin/init/
H A DNOTES18 terminating).' vhangup() is recognized as one way to handle
/src/tools/regression/usr.bin/env/
H A Dregress-env.rgdata170 stderr:[%-testpgm.basename-%]: No terminating quote for string: TESTVAR=no-term-"-dq... /bin/sh
176 stderr:[%-testpgm.basename-%]: No terminating quote for string: TESTVAR=no-term-'-sq... /bin/sh
/src/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst186 the server. Note that terminating the server will usually cause the process
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc80 "terminating the program. Useful for debugging purposes (e.g. when one "
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td89 "missing terminating %select{'|'\"'}0 character">, InGroup<InvalidPPToken>;
95 def err_unterminated___pragma : Error<"missing terminating ')' character">;
109 "raw string missing terminating delimiter )%0\"">;
956 "semicolon terminating header import declaration cannot be produced "
/src/crypto/openssh/
H A DPROTOCOL.mux151 5. Remotely terminating a master
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md247 - **EC (Exception on Connection):** A connection has started terminating
254 terminating (Terminated state).
397 terminating, or finishes terminating?**
401 - There is a use case to learn when we finish terminating because that is when
404 - there is a use case for learning as soon as we start terminating (raised on
408 terminating, as per `SSL_shutdown_ex()`) is always initiated by the local

123