Searched refs:TRUE (Results 176 - 200 of 1436) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c280 handle->nflag = TRUE;
461 if (__rpc_matchserv(servtype, nconf->nc_semantics) == TRUE) {
482 return (TRUE);
487 return (TRUE);
492 return (TRUE);
518 return (TRUE);
522 return (TRUE);
532 return (TRUE);
535 *try_others = TRUE;
536 return (TRUE);
[all...]
H A Dauthsys_prot.c63 return (TRUE);
80 return (TRUE);
H A Dxdr_refer.c74 return (TRUE);
105 * case TRUE: object_data data;
124 return (TRUE);
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c136 opt_acls = TRUE;
139 opt_everything = TRUE;
142 opt_halt = TRUE;
145 opt_mtime = TRUE;
148 opt_notouch = TRUE;
151 opt_quiet = TRUE;
154 opt_verbose = TRUE;
157 opt_yes = TRUE;
172 opt_errors = TRUE;
326 errs |= evaluate(bp, OPT_SRC, TRUE);
[all...]
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c62 #define TRUE 1 macro
117 static int MORE = TRUE;
122 static int OK = TRUE;
182 ZERO = TRUE;
186 TRACE = TRUE;
193 TRACE = TRUE;
217 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE;
239 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE;
262 PER_LINE = LINE_CONT = TRUE;
280 PER_LINE = LINE_CONT = LEGAL = TRUE;
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c127 "TRUE"
558 result = TRUE;
561 if (result == TRUE) {
562 do_notify = TRUE;
567 if (result == TRUE) {
568 do_notify = TRUE;
573 if (result == TRUE) {
574 do_notify = TRUE;
579 if (result == TRUE) {
580 do_notify = TRUE;
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c54 * Return TRUE if arg was set (even if there was an error) and FALSE
56 * if error was set, whether or not the return is TRUE or FALSE. Returning
68 bool_t retval = TRUE;
147 * Return TRUE if arg was set (even if there was an error) and FALSE
149 * if error was set, whether or not the return is TRUE or FALSE. Returning
157 bool_t retval = TRUE;
548 { FATTR4_SUPPORTED_ATTRS_MASK, 0, FALSE, TRUE,
552 { FATTR4_TYPE_MASK, AT_TYPE, FALSE, TRUE,
556 { FATTR4_FH_EXPIRE_TYPE_MASK, 0, FALSE, TRUE,
560 { FATTR4_CHANGE_MASK, 0, FALSE, TRUE,
[all...]
H A Dnfs3_xdr.c89 return (TRUE); /* already free */
112 return (TRUE);
116 return (TRUE);
122 mem_alloced = TRUE;
139 return (TRUE);
148 return (TRUE);
245 return (TRUE);
278 return (TRUE);
310 return (TRUE);
386 return (TRUE);
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsign_mgr.c61 if (flag != TRUE) {
216 ctx->active = TRUE;
264 if (ctx->recover == TRUE) {
274 if (ctx->multi == TRUE) {
316 if (ctx->recover == TRUE) {
319 ctx->multi = TRUE;
344 if (ctx->recover == TRUE) {
382 if (ctx->multi == TRUE) {
H A Dverify_mgr.c65 if (flag != TRUE) {
201 ctx->active = TRUE;
244 if (ctx->recover == TRUE) {
251 if (ctx->multi == TRUE) {
293 if (ctx->recover == TRUE) {
296 ctx->multi = TRUE;
321 if (ctx->recover == TRUE) {
356 if (ctx->multi == TRUE) {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c64 bound_len) == TRUE) {
68 return (TRUE);
85 return (TRUE);
95 return (TRUE);
109 return (TRUE);
170 if (gss_seal(&minor, context, TRUE, qop, &in_buf,
196 ret = TRUE;
297 return (TRUE);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtrace.c70 initialized = TRUE;
140 __m_tracing = TRUE;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c232 return (TRUE);
236 return (TRUE);
263 return (TRUE);
265 return (TRUE);
284 return (TRUE);
288 return (TRUE);
322 return (TRUE);
498 return (TRUE);
/illumos-gate/usr/src/cmd/mail/
H A Dparse.c82 deliverflag = TRUE;
113 fromflag = TRUE;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.lx.l31 #define TRUE 1
134 if ((optind >= gargc) || (stdin_only == TRUE)) {
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio.h55 #ifndef TRUE
56 #define TRUE (1) macro
/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c92 * @return #TRUE iff there are more lines to process
191 vendor_matched = TRUE;
217 product_matched = TRUE;
271 return TRUE;
281 * @return #TRUE if the file was succesfully loaded
314 return TRUE;
369 * @return #TRUE iff there are more lines to process
435 vendor_matched = TRUE;
488 return TRUE;
498 * @return #TRUE i
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c82 bound_len) == TRUE) {
86 return (TRUE);
103 return (TRUE);
113 return (TRUE);
127 return (TRUE);
186 if ((major = kgss_seal(&minor, context, TRUE, qop, &in_buf,
218 ret = TRUE;
327 return (TRUE);
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_refer.c76 return (TRUE);
107 * case TRUE: object_data data;
126 return (TRUE);
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h54 * TRUE Boolean TRUE value
68 #ifndef TRUE
69 #define TRUE (1) macro
104 * comment Comment flag, TRUE if record is a comment
151 * comment Comment flag, TRUE if record is a comment
161 int comment; /* TRUE if a comment record */
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dsil3xxx.c73 return (TRUE);
151 return (TRUE);
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.h58 #ifndef TRUE
59 #define TRUE B_TRUE macro
246 * dlist_contains() returns TRUE if the object is already
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c51 * RETURNS : TRUE = A name was successfully created
86 return (TRUE);
92 * RETURNS: TRUE if yes
105 return (TRUE);
117 * RETURNS: TRUE if map was added
170 return (TRUE);
194 present = TRUE;
203 * Returns TRUE if the map exists and is accessible; else FALSE.
285 return (TRUE);
297 * RETURNS : TRUE
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmutils.c240 * RETURN: TRUE if a comma was inserted
295 return (TRUE);
302 return (TRUE);
/illumos-gate/usr/src/cmd/users/
H A Dusers.c89 #ifndef TRUE
90 #define TRUE ('t') macro
431 * function returns TRUE. Otherwise it returns FALSE.
437 * TRUE If 'p' is found in the members list,
445 int found; /* FLAG: TRUE if login found */
452 if (strcmp(p, pmem->membername) == 0) found = TRUE;
550 found = TRUE;
659 int l_seen; /* FLAG, TRUE if -l is on the command line */
660 int errflg; /* FLAG, TRUE if there is a command-line problem */
661 int done; /* FLAG, TRUE i
[all...]

Completed in 130 milliseconds

1234567891011>>