Searched defs:not (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c114 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)
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c48 unsigned int tag, int not);
291 put_complex_filter(BerElement *ber, char *str, unsigned int tag, int not) argument
306 if (!not && ber_printf(ber, "{") == -1)
323 if (!not && ber_printf(ber, "}") == -1)
342 * not [2] Filter,
895 * not a hexadecimal digit [0-9A-Fa-f].
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c16 along with this program; if not, write to the Free Software Foundation,
20 it matches, nonzero if not. */
117 /* A slash does not match a wildcard under
204 register bool not; local
221 not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^')));
222 if (not)
532 this is not part of a range. */
753 this is not part of a range. */
793 /* XXX It is not entirely clear to me how to handle
794 characters which are not mentione
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c70 " [+1-125?A command line meeting the specified requirements could not"
73 " [+126?\acommand\a was found but could not be executed.]"
74 " [+127?\acommand\a was not found.]"
361 "Do not apply tests or actions a levels less than \alevel\a."
366 "Do not descend into directories in different filesystems than"
381 " and link count not equal to 2 plus the number of subdirectories.",
382 "not", NOT, Op, 0, 0, 0,
383 "\b-not\b \aexpr\a: inverts the truth value of \aexpr\a.",
388 " If the response does not match `[yY]].*' then the command"
389 " is not ru
1344 int not = 1; local
[all...]

Completed in 70 milliseconds