Home
last modified time | relevance | path

Searched refs:FALSE (Results 276 – 300 of 1421) sorted by relevance

1...<<11121314151617181920>>...57

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c109 int atend = FALSE; /* TRUE only if a comment says so */
306 map[next].downloaded = FALSE; in readmap()
414 int infontlist = FALSE; in download()
442 if ( (buf[0] != '%' || buf[1] != '!') && atend == FALSE ) in download()
444 infontlist = FALSE; in download()
450 else infontlist = FALSE; in download()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y161 divflg = FALSE;
521 if(!*p) n = FALSE;
596 copy_line = FALSE;
696 iter = FALSE;
823 reverse = FALSE;
867 light = FALSE;
873 ESCAPE = FALSE;
879 ESCAPE = FALSE;
904 iter = FALSE;
935 scon = FALSE;
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c812 rc = ber_encode_OCTET_STRING(FALSE, &tmp, &total, in ber_encode_PrivateKeyInfo()
824 rc = ber_encode_SEQUENCE(FALSE, data, data_len, buf, len); in ber_encode_PrivateKeyInfo()
963 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
972 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
981 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
991 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
1000 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
1009 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
1019 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
1029 rc = ber_encode_INTEGER(FALSE, &buf2, &len, in ber_encode_RSAPrivateKey()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c145 connection->conn_authorized = FALSE; in ndmp_create_connection()
146 connection->conn_eof = FALSE; in ndmp_create_connection()
812 session.ns_eof = FALSE; in connection_handler()
889 while (session.ns_eof == FALSE) in connection_handler()
1167 boolean_t reply_read = FALSE; in ndmp_process_messages()
1168 boolean_t reply_error = FALSE; in ndmp_process_messages()
1200 if (reply_read == FALSE) in ndmp_process_messages()
1210 if (reply_expected == FALSE || in ndmp_process_messages()
1220 if (reply_read == FALSE) { in ndmp_process_messages()
1278 connection->conn_eof == FALSE); in ndmp_process_messages()
[all …]
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c142 int ret_val = FALSE; /* what we return */ in _dev_unmount()
168 int use_rmm = FALSE; /* use rmmount?? */ in _dev_unmount()
212 ret_val = call_unmount_prog(TRUE, FALSE, in _dev_unmount()
233 ret_val = call_unmount_prog(FALSE, FALSE, NULL, 0, in _dev_unmount()
419 int ret_val = FALSE; in get_media_info()
566 int ret_val = FALSE; in call_unmount_prog()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c151 SP->fl_endwin = FALSE; in wrefresh()
154 _endwin = (char)FALSE; in wrefresh()
205 _virtscr->_clear = FALSE; in wrefresh()
270 curscr->_clear = FALSE; in wrefresh()
271 _virtscr->_use_idl = FALSE; in wrefresh()
273 _INPUTPENDING = FALSE; in wrefresh()
313 didshift = FALSE; in _shove()
522 didvideo = changed = FALSE; in _updateln()
643 bool color_change = FALSE; in _updateln()
644 bool video_change = FALSE; in _updateln()
[all …]
H A Dendwin.c63 return (FALSE); in isendwin()
95 SP->fl_endwin = FALSE; in endwin()
98 _endwin = (char) FALSE; in endwin()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c114 static bool done = FALSE; in enable_exit()
148 bool succeeded = FALSE; in broadcast_proc_exit()
159 succeeded = FALSE; in broadcast_proc_exit()
176 firsttime = FALSE; in broadcast_proc_exit()
538 if (firsttime == FALSE)
1196 return (FALSE);
1198 return (FALSE);
1208 return (FALSE);
1212 return (FALSE);
1217 return (FALSE);
[all …]
H A Drpc_bootstrap.c109 vers, nconf, svc_taddr, hostname) == FALSE) {
163 return (FALSE);
183 return (FALSE);
208 return (FALSE);
213 return (FALSE);
229 return (FALSE);
240 return (FALSE);
249 return (FALSE);
H A Dypcat.c62 static int dodump = FALSE;
63 static int dumpkeys = FALSE;
157 translate = FALSE;
228 return (FALSE);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c64 return (FALSE)
159 ad->ad_dosync = FALSE; in authdes_create()
266 return (FALSE); in authdes_marshal()
324 return (FALSE); in authdes_validate()
340 return (FALSE); in authdes_validate()
357 return (FALSE); in authdes_validate()
399 return (FALSE); in authdes_refresh()
437 return (FALSE); in synchronize()
H A Dauth_kern.c140 return (FALSE); in authkern_marshal()
209 ret = FALSE; in authkern_marshal()
228 ret = FALSE; in authkern_marshal()
248 return (FALSE); in authkern_refresh()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_doorclnt.c212 return (FALSE); in smb_joininfo_xdr()
216 return (FALSE); in smb_joininfo_xdr()
220 return (FALSE); in smb_joininfo_xdr()
224 return (FALSE); in smb_joininfo_xdr()
228 return (FALSE); in smb_joininfo_xdr()
238 return (FALSE); in smb_joinres_xdr()
241 return (FALSE); in smb_joinres_xdr()
245 return (FALSE); in smb_joinres_xdr()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c123 if (set_termio(0, speedef->g_fflags, NULL, FALSE, in tmchild()
134 if (set_termio(0, speedef->g_fflags, NULL, FALSE, CANON) == -1) { in tmchild()
170 write_prompt(1, pmtab, TRUE, FALSE); in tmchild()
174 FALSE, CANON) == -1) { in tmchild()
200 FALSE, CANON) != 0) { in tmchild()
213 write_prompt(1, pmtab, FALSE, FALSE); in tmchild()
409 int done = FALSE; in do_autobaud()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c92 static int Append = FALSE; /* append to output file */
93 static int Force = FALSE; /* ignore rate differences on append */
104 static int File_type_set = FALSE; /* file type specified as arg */
106 static int Cleanup = FALSE; /* SIGINT sets this flag */
186 int swapBytes = FALSE; in main()
210 NetEndian = FALSE; in main()
338 if (File_type_set == FALSE) { in main()
372 Append = FALSE; in main()
395 Append = FALSE; in main()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c72 int dontroute = FALSE; /* In case rarp/bootparams was selected */
86 return (FALSE); in xdr_fhstatus()
122 return (FALSE); in xdr_mountres3_ok()
132 return (FALSE); in xdr_mountres3()
588 (void) ipv4_setpromiscuous(FALSE); in boot_nfs_mountroot()
595 (void) ipv4_setpromiscuous(FALSE); in boot_nfs_mountroot()
627 (void) ipv4_setpromiscuous(FALSE); in boot_nfs_mountroot()
630 if (whoami() == FALSE) in boot_nfs_mountroot()
635 root_pathbuf) == FALSE) in boot_nfs_mountroot()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c83 return (FALSE); in sysevent_init()
88 return (FALSE); in sysevent_init()
97 return (FALSE); in sysevent_init()
106 return (FALSE); in sysevent_init()
111 return (FALSE); in sysevent_init()
118 return (FALSE); in sysevent_init()
130 return (FALSE); in sysevent_init()
137 return (FALSE); in sysevent_init()
145 return (FALSE); in sysevent_init()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSign.c85 meta_operation_cleanup(session, CKF_SIGN, FALSE); in meta_Sign()
115 meta_operation_cleanup(session, CKF_SIGN, FALSE); in meta_SignUpdate()
145 meta_operation_cleanup(session, CKF_SIGN, FALSE); in meta_SignFinal()
208 meta_operation_cleanup(session, CKF_SIGN_RECOVER, FALSE); in meta_SignRecover()
H A DmetaVerify.c85 meta_operation_cleanup(session, CKF_VERIFY, FALSE); in meta_Verify()
115 meta_operation_cleanup(session, CKF_VERIFY, FALSE); in meta_VerifyUpdate()
149 meta_operation_cleanup(session, CKF_VERIFY, FALSE); in meta_VerifyFinal()
213 meta_operation_cleanup(session, CKF_VERIFY_RECOVER, FALSE); in meta_VerifyRecover()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_enum.c173 return (FALSE); in fcheck_enum()
179 return (FALSE); in fcheck_enum()
201 return (FALSE); in next_enum()
223 return (FALSE); in prev_enum()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c522 return (FALSE); in check_seq()
544 return (FALSE); in check_seq()
556 return (FALSE); in check_seq()
572 return (FALSE); in rpc_gss_set_callback()
592 return (FALSE); in rpc_gss_set_callback()
750 return (FALSE); in transfer_sec_context()
758 return (FALSE); in transfer_sec_context()
1542 return (FALSE); in check_verf()
1547 return (FALSE); in check_verf()
1584 return (FALSE); in check_verf()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1915 fSwap = FALSE; in emlxs_dump_cfg_region()
1988 LEGEND_CONFIG_REGION_0, FALSE); in emlxs_dump_cfg_regions()
1992 LEGEND_CONFIG_REGION_1, FALSE); in emlxs_dump_cfg_regions()
1996 LEGEND_CONFIG_REGION_2, FALSE); in emlxs_dump_cfg_regions()
2497 int fDone = FALSE; in emlxs_dump_table_read()
2674 int fDone = FALSE; in emlxs_dump_hba_memory()
2683 int fSwap = FALSE; in emlxs_dump_hba_memory()
3246 int isWrapped = FALSE; in emlxs_dump_menlo_log()
3365 isWrapped = FALSE; in emlxs_dump_menlo_log()
3478 isWrapped = FALSE; in emlxs_dump_menlo_log()
[all …]
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c50 #define FALSE 0 macro
80 int non_standard_line_count = FALSE; in main()
256 output_file_open = FALSE; in main()
279 if (output_file_open == FALSE) { in main()
322 if (output_file_open == FALSE) { in main()
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.h118 static bool_t s_dns_qthr_created = FALSE;
119 static bool_t s_dns_disabled = FALSE;
141 bool_t nfsmapid_debug = FALSE;
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c68 #define FALSE 0 macro
110 return FALSE; in dwoptnamematches()
119 return FALSE; in dwoptnamematches()
138 return FALSE; in dwoptnamematches()

1...<<11121314151617181920>>...57