Searched refs:negated (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check.cpp70 bool negated; member in struct:__anon175::status_check
76 negated(p_negated),
93 bool negated; member in struct:__anon175::output_check
99 negated(p_negated),
232 bool negated = (arg.compare(0, 4, "not-") == 0); local
234 const std::string action = negated ? action_str.substr(4) : action_str;
243 if (negated)
245 negated = false;
254 if (negated)
261 if (negated)
282 const bool negated = (arg.compare(0, 4, "not-") == 0); local
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dmatch.c122 int negated; local
128 /* Check if the subpattern is negated. */
130 negated = 1;
133 negated = 0;
157 if (negated)
H A Dauth-rhosts.c88 int negated; local
128 negated = 0;
130 /* Process negated host names, or positive netgroups. */
132 negated = 1;
138 negated = 1;
169 /* If the entry was negated, deny access. */
170 if (negated) {
H A Dreadconf.c841 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local
1325 negated = *arg == '!';
1326 if (negated)
1329 if (negated) {
1331 "block because of negated match "
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c347 unsigned negative : 1; /* Index register was negated. */
17762 unsigned long negated, inverted;
17764 negated = encode_arm_immediate (-value);
17773 value = negated;
17778 value = negated;
17783 value = negated;
17788 value = negated;
17842 unsigned int negated, inverted;
17844 negated = encode_thumb32_immediate (-value);
17854 value = negated;
17748 unsigned long negated, inverted; local
17828 unsigned int negated, inverted; local
[all...]

Completed in 255 milliseconds