Searched refs:FALSE (Results 151 - 175 of 550) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddlutils.c65 if ((sub = get_cv("DynaLoader::dl_unload_file", FALSE)) != NULL) {
66 dl_librefs = get_av("DynaLoader::dl_librefs", FALSE);
/osnet-11/usr/src/lib/pkcs11/include/
H A Dcryptoki.h58 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
65 #ifndef FALSE
66 #define FALSE 0 macro
67 #endif /* FALSE */
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c81 if (args->enabled == FALSE) {
86 return (FALSE);
103 snmp_cb_data->enabled = FALSE; /* cancel it */
130 snmp_cb_data->enabled = FALSE;
211 return (FALSE);
313 GMainLoop *loop = g_main_loop_new(NULL, FALSE);
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.c80 return FALSE;
181 ret = FALSE;
213 ret = FALSE;
231 ret = FALSE;
264 ret = FALSE;
288 ret = FALSE;
305 passed_white_space = FALSE;
354 ret = FALSE;
415 ret = FALSE;
461 return FALSE;
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaCrypt.c87 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
118 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
148 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
213 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
244 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
274 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_rsa.c65 if (rc == FALSE) {
95 if (rc == FALSE) {
127 if (rc == FALSE) {
157 if (rc == FALSE) {
195 if (flag == FALSE) {
238 if (flag == FALSE)
285 if (flag == FALSE)
325 if (flag == FALSE) {
367 if (flag == FALSE) {
441 rc = ber_encode_OCTET_STRING(FALSE,
[all...]
H A Dkey.c359 *(CK_BBOOL *)derive_attr->pValue = FALSE;
364 *(CK_BBOOL *)local_attr->pValue = FALSE;
594 *(CK_BBOOL *)sensitive_attr->pValue = FALSE;
630 *(CK_BBOOL *)never_extr_attr->pValue = FALSE;
636 *(CK_BBOOL *)always_sens_attr->pValue = FALSE;
664 CK_BBOOL false = FALSE;
682 * CKA_LOCAL == FALSE
683 * CKA_ALWAYS_SENSITIVE == FALSE
685 * CKA_NEVER_EXTRACTABLE == FALSE
766 value != FALSE) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs292 if ((svp = hv_fetch(seenhv, id, idlen, FALSE))
296 if ((svp = av_fetch(seenentry, 0, FALSE))
482 svp = av_fetch((AV*)ival, ix, FALSE);
611 bool do_utf8 = FALSE;
622 svp = av_fetch(keys, i, FALSE);
759 if ((svp = hv_fetch(seenhv, id, (idlen = strlen(id)), FALSE)) &&
764 if ((svp = av_fetch(seenentry, 0, FALSE)) && (othername = *svp)
765 && (svp = av_fetch(seenentry, 2, FALSE)) && *svp && SvIV(*svp) > 0)
974 if ((svp = hv_fetch(hv, "seen", 4, FALSE)) && SvROK(*svp))
976 if ((svp = hv_fetch(hv, "todump", 6, FALSE))
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c203 static bool_t cleanup_cb_set = FALSE;
317 return (FALSE);
337 return (FALSE);
347 return (FALSE);
366 return (FALSE);
384 bool_t ret = FALSE;
388 return (FALSE);
404 return (FALSE);
406 return (FALSE);
427 bool_t ret = TRUE, found = FALSE;
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c181 return (FALSE);
201 return (FALSE);
252 return (FALSE);
279 return (FALSE);
403 return (FALSE);
434 return (FALSE);
475 return (FALSE);
504 return (FALSE);
516 return (FALSE);
526 return (FALSE);
[all...]
H A Dpmap_clnt.c72 return (FALSE);
75 return (FALSE);
80 return (FALSE);
97 bool_t udp_rslt = FALSE;
98 bool_t tcp_rslt = FALSE;
H A Dauth_none.c110 return (FALSE);
136 return (FALSE);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc162 * Returns TRUE if successful, FALSE otherwise (when out of memory).
169 WRITELOCK(this, FALSE, "w db_free_list::push");
171 WRITEUNLOCK(this, FALSE, "wu db_free_list::push");
173 DB_MEMORY_LIMIT, FALSE);
237 m->fromLDAP = FALSE;
238 m->toLDAP = FALSE;
239 m->isMaster = FALSE;
299 mapping.isDeferredTable = FALSE;
679 * Returns TRUE if replacement successful; FALSE otherwise.
690 return (FALSE);
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c72 #define FALSE 0 macro
77 static bool Debug = FALSE;
78 static bool ListMode = FALSE;
79 static bool AnswerAll = FALSE; /* default: answer if in To:/Cc: only */
120 bool sender_oob = FALSE;
121 bool initialize_only = FALSE;
444 * FALSE -- if the sender deserves a response.
477 inside = FALSE;
478 onlist = FALSE;
479 saw_newline = FALSE;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c58 return FALSE; /* this one expires too late */
62 return FALSE; /* this one expires too late */
114 return FALSE;
128 return FALSE;
130 if (!data2) return FALSE;
132 return data_eq(*data1, *data2) ? TRUE : FALSE;
203 return FALSE;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c273 return FALSE;
277 return FALSE;
283 return FALSE;
300 return FALSE;
304 return FALSE;
311 return FALSE;
376 return FALSE;
534 return FALSE;
853 * is FALSE, the search begins after @ctx->attr.
911 ctx->is_first = FALSE;
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c166 gboolean last_was_slash = FALSE;
212 last_was_slash = FALSE;
218 last_was_slash = FALSE;
325 skip_fstab_entry = FALSE;
401 ret = FALSE;
408 while (((entry = mtab_next (handle, mount_point)) != NULL) && (ret == FALSE)) {
499 gboolean append_ro = FALSE;
500 gboolean is_abs_path = FALSE;
592 append_ro = FALSE;
599 is_remount = FALSE;
[all...]
H A Dhal-storage-eject.c208 FALSE, FALSE, system_bus); /* use neither lazy nor force */
231 FALSE, system_bus);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dupdate.c140 return (update_map_if_required(map, FALSE));
351 if (SUCCESS == update_map_from_dit(map, FALSE))
377 return (FALSE);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dprinc_comp.c45 return FALSE;
93 krb5_boolean ret = FALSE;
161 return FALSE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c57 okay = FALSE;
142 PL_numeric_local = FALSE;
156 PL_numeric_standard = FALSE;
259 bool setlocale_failure = FALSE;
268 bool done = FALSE;
495 bool utf8locale = FALSE;
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c206 return FALSE;
217 return FALSE;
225 return FALSE;
245 gboolean program_exists = FALSE;
274 return FALSE;
294 rd->sent_kill = FALSE;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmakenew.c104 win->_notimeout = win->_immed = win->_sync = FALSE;
124 win->_insmode = FALSE;
H A Dwaddnstr.c74 win->_insmode = FALSE;
77 win->_immed = win->_sync = FALSE;
H A Dwgetwstr.c71 SP->fl_echoit = FALSE;
75 win->_immed = win->_sync = win->_leave = FALSE;

Completed in 99 milliseconds

1234567891011>>