Searched refs:TRUE (Results 251 - 275 of 1436) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c128 return (TRUE);
131 return (TRUE);
185 print_prefix(fp, "$ ", TRUE,
195 print_prefix(fp, "$ ", TRUE,
199 is_set = TRUE;
216 print_prefix(fp, "$ ", TRUE,
236 print_prefix(fp, "$ ", TRUE,
396 if (rm_blank == TRUE) {
481 print_prefix(fp, "# ", TRUE, com);
487 print_prefix(fp, "# ", TRUE, co
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h30 #define TRUE 1 macro
/illumos-gate/usr/src/ucblib/libcurses/
H A Dinitscr.c68 clearok(curscr, TRUE);
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c50 static int udp_cksum_flag = TRUE; /* checksum on if set */
116 del_gram(&sockets[index].inq, igp, TRUE);
133 del_gram(&sockets[index].inq, igp, TRUE);
145 del_gram(&sockets[index].inq, igp, TRUE);
/illumos-gate/usr/src/lib/libadm/common/
H A Dlistdgrp.c104 int noerror; /* Flag, TRUE if all's well */
132 noerror = TRUE;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Dcvc.h42 #define TRUE 1 macro
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexnames.c333 HasPrefix = TRUE;
350 HasPrefix = TRUE;
379 HasPrefix = TRUE;
409 HasPrefix = TRUE;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c329 class_given = TRUE;
334 subclass_given = TRUE;
339 subclass_given = TRUE;
344 subclass_given = TRUE;
351 if (class != CKO_DATA && subclass_given != TRUE) {
569 return (TRUE);
584 return (TRUE);
604 return (TRUE);
607 return (TRUE);
622 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c77 exclude = TRUE;
82 *fp = TRUE;
93 exclude = TRUE;
326 exclude = TRUE;
331 *fp = TRUE;
339 exclude = TRUE;
400 exclude = TRUE;
405 *fp = TRUE;
413 exclude = TRUE;
476 exclude = TRUE;
[all...]
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dcryptoki.h61 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
65 #ifndef TRUE
66 #define TRUE 1 macro
67 #endif /* TRUE */
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dmountlist_xdr.c143 return (TRUE);
165 return (TRUE);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c93 change = TRUE;
125 ptp->init = TRUE;
H A Dmvcur.c137 rl = _mvleft(curx, newx, TRUE);
139 rl = _mvright(curx, newx, TRUE);
168 (void) _mvrel(cury, curx, newy, newx, TRUE);
171 H_UP : H_DO, TRUE);
207 return (_mvrel(cy, 0, ny, nx, TRUE));
304 (void) _mvright(0, nx, TRUE);
307 (void) _mvright(cx, nx, TRUE);
309 (void) _mvleft(cx, nx, TRUE);
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dllib-lpanel89 return TRUE;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_c.x78 % char *, bool_t = TRUE );
100 %/* bool_t dump( pptr ) {return TRUE;}*/ // does nothing.
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.s53 / TRUE iff (x is finite, but
74 / TRUE iff (bexp(x) = 0 &
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dieee_funcl.s53 / TRUE iff (x is finite, but
74 / TRUE iff (bexp(x) = 0 &
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstart.sh60 YP_SERVER=TRUE # remember we're a server for later
85 if [ "$YP_SERVER" = TRUE ]; then
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs35 stash = gv_stashpv("Sun::Solaris::Task", TRUE);
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c49 #define TRUE 1 macro
174 create = TRUE;
188 create = TRUE;
193 create = TRUE;
231 return (TRUE); /* not error */
570 if (getaline(TRUE) == NULL)
575 if (getaline(TRUE) != NULL) {
578 if (getaline(TRUE) == NULL)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c112 if (err == 0) /* call parser w default mount_access = TRUE */
114 subdir, isdirect, TRUE);
161 if (*action == AUTOFS_NONE && (iswildcard == TRUE)) {
166 *action, iswildcard ? "TRUE" : "FALSE", err);
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c93 return (TRUE);
97 return (TRUE); /* punt, should never happen */
107 return (TRUE);
113 return (TRUE);
126 return (ans == 0 ? FALSE : TRUE);
202 fdl->check_binding = TRUE;
290 fdl->check_binding = TRUE;
313 return (TRUE);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc71 isopened = TRUE;
115 isopened = TRUE;
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c113 is_verbose = TRUE;
115 is_version = TRUE;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_clnt_stubs.c55 boolean_t first = TRUE;
106 boolean_t first = TRUE;

Completed in 1587 milliseconds

<<11121314151617181920>>