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

1 2

  /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
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
100 accepted = false;
105 accepted = true;
111 if (accepted)
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_auth.c 35 int accepted; /* HOSTAPD_ACL_* */ member in struct:hostapd_cached_radius_acl
95 return entry->accepted;
542 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT;
544 cache->accepted = HOSTAPD_ACL_ACCEPT;
582 cache->accepted = HOSTAPD_ACL_REJECT;
596 cache->accepted = HOSTAPD_ACL_REJECT;
598 cache->accepted = HOSTAPD_ACL_REJECT;
604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT ||
605 cache->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT;
615 (ieee802_11_set_radius_info(hapd, sta, cache->accepted,
    [all...]
ap_drv_ops.h 252 const u8 *mac, int accepted,
257 return hapd->driver->set_radius_acl_auth(hapd->drv_priv, mac, accepted,
  /src/external/mit/libuv/dist/test/
test-tcp-reuseport.c 65 static unsigned int accepted; variable
88 if (accepted == MAX_TCP_CLIENTS) {
120 accepted++;
226 /* Verify if each listener per event loop accepted connections
227 * and the amount of accepted connections matches the one of
230 ASSERT_EQ(accepted, MAX_TCP_CLIENTS);
  /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
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/external/bsd/ntp/dist/ntpd/
ntp.keys.def 71 accepted.
refclock_nmea.c 263 u_int accepted; member in struct:__anon7450::__anon7451
617 * + it rejects data that is not from the first accepted sentence in a
967 /* Data will be accepted. Update stats & log data. */
968 up->tally.accepted++;
1143 up->tally.total, up->tally.accepted,
ntp.conf.def 510 code (MAC), it is accepted only if it
1923 accepted if the number of servers within TTL range is
3161 be accepted.
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 290 When invoked with parameters the following are accepted and optional:
365 When invoked with parameters the following are accepted and optional:
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
analyze.py 698 accepted = frozenset({
713 elif language not in accepted:
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 369 flags = The _attributes (g, i, m, s and x accepted)
519 flags = The _attributes (g, i, m, s and x accepted)
  /src/external/historical/nawk/dist/
FIXES.1e 743 and period was accepted as a valid number if it started with a period.
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 3034 u16 valid_links; /* bitmap of accepted link IDs */
3922 * @accepted: Whether the station was accepted
3926 int (*set_radius_acl_auth)(void *priv, const u8 *mac, int accepted,
4050 * request was accepted. The caller will need to wait until the
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d 338 types. Several cases are accepted, as described below. The code snippets

Completed in 43 milliseconds

1 2