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

  /src/tests/usr.bin/xlint/lint1/
msg_289.c 10 both(void) function
msg_135.c 93 * C99 6.7.2.1p14 and C23 6.7.2.1p18 both state that a "pointer to a union
101 union both { union
104 } *both; local
106 both = (union both *)&align_4;
107 both = (union both *)&align_8;
108 return both->p_align_8;
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
ptid-selftests.c 45 static constexpr ptid_t both = ptid_t (1, 2, 2); variable
59 static_assert (both.pid () == 1, "both's pid is right");
66 static_assert (both.lwp_p (), "both's lwp_p is right");
73 static_assert (both.lwp () == 2, "both's lwp is right");
80 static_assert (both.tid_p (), "both's tid_p is right");
87 static_assert (both.tid () == 2, "both's tid is right")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
ptid-selftests.c 45 static constexpr ptid_t both = ptid_t (1, 2, 2); variable
59 static_assert (both.pid () == 1, "both's pid is right");
66 static_assert (both.lwp_p (), "both's lwp_p is right");
73 static_assert (both.lwp () == 2, "both's lwp is right");
80 static_assert (both.tid_p (), "both's tid_p is right");
87 static_assert (both.tid () == 2, "both's tid is right")
    [all...]
  /src/lib/libwrap/
eval.c 113 static char both[2 * STRING_LENGTH]; local
121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
122 return (both);
133 static char both[2 * STRING_LENGTH]; local
138 (void)snprintf(both, sizeof both, "%s@%s", daemon, host);
139 return (both);
  /src/external/bsd/libevent/dist/test/
regress.c 241 struct both { struct
249 struct both *both = arg; local
259 both->nread += len;
260 if (event_add(&both->ev, NULL) == -1)
267 struct both *both = arg; local
272 if (len > both->nread)
273 len = both->nread;
285 both->nread -= len
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.c 239 struct both { struct
247 struct both *both = arg; local
257 both->nread += len;
258 if (event_add(&both->ev, NULL) == -1)
265 struct both *both = arg; local
270 if (len > both->nread)
271 len = both->nread;
283 both->nread -= len
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
update.c 1043 * have both KSK and non-KSK keys that are not revoked per
1047 bool both = false; local
1115 both = dst_key_have_ksk_and_zsk(
1118 if (both) {
zone.c 801 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
5120 * Primary / Secondary / Mirror / Stub zones require both NS and SOA
7157 bool both = dst_key_have_ksk_and_zsk( local
7160 if (both) {
7734 bool both, bool is_ksk, bool is_zsk, bool fullsign,
7804 if (!is_ksk && both) {
7807 } else if (!is_zsk && both) {
9731 bool both = false; local
9788 both = true;
9798 both = dst_key_have_ksk_and_zsk
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 279 /* Like setbit, but if case is folded, set both cases of a letter. */
1420 the positions of both sets were inserted into an initially empty set. */
1605 * A CAT node is nullable if both its arguments are nullable.
1704 /* The firstpos and lastpos of the empty leaf are both empty. */
1765 /* A CAT node is nullable if both arguments are nullable. */
2023 /* It does; now find the set differences both ways. */
3281 common to both. */
3285 char **both; local
3291 both = (char **) malloc(sizeof *both);
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.c 305 /* Like setbit, but if case is folded, set both cases of a letter. */
1441 the positions of both sets were inserted into an initially empty set. */
1626 * A CAT node is nullable if both its arguments are nullable.
1725 /* The firstpos and lastpos of the empty leaf are both empty. */
1786 /* A CAT node is nullable if both arguments are nullable. */
2044 /* It does; now find the set differences both ways. */
3292 common to both. */
3296 char **both; local
3302 both = (char **) malloc(sizeof *both);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 1136 * have both KSK and non-KSK keys that are not revoked per
1140 bool both = false; local
1181 both = have_ksk && have_nonksk;
1182 if (both) {
1244 } else if (both) {
zone.c 797 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
5029 * Master / Slave / Mirror / Stub zones require both NS and SOA records
7095 bool both = false; local
7138 both = have_ksk && have_nonksk;
7139 if (both) {
7171 both = have_ksk && have_zsk;
7174 if (both) {
7216 both = have_ksk && have_zsk;
7258 } else if (both) {
9736 bool both = false local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 2994 int both = INSTR (30, 30); local
3003 for (i = 0; i < (both ? 16 : 8); i++)
3008 for (i = 0; i < (both ? 8 : 4); i++)
3013 for (i = 0; i < (both ? 4 : 2); i++)
3018 if (!both)
14263 /* This includes both Excpn Gen, System and unalloc operations.
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 2994 int both = INSTR (30, 30); local
3003 for (i = 0; i < (both ? 16 : 8); i++)
3008 for (i = 0; i < (both ? 8 : 4); i++)
3013 for (i = 0; i < (both ? 4 : 2); i++)
3018 if (!both)
14263 /* This includes both Excpn Gen, System and unalloc operations.

Completed in 83 milliseconds