Searched defs:not (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | iso646.h | 6 * (the "License"). You may not use this file except in compliance 48 #define not ! macro
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | regex2.c | 6 * You may not use this file except in compliance with the License. 28 * multiple regular expressions (instead of just 1), and to not select 39 int not; /* Exclude if matched? */ member in struct:exp 80 p_exp[i].not = 1; 82 p_exp[i].not = 0; 114 return (!p_exp[i].not);
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | 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)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | 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}, 758 /* returns (oid table size) if not found */ 791 * Skip everything that is not an LDAPMessage 885 * Snoop's lower layers do not allow us 1120 ai = -1; /* not found */ 1196 ai = -1; /* not found */
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 6 * You may not use this file except in compliance with the License. 144 "-not", NOT, Op, 547 * that is not remote, then it is 817 int not = 1; local 849 not = !not; 887 * file system type, then it is not local. 1031 * XPG4 find should not treat a leading '.' in a 1033 * /usr/bin/find will not pattern match a leading 1148 * evaluate 'val' and 'not' (exclusiv [all...] |
Completed in 68 milliseconds