/src/usr.bin/scmdctl/ |
responses.h | 38 bool invert[34]; member in struct:scmd_motor_response
|
responses.h | 38 bool invert[34]; member in struct:scmd_motor_response
|
responses.h | 38 bool invert[34]; member in struct:scmd_motor_response
|
/src/sys/net/npf/ |
npf_connkey.c | 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 206 if (invert) { 242 const bool invert = flow != NPF_FLOW_FORW; local in function:npf_conn_conkey 243 return npf_connkey_copy(npc->npc_ckey, key, invert);
|
npf_connkey.c | 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 206 if (invert) { 242 const bool invert = flow != NPF_FLOW_FORW; local in function:npf_conn_conkey 243 return npf_connkey_copy(npc->npc_ckey, key, invert);
|
npf_connkey.c | 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 206 if (invert) { 242 const bool invert = flow != NPF_FLOW_FORW; local in function:npf_conn_conkey 243 return npf_connkey_copy(npc->npc_ckey, key, invert);
|
/src/bin/ksh/ |
c_test.c | 142 int invert = 0; local in function:c_test 157 if (invert & 1) 174 if (invert & 1) 179 invert++;
|
c_test.c | 142 int invert = 0; local in function:c_test 157 if (invert & 1) 174 if (invert & 1) 179 invert++;
|
c_test.c | 142 int invert = 0; local in function:c_test 157 if (invert & 1) 174 if (invert & 1) 179 invert++;
|
/src/lib/libc/regex/ |
regex2.h | 129 int invert; member in struct:__anonbc61ebe90208 140 cs->invert); 145 return (!cs->invert); 147 return (!cs->invert); 151 return (!cs->invert); 154 return (!cs->invert); 155 return (cs->invert); 164 cs->invert);
|
regex2.h | 129 int invert; member in struct:__anonbc61ebe90208 140 cs->invert); 145 return (!cs->invert); 147 return (!cs->invert); 151 return (!cs->invert); 154 return (!cs->invert); 155 return (cs->invert); 164 cs->invert);
|
regex2.h | 129 int invert; member in struct:__anonbc61ebe90208 140 cs->invert); 145 return (!cs->invert); 147 return (!cs->invert); 151 return (!cs->invert); 154 return (!cs->invert); 155 return (cs->invert); 164 cs->invert);
|
/src/sys/arch/aarch64/aarch64/ |
trap.c | 642 bool invert = (insn >> 28) & 1; local in function:arm_cond_match 672 return (!match != !invert);
|
trap.c | 642 bool invert = (insn >> 28) & 1; local in function:arm_cond_match 672 return (!match != !invert);
|
trap.c | 642 bool invert = (insn >> 28) & 1; local in function:arm_cond_match 672 return (!match != !invert);
|
/src/usr.sbin/npf/npfctl/ |
npf_bpf_comp.c | 155 bool invert; member in struct:npf_bpf 335 npfctl_bpf_group_enter(npf_bpf_t *ctx, bool invert) 344 ctx->invert = invert; 363 if (!ctx->invert && 374 if (ctx->invert) { 428 const bool invert = ctx->invert; local in function:fetch_l3 456 npfctl_bpf_group_enter(ctx, invert); 482 const bool invert = ctx->invert local in function:fetch_ether_type [all...] |
npf_bpf_comp.c | 155 bool invert; member in struct:npf_bpf 335 npfctl_bpf_group_enter(npf_bpf_t *ctx, bool invert) 344 ctx->invert = invert; 363 if (!ctx->invert && 374 if (ctx->invert) { 428 const bool invert = ctx->invert; local in function:fetch_l3 456 npfctl_bpf_group_enter(ctx, invert); 482 const bool invert = ctx->invert local in function:fetch_ether_type [all...] |
npf_bpf_comp.c | 155 bool invert; member in struct:npf_bpf 335 npfctl_bpf_group_enter(npf_bpf_t *ctx, bool invert) 344 ctx->invert = invert; 363 if (!ctx->invert && 374 if (ctx->invert) { 428 const bool invert = ctx->invert; local in function:fetch_l3 456 npfctl_bpf_group_enter(ctx, invert); 482 const bool invert = ctx->invert local in function:fetch_ether_type [all...] |
/src/bin/sh/ |
expand.c | 1968 int invert, found; local in function:patmatch 1995 invert = 0; 1997 invert++; 2041 if (found == invert)
|
expand.c | 1968 int invert, found; local in function:patmatch 1995 invert = 0; 1997 invert++; 2041 if (found == invert)
|
expand.c | 1968 int invert, found; local in function:patmatch 1995 invert = 0; 1997 invert++; 2041 if (found == invert)
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 1100 printf("type_rng_start %s\n", transitions_ptr->value ? "(invert)" : "(normal)"); 1738 int invert = dfa_transitions[ind].value; local in function:compile_range_check 1777 if (!invert) {
|
regexJIT.c | 1100 printf("type_rng_start %s\n", transitions_ptr->value ? "(invert)" : "(normal)"); 1738 int invert = dfa_transitions[ind].value; local in function:compile_range_check 1777 if (!invert) {
|
regexJIT.c | 1100 printf("type_rng_start %s\n", transitions_ptr->value ? "(invert)" : "(normal)"); 1738 int invert = dfa_transitions[ind].value; local in function:compile_range_check 1777 if (!invert) {
|
/src/usr.sbin/syslogd/ |
syslogd.c | 4963 bool invert = level[0] == '~'; local in function:set_debug 4964 if (invert) 4974 if (invert)
|