HomeSort by: relevance | last modified time | path
    Searched refs:accepted (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-token-number.mk 11 # Even though -0 is a number and would be accepted by strtod, it is not
12 # accepted by the condition parser.
22 # Even though +0 is a number and would be accepted by strtod, it is not
23 # accepted by the condition parser.
33 # Even though -1 is a number and would be accepted by strtod, it is not
34 # accepted by the condition parser.
44 # Even though +1 is a number and would be accepted by strtod, it is not
45 # accepted by the condition parser.
67 # Hexadecimal numbers are accepted.
directive-unexport-env.mk 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments
varmod-range.mk 50 # As of 2020-11-01, they are accepted though, using up all available memory.
posix1.mk 43 # The only variable modifier accepted by POSIX.
directive-for.mk 212 # An empty list of iteration values to the right of the 'in' is accepted.
directive-include-guard.mk 135 # it is otherwise equivalent to the above accepted forms.
  /src/sys/modules/examples/panic_string/
panic_string.c 90 * A string is accepted if it contains any non-space character.
97 bool accepted; local in function:printable_length
100 accepted = false;
105 accepted = true;
111 if (accepted)
  /src/usr.sbin/syslogd/
tls.h 51 * guaranteed to be accepted */
126 accepted:1, /* workaround cf. check_peer_cert*/ member in struct:tls_conn_settings
tls.c 555 DPRINTF(D_TLS, "accepted: fingerprints match\n");
627 if (!conn_info->accepted)
628 loginfo("Established connection and accepted %s certificate "
644 conn_info->accepted = true;
651 if (!conn_info->accepted)
701 (conn_info->accepted ? ", cb was already called" : ""));
945 * ... but does if the cert is not accepted */
1891 conn_info->accepted = false;
1920 conn_info->accepted = false;
1944 conn_info->accepted = false
    [all...]
  /src/lib/libc/rpc/
rpc_prot.c 74 static void accepted(enum accept_stat, struct rpc_err *);
225 accepted(enum accept_stat acpt_stat, struct rpc_err *error) function in typeref:typename:void
303 accepted(msg->acpted_rply.ar_stat, error);
  /src/usr.sbin/sysinst/
msg.entropy.en 64 {A line of any length and content will be accepted and assumed to
msg.entropy.es 64 {A line of any length and content will be accepted and assumed to
msg.entropy.fr 64 {A line of any length and content will be accepted and assumed to
msg.entropy.pl 64 {A line of any length and content will be accepted and assumed to
  /src/common/dist/zlib/contrib/ada/
zlib.ads 224 -- Out_Data. In_Last is the index of last element from In_Data accepted by

Completed in 35 milliseconds