| /onnv/onnv-gate/usr/src/head/ |
| iso646.h | 6 * (the "License"). You may not use this file except in compliance 48 #define not ! macro
|
| /onnv/onnv-gate/usr/src/cmd/auditreduce/ |
| regex2.c | 6 * (the "License"). You may not use this file except in compliance 32 * multiple regular expressions (instead of just 1), and to not select 43 int not; /* Exclude if matched? */ member in struct:exp 48 static char NOT = '~'; /* Character used to exclude rex exprs */ 82 if (*p == NOT) { 84 p_exp[i].not = 1; 86 p_exp[i].not = 0; 118 return (!p_exp[i].not); 138 if (p_exp[i].not)
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/ |
| test.c | 114 register int not; local 130 if(!(argc==4 && (not=sh_lookup(cp=argv[2],shtab_testops)))) 136 not = c_eq(cp,'!'); 141 if(!not) 154 if(not && cp[0]=='-' && cp[2]==0) 163 if(not)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ldap.c | 6 * You may not use this file except in compliance with the License. 435 static asndefT not = {"Not", SET, -1, 1, { variable 463 {0, ¬, 2}, 525 {"Auth Method Not supported", 0, 7}, 551 {"Not Allowed On Non Leaf", 0, 66}, 552 {"Not Allowed On RDN", 0, 67}, 758 /* returns (oid table size) if not found */ 791 * Skip everything that is not an LDAPMessage 885 * Snoop's lower layers do not allow u [all...] |
| /onnv/onnv-gate/usr/src/cmd/find/ |
| find.c | 6 * You may not use this file except in compliance with the License. 84 TYPE, AND, OR, NOT, LPAREN, RPAREN, CSIZE, VARARGS, FOLLOW, 105 "!", NOT, Op, 406 if (wasop == NOT || (wasop && np->action != NOT)) { 412 if (np->action != NOT && oldnp == 0) 438 case NOT: 497 * that is not remote, then it is 730 int not = 1; local 758 case NOT [all...] |