/freebsd/contrib/dialog/ |
H A D | dlg_colors.h | 44 #define DLGC_UL_SCREEN FALSE 45 #define DLGC_RV_SCREEN FALSE 50 #define DLGC_UL_SHADOW FALSE 51 #define DLGC_RV_SHADOW FALSE 55 #define DLGC_HL_DIALOG FALSE 56 #define DLGC_UL_DIALOG FALSE 57 #define DLGC_RV_DIALOG FALSE 62 #define DLGC_UL_TITLE FALSE 63 #define DLGC_RV_TITLE FALSE 68 #define DLGC_UL_BORDER FALSE [all …]
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_xdr.c | 16 return (FALSE); in xdr_nlm_stats() 25 return (FALSE); in xdr_nlm_holder() 27 return (FALSE); in xdr_nlm_holder() 29 return (FALSE); in xdr_nlm_holder() 31 return (FALSE); in xdr_nlm_holder() 33 return (FALSE); in xdr_nlm_holder() 42 return (FALSE); in xdr_nlm_testrply() 46 return (FALSE); in xdr_nlm_testrply() 59 return (FALSE); in xdr_nlm_stat() 68 return (FALSE); in xdr_nlm_res() [all …]
|
H A D | sm_inter_xdr.c | 13 return (FALSE); in xdr_sm_name() 22 return (FALSE); in xdr_my_id() 24 return (FALSE); in xdr_my_id() 26 return (FALSE); in xdr_my_id() 28 return (FALSE); in xdr_my_id() 37 return (FALSE); in xdr_mon_id() 39 return (FALSE); in xdr_mon_id() 48 return (FALSE); in xdr_mon() 50 return (FALSE); in xdr_mon() 59 return (FALSE); in xdr_stat_chge() [all …]
|
/freebsd/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 1919 { "int32_to_float32", 1, FALSE, TRUE, FALSE, FALSE }, 1920 { "int32_to_float64", 1, FALSE, FALSE, FALSE, FALSE }, 1922 { "int32_to_floatx80", 1, FALSE, FALSE, FALSE, FALSE }, 1925 { "int32_to_float128", 1, FALSE, FALSE, FALSE, FALSE }, 1927 { "int64_to_float32", 1, FALSE, TRUE, FALSE, FALSE }, 1928 { "int64_to_float64", 1, FALSE, TRUE, FALSE, FALSE }, 1930 { "int64_to_floatx80", 1, FALSE, FALSE, FALSE, FALSE }, 1933 { "int64_to_float128", 1, FALSE, FALSE, FALSE, FALSE }, 1935 { "float32_to_int32", 1, FALSE, TRUE, FALSE, FALSE }, 1936 { "float32_to_int32_round_to_zero", 1, FALSE, FALSE, FALSE, FALSE }, [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | rpcb_st_xdr.c | 55 return (FALSE); in xdr_rpcbs_addrlist() 58 return (FALSE); in xdr_rpcbs_addrlist() 61 return (FALSE); in xdr_rpcbs_addrlist() 64 return (FALSE); in xdr_rpcbs_addrlist() 67 return (FALSE); in xdr_rpcbs_addrlist() 74 return (FALSE); in xdr_rpcbs_addrlist() 93 return (FALSE); in xdr_rpcbs_rmtcalllist() 96 return (FALSE); in xdr_rpcbs_rmtcalllist() 99 return (FALSE); in xdr_rpcbs_rmtcalllist() 102 return (FALSE); in xdr_rpcbs_rmtcalllist() [all …]
|
H A D | key_prot_xdr.c | 51 return (FALSE); in xdr_keystatus() 60 return (FALSE); in xdr_keybuf() 69 return (FALSE); in xdr_netnamestr() 78 return (FALSE); in xdr_cryptkeyarg() 80 return (FALSE); in xdr_cryptkeyarg() 89 return (FALSE); in xdr_cryptkeyarg2() 91 return (FALSE); in xdr_cryptkeyarg2() 93 return (FALSE); in xdr_cryptkeyarg2() 102 return (FALSE); in xdr_cryptkeyres() 106 return (FALSE); in xdr_cryptkeyres() [all …]
|
H A D | rpcb_prot.c | 55 return (FALSE); in xdr_rpcb() 58 return (FALSE); in xdr_rpcb() 61 return (FALSE); in xdr_rpcb() 64 return (FALSE); in xdr_rpcb() 67 return (FALSE); in xdr_rpcb() 112 return (FALSE); in xdr_rpcblist_ptr() 126 return (FALSE); in xdr_rpcblist_ptr() 161 return (FALSE); in xdr_rpcb_entry() 164 return (FALSE); in xdr_rpcb_entry() 167 return (FALSE); in xdr_rpcb_entry() [all …]
|
H A D | rpc_callmsg.c | 63 return (FALSE); in xdr_callmsg() 66 return (FALSE); in xdr_callmsg() 76 return (FALSE); in xdr_callmsg() 80 return (FALSE); in xdr_callmsg() 110 return (FALSE); in xdr_callmsg() 114 return (FALSE); in xdr_callmsg() 124 return (FALSE); in xdr_callmsg() 130 return (FALSE); in xdr_callmsg() 135 oa->oa_length) == FALSE) { in xdr_callmsg() 136 return (FALSE); in xdr_callmsg() [all …]
|
/freebsd/lib/libc/xdr/ |
H A D | xdr.c | 108 return (FALSE); in xdr_int() 117 return (FALSE); in xdr_int() 136 return (FALSE); in xdr_u_int() 145 return (FALSE); in xdr_u_int() 165 return (FALSE); in xdr_long() 184 return (FALSE); in xdr_u_long() 205 return (FALSE); in xdr_int32_t() 214 return (FALSE); in xdr_int32_t() 234 return (FALSE); in xdr_u_int32_t() 243 return (FALSE); in xdr_u_int32_t() [all …]
|
H A D | xdr_rec.c | 209 rstrm->frag_sent = FALSE; in xdrrec_create() 215 rstrm->in_haveheader = FALSE; in xdrrec_create() 218 rstrm->nonblock = FALSE; in xdrrec_create() 245 return (FALSE); in xdrrec_getlong() 264 if (! flush_out(rstrm, FALSE)) in xdrrec_putlong() 265 return (FALSE); in xdrrec_putlong() 283 return (FALSE); in xdrrec_getbytes() 285 return (FALSE); in xdrrec_getbytes() 290 return (FALSE); in xdrrec_getbytes() 314 if (! flush_out(rstrm, FALSE)) in xdrrec_putbytes() [all …]
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 107 return (FALSE); in xdr_int() 116 return (FALSE); in xdr_int() 134 return (FALSE); in xdr_u_int() 143 return (FALSE); in xdr_u_int() 162 return (FALSE); in xdr_long() 181 return (FALSE); in xdr_u_long() 200 return (FALSE); in xdr_int32_t() 209 return (FALSE); in xdr_int32_t() 228 return (FALSE); in xdr_uint32_t() 237 return (FALSE); in xdr_uint32_t() [all …]
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asloptions.c | 214 BadCommandLine = AslDoOptions (argc, argv, FALSE); in AslCommandLine() 323 AslGbl_FoldConstants = FALSE; in AslDoOptions() 324 AslGbl_IntegerOptimizationFlag = FALSE; in AslDoOptions() 325 AslGbl_ReferenceOptimizationFlag = FALSE; in AslDoOptions() 326 AslGbl_OptimizeTrivialParseNodes = FALSE; in AslDoOptions() 328 AcpiGbl_DoDisassemblerOptimizations = FALSE; in AslDoOptions() 390 AslGbl_FoldConstants = FALSE; in AslDoOptions() 391 AslGbl_IntegerOptimizationFlag = FALSE; in AslDoOptions() 392 AslGbl_ReferenceOptimizationFlag = FALSE; in AslDoOptions() 393 AslGbl_OptimizeTrivialParseNodes = FALSE; in AslDoOptions() [all …]
|
H A D | aslglobal.h | 297 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessOnly, FALSE); 299 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisassembleAll, FALSE); 301 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_MapfileFlag, FALSE); 302 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_NsOutputFlag, FALSE); 303 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessorOutputFlag, FALSE); 304 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_KeepPreprocessorTempFile, FALSE); 305 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DebugFlag, FALSE); 306 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_CrossReferenceOutput, FALSE); 307 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_AsmOutputFlag, FALSE); 308 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_C_OutputFlag, FALSE); [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_global.cpp | 44 volatile int __kmp_init_serial = FALSE; 45 volatile int __kmp_init_gtid = FALSE; 46 volatile int __kmp_init_common = FALSE; 48 volatile int __kmp_init_middle = FALSE; 49 volatile int __kmp_init_parallel = FALSE; 50 volatile int __kmp_init_hidden_helper = FALSE; 51 volatile int __kmp_init_hidden_helper_threads = FALSE; 52 volatile int __kmp_hidden_helper_team_done = FALSE; 57 volatile int __kmp_init_user_locks = FALSE; 167 int __kmp_zero_bt = FALSE; [all...] |
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-xdr.c | 166 return (FALSE); in xdrmem_control() 181 return (FALSE); /* Integer overflow */ in xdrmem_enc_bytes() 184 return (FALSE); in xdrmem_enc_bytes() 187 return (FALSE); in xdrmem_enc_bytes() 210 return (FALSE); /* Integer overflow */ in xdrmem_dec_bytes() 213 return (FALSE); in xdrmem_dec_bytes() 216 return (FALSE); in xdrmem_dec_bytes() 225 return (FALSE); in xdrmem_dec_bytes() 237 return (FALSE); in xdrmem_enc_uint32() 250 return (FALSE); in xdrmem_dec_uint32() [all...] |
/freebsd/sys/rpc/ |
H A D | rpcb_prot.c | 61 return (FALSE); in xdr_portmap() 68 return (FALSE); in xdr_rpcb() 71 return (FALSE); in xdr_rpcb() 74 return (FALSE); in xdr_rpcb() 77 return (FALSE); in xdr_rpcb() 80 return (FALSE); in xdr_rpcb() 125 return (FALSE); in xdr_rpcblist_ptr() 139 return (FALSE); in xdr_rpcblist_ptr() 175 return (FALSE); in xdr_rpcb_entry() 178 return (FALSE); in xdr_rpcb_entry() [all …]
|
H A D | rpc_callmsg.c | 59 return (FALSE); in xdr_callmsg() 62 return (FALSE); in xdr_callmsg() 72 return (FALSE); in xdr_callmsg() 76 return (FALSE); in xdr_callmsg() 106 return (FALSE); in xdr_callmsg() 110 return (FALSE); in xdr_callmsg() 120 return (FALSE); in xdr_callmsg() 126 return (FALSE); in xdr_callmsg() 131 oa->oa_length) == FALSE) { in xdr_callmsg() 132 return (FALSE); in xdr_callmsg() [all …]
|
/freebsd/sys/kgssapi/ |
H A D | gssd_prot.c | 52 return (FALSE); in xdr_gss_buffer_desc() 68 return (FALSE); in xdr_gss_OID_desc() 85 is_null = FALSE; in xdr_gss_OID() 88 return (FALSE); in xdr_gss_OID() 92 return (FALSE); in xdr_gss_OID() 98 return (FALSE); in xdr_gss_OID() 106 return (FALSE); in xdr_gss_OID() 133 return (FALSE); in xdr_gss_OID_set_desc() 150 is_null = FALSE; in xdr_gss_OID_set() 153 return (FALSE); in xdr_gss_OID_set() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | parse-name-test.c | 46 {"", "@", "", 1, {""}, FALSE}, 47 {"a", "a@", "", 1, {"a"}, FALSE}, 48 {"\\n", "\\n@", "", 1, {"\n"}, FALSE}, 49 {"\\ ", "\\ @", "", 1, {" "}, FALSE}, 50 {"\\t", "\\t@", "", 1, {"\t"}, FALSE}, 51 {"\\b", "\\b@", "", 1, {"\b"}, FALSE}, 52 {"\\\\", "\\\\@", "", 1, {"\\"}, FALSE}, 53 {"\\/", "\\/@", "", 1, {"/"}, FALSE}, 54 {"\\@", "\\@@", "", 1, {"@"}, FALSE}, 56 {"a/b", "a/b@", "", 2, {"a", "b"}, FALSE}, [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 32 return FALSE; in wpa_dbus_dict_open_write() 61 return FALSE; in wpa_dbus_dict_close_write() 107 return FALSE; in _wpa_dbus_add_dict_entry_start() 119 return FALSE; in _wpa_dbus_add_dict_entry_end() 134 return FALSE; in _wpa_dbus_add_dict_entry_basic() 138 return FALSE; in _wpa_dbus_add_dict_entry_basic() 146 return FALSE; in _wpa_dbus_add_dict_entry_basic() 170 return FALSE; in _wpa_dbus_add_dict_entry_byte_array() 176 return FALSE; in _wpa_dbus_add_dict_entry_byte_array() 180 return FALSE; in _wpa_dbus_add_dict_entry_byte_array() [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmswitch.c | 198 BOOLEAN FoundTemp = FALSE; in AcpiDmProcessSwitch() 374 return (FALSE); in AcpiDmIsSwitchBlock() 382 return (FALSE); in AcpiDmIsSwitchBlock() 391 return (FALSE); in AcpiDmIsSwitchBlock() 396 return (FALSE); in AcpiDmIsSwitchBlock() 550 return (FALSE); in AcpiDmIsSwitchBlock() 557 return (FALSE); in AcpiDmIsSwitchBlock() 605 return (FALSE); in AcpiDmIsCaseBlock() 616 return (FALSE); in AcpiDmIsCaseBlock() 622 return (FALSE); in AcpiDmIsCaseBlock() [all …]
|
/freebsd/lib/libdpv/ |
H A D | dpv.c | 58 uint8_t debug = FALSE; 61 int dpv_interrupt = FALSE; 62 int dpv_abort = FALSE; 70 uint8_t keep_tite = FALSE; /* dpv_config.keep_tite */ 71 uint8_t no_labels = FALSE; /* dpv_config.options & DPV_NO_LABELS */ 72 uint8_t wide = FALSE; /* dpv_config.options & DPV_WIDE_MODE */ 94 uint8_t nls = FALSE; /* See dialog_prompt_nlstate() */ in dpv() 95 uint8_t no_overrun = FALSE; in dpv() 96 uint8_t pprompt_nls = FALSE; /* See dialog_prompt_nlstate() */ in dpv() 97 uint8_t shrink_label_size = FALSE; in dpv() [all …]
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfrd_getmap.c | 57 return(FALSE); in xdr_my_xfr() 62 return(FALSE); in xdr_my_xfr() 66 if (objp->ok == FALSE) { in xdr_my_xfr() 73 return(FALSE); in xdr_my_xfr() 77 return(FALSE); in xdr_my_xfr() 81 return(FALSE); in xdr_my_xfr() 85 return(FALSE); in xdr_my_xfr() 89 return(FALSE); in xdr_my_xfr() 93 return(FALSE); in xdr_my_xfr()
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmcstyle.c | 222 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 230 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 339 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 358 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 383 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 445 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 463 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 487 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 637 return (FALSE); in AcpiDmCheckForSymbolicOpcode() 648 return (FALSE); in AcpiDmCheckForSymbolicOpcode() [all …]
|
H A D | dmbuffer.c | 405 return (FALSE); in AcpiDmIsUuidBuffer() 413 return (FALSE); in AcpiDmIsUuidBuffer() 425 return (FALSE); in AcpiDmIsUuidBuffer() 435 return (FALSE); in AcpiDmIsUuidBuffer() 533 return (FALSE); in AcpiDmIsUnicodeBuffer() 541 return (FALSE); in AcpiDmIsUnicodeBuffer() 559 return (FALSE); in AcpiDmIsUnicodeBuffer() 574 return (FALSE); in AcpiDmIsUnicodeBuffer() 613 return (FALSE); in AcpiDmIsStringBuffer() 621 return (FALSE); in AcpiDmIsStringBuffer() [all …]
|