Searched refs:TRUE (Results 101 - 125 of 1436) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c49 return (TRUE);
57 return (TRUE);
67 return (TRUE);
106 return (TRUE);
129 return (TRUE);
147 return (TRUE);
154 bool_t more_data = TRUE;
155 bool_t first_objp = TRUE;
200 return (TRUE);
219 return (TRUE);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dprinc_comp.c49 return TRUE;
72 return TRUE;
101 return TRUE;
119 return TRUE;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_array.c73 bool_t stat = TRUE;
93 return (TRUE);
103 return (TRUE);
147 return (TRUE);
H A Dxdr_float.c71 return (TRUE);
96 return (TRUE);
119 return (TRUE);
206 return (TRUE);
209 return (TRUE);
301 return (TRUE);
304 return (TRUE);
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dancil.c65 * This returns TRUE if map is on list, and FALSE otherwise.
77 return (TRUE);
/illumos-gate/usr/src/head/
H A Ddial.h52 #define TRUE 1 macro
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c54 * TRUE Boolean TRUE value (if not already defined)
55 * FALSE Boolean not-TRUE value (if not already defined)
58 #ifndef TRUE macro
59 #define TRUE ('t')
151 int usageerr; /* TRUE if syntax error on command */
186 usageerr = TRUE;
191 if (usageerr || (optind != argc-1)) usageerr = TRUE;
/illumos-gate/usr/src/cmd/mail/
H A Disit.c40 * TRUE -> lp matches header type (case independent)
69 return(TRUE);
H A Dpushlist.c30 * If contflg == TRUE, link this line to the end of the continuation lines
46 affbytecnt += (strlen(s) + ((contflg == TRUE) ?
54 rcvbytecnt += (strlen(s) + ((contflg == TRUE) ?
85 affbytecnt -= (strlen(s) + ((contflg == TRUE) ?
90 rcvbytecnt -= (strlen(s) + ((contflg == TRUE) ?
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c61 return (TRUE);
91 return (TRUE);
101 return (TRUE);
113 return (TRUE);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyslot.c48 #ifndef TRUE
49 #define TRUE 1 macro
77 console = TRUE;
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioDebug.cc83 return (TRUE);
89 return (TRUE);
112 return (TRUE);
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dutils.c38 array = g_array_new(TRUE, FALSE, sizeof(char *));
65 array = g_array_new(TRUE, FALSE, sizeof(char *));
76 g_string_free(str, TRUE);
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c72 #define TRUE 1 macro
117 short error; /* TRUE if usage error */
118 short fromfile; /* TRUE if -f file */
119 short is_a_tty; /* TRUE if TCGETA succeeds */
120 short pop; /* TRUE if -p */
121 short popall; /* TRUE if -p -a */
122 short popupto; /* TRUE if -p -u module */
123 short push; /* TRUE if -h mod1[,mod2 ...] */
174 error = TRUE;
176 popall = TRUE;
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c117 return (TRUE);
125 return (TRUE);
134 return (TRUE);
H A Dauthdesprt.c65 return (TRUE);
68 return (TRUE);
84 return (TRUE);
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_array.c64 bool_t stat = TRUE;
86 return (TRUE);
92 return (TRUE);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c117 int gotcolor = FALSE; /* TRUE after *colorfile is downloaded */
118 int wantcolor = FALSE; /* TRUE if we really ask for a color */
157 gotcolor = TRUE;
176 * sets wantcolor to TRUE. Characters are converted to lower case as they're put
195 wantcolor = TRUE;
212 * color (ie. the string in color[]). wantcolor is only set to TRUE if we've been
222 if ( wantcolor == TRUE ) {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c79 more_data = TRUE;
86 return (TRUE);
100 return (TRUE);
108 return (TRUE);
118 return (TRUE);
142 return (TRUE);
162 return (TRUE);
168 bool_t more_data = TRUE;
169 bool_t status = TRUE;
256 return (TRUE);
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c111 * TRUE if the two structures describe the same device
131 if ((x.st_dev == y.st_dev) && (x.st_ino == y.st_ino)) same = TRUE;
136 (minor(x.st_rdev) == minor(y.st_rdev))) same = TRUE;
205 int done; /* TRUE if we're finished */
233 else done = TRUE; /* Otherwise, done */
415 int done; /* TRUE if we're finished */
440 ((reclen == 1) || (*(recp+reclen-2) != '\\'))) done = TRUE;
468 done = TRUE;
475 done = TRUE;
489 done = TRUE;
[all...]
H A Dgetdev.c64 * TRUE Boolean TRUE
72 #ifndef TRUE
73 #define TRUE ('t') macro
218 int errflag; /* FLAG: TRUE if error */
299 int found; /* Flag: TRUE if found */
304 /* Set "found" to TRUE if the device is in the list */
307 if (strcmp(devtabentry, *aliases) == 0) found = TRUE;
411 int done; /* Loop control, TRUE if done */
427 if (!q) done = TRUE;
[all...]
H A Ddgrpent.c222 int done; /* TRUE if we're finished */
246 if (*(recp+reclen-1) == '\n') done = TRUE;
273 done = TRUE;
280 done = TRUE;
292 if (*(recp+reclen-1) == '\n') done = TRUE;
296 done = TRUE;
306 done = TRUE;
384 * TRUE if successful, FALSE otherwise
394 rtnval = TRUE;
433 int done; /* TRUE i
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c170 * TRUE if two processes should work. Don't know if the O_NDELAY stuff is really
196 return(TRUE);
224 if ( interactive == TRUE )
231 saved = TRUE;
243 if ( saved == TRUE )
269 * string is terminated with '\0' when we're done with a line and TRUE is returned
308 return(TRUE);
312 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */
318 if ( canwrite == TRUE ) /* don't block during start() */
425 * TRUE i
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c110 if (argc > 0 && mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE,
111 &vopt_given, 'r', MDB_OPT_SETBITS, TRUE, &ropt_given, NULL) != argc)
117 if (vopt_given == TRUE && ropt_given == FALSE)
177 if (vopt_given == TRUE) {
334 if (cbdp->keygiven == TRUE && cbdp->key != entry.zsd_key)
339 if (cbdp->voptgiven == TRUE)
343 if (cbdp->keygiven == TRUE) {
344 cbdp->found = TRUE;
390 MDB_OPT_SETBITS, TRUE, &cbd.voptgiven, NULL)) != argc) {
405 cbd.keygiven = TRUE;
[all...]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_token_xdr.c79 return (TRUE);
103 return (TRUE);
113 return (TRUE);
124 return (TRUE);
156 return (TRUE);
202 return (TRUE);
218 return (TRUE);
228 return (TRUE);
238 return (TRUE);
252 return (TRUE);
[all...]

Completed in 124 milliseconds

1234567891011>>