Searched refs:FALSE (Results 226 - 250 of 1405) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dchkinput.c162 return (FALSE);
169 return (FALSE);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauthsys_prot.c64 return (FALSE);
81 return (FALSE);
H A Dxdr_refer.c79 return (FALSE);
106 * case FALSE: void nothing;
121 return (FALSE);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyslot.c50 #define FALSE 0 macro
60 int console = FALSE;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c58 #ifndef FALSE
59 # define FALSE (0) macro
62 # define TRUE (!FALSE)
216 stack[stack_ptr].num_type = FALSE;
238 grub_bool done = FALSE;
239 grub_bool allowminus = FALSE;
240 grub_bool dot = FALSE;
241 grub_bool err = FALSE;
/illumos-gate/usr/src/cmd/mail/
H A Dsavehdrs.c72 pushlist(H_RECEIVED, HEAD, tbuf, FALSE);
100 pushlist(hdrtype, TAIL, q, FALSE);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.lx.l32 #define FALSE 0
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio.h58 #ifndef FALSE
59 #define FALSE (0) macro
/illumos-gate/usr/src/cmd/genmsg/
H A Dmain.c83 int is_cat_found = FALSE;
86 int suppress_error = FALSE;
103 int do_msgfile = FALSE;
203 projfile : newprojfile) == FALSE)) {
224 is_cat_found = FALSE;
264 if (is_cat_found == FALSE) {
271 if (do_msgfile == FALSE) {
293 if (is_writable(newfile) == FALSE) {
H A Dgenmsg.l54 int pound_is_mine = FALSE;
77 static int save_minus = FALSE;
113 end_of_cat = FALSE;
268 save_minus = FALSE;
322 if (end_of_cat == FALSE) {
554 pound_is_mine = FALSE;
573 pound_is_mine = FALSE;
616 if ((IsActiveMode(PreProcessMode) && pound_is_mine == FALSE) ||
626 if ((IsActiveMode(PreProcessMode) && pound_is_mine == FALSE) ||
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c127 return (FALSE);
141 return (FALSE);
H A Dauthdesprt.c48 return (FALSE)
70 return (FALSE);
H A Dauth_loopb.c128 bool_t ret = FALSE;
140 return (FALSE);
177 ret = FALSE;
195 ret = FALSE;
212 return (FALSE);
H A Dauthu_prot.c68 return (FALSE);
124 return (FALSE);
143 return (FALSE);
162 return (FALSE);
177 return (FALSE);
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_array.c69 return (FALSE);
74 return (FALSE);
H A Dtypes.h77 #ifndef FALSE
78 #define FALSE (0) macro
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h55 * FALSE Boolean FALSE value
72 #ifndef FALSE
73 #define FALSE (0) macro
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.h62 #ifndef FALSE
63 #define FALSE B_FALSE macro
247 * in the list or FALSE otherwise.
/illumos-gate/usr/src/cmd/users/
H A Dusers.c85 #ifndef FALSE
86 #define FALSE 0 macro
213 errorflg = FALSE;
431 * function returns TRUE. Otherwise it returns FALSE.
438 * FALSE otherwise
450 found = FALSE;
547 found = FALSE;
671 g_seen = FALSE;
672 l_seen = FALSE;
673 errflg = FALSE;
[all...]
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c83 LIBPOLKIT_CHECK_CONTEXT (ctx, FALSE);
133 gboolean authname_free = FALSE;
139 *out_is_allowed = FALSE;
140 *out_is_temporary = FALSE;
178 *out_is_temporary = FALSE;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_door_encdec.c191 return (FALSE);
193 return (FALSE);
196 return (FALSE);
199 return (FALSE);
202 return (FALSE);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypmatch.c69 static int dodump = FALSE;
70 static int printkeys = FALSE;
144 translate = FALSE;
227 bool errors = FALSE;
261 bool error = FALSE;
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c53 * FALSE Boolean FALSE value
59 #ifndef FALSE macro
60 #define FALSE 0
175 syntaxerr = FALSE;
178 syntaxerr = FALSE;
271 halt = FALSE;
/illumos-gate/usr/src/cmd/saf/
H A Dutil.c113 p = nexttok(p, DELIM, FALSE);
137 p = nexttok(NULL, DELIM, FALSE);
161 p = nexttok(NULL, DELIM, FALSE);
195 p = nexttok(NULL, DELIM, FALSE);
210 p = nexttok(NULL, DELIM, FALSE);
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c156 listallflag = FALSE;
168 errorflag = FALSE;
260 * TRUE if successful, FALSE otherwise
275 errorflag = FALSE;
328 * group <dgrp>, FALSE otherwise
366 if ((cmpval = strcmp(mbralias, *pdev)) == 0) notfound = FALSE;
401 * TRUE if found, FALSE otherwise
423 if (strcmp(dgrp->name, *pdgrp) == 0) notfound = FALSE;
426 /* Return TRUE if the device group is in the list, FALSE otherwise */

Completed in 1798 milliseconds

1234567891011>>