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

1234567891011>>

/freebsd-11.0-release/sys/rpc/
H A Drpc_prot.c87 return (FALSE);
107 return (FALSE);
109 return (FALSE);
121 return (FALSE);
149 return (FALSE);
154 return (FALSE);
163 return (FALSE);
190 return (FALSE);
201 return (FALSE);
215 return (FALSE);
[all...]
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoff-ppc.c411 FALSE, /* pc_relative */
416 FALSE, /* partial_inplace */
419 FALSE), /* pcrel_offset */
427 FALSE, /* pc_relative */
435 FALSE), /* pcrel_offset */
443 FALSE, /* pc_relative */
451 FALSE), /* pcrel_offset */
462 FALSE, /* pc_relative */
470 FALSE), /* pcrel_offset */
478 FALSE, /* pc_relativ
[all...]
H A Daoutx.h183 HOWTO (RELOC_8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, 0, "8", FALSE, 0, 0x000000ff, FALSE),
184 HOWTO (RELOC_16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, 0, "16", FALSE, 0, 0x0000ffff, FALSE),
185 HOWTO (RELOC_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0, "32", FALSE, 0, 0xffffffff, FALSE),
186 HOWTO (RELOC_DISP8, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "DISP8", FALSE,
[all...]
H A Dlinker.c542 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL)
572 FALSE, FALSE) != NULL)
696 ret->written = FALSE;
751 return FALSE;
754 return FALSE;
757 return FALSE;
772 return generic_link_add_symbols (abfd, info, FALSE);
823 ret = FALSE;
[all...]
H A Delf32-s390.c97 FALSE, /* pc_relative */
102 FALSE, /* partial_inplace */
105 FALSE), /* pcrel_offset */
107 HOWTO(R_390_8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield,
108 bfd_elf_generic_reloc, "R_390_8", FALSE, 0,0x000000ff, FALSE),
109 HOWTO(R_390_12, 0, 1, 12, FALSE, 0, complain_overflow_dont,
110 bfd_elf_generic_reloc, "R_390_12", FALSE, 0,0x00000fff, FALSE),
111 HOWTO(R_390_16, 0, 1, 16, FALSE,
[all...]
H A Delf64-alpha.c88 bfd_boolean elf64_alpha_use_secureplt = FALSE;
336 return FALSE;
478 FALSE, /* partial_inplace */
488 FALSE, /* pc_relative */
493 FALSE, /* partial_inplace */
496 FALSE), /* pcrel_offset */
503 FALSE, /* pc_relative */
508 FALSE, /* partial_inplace */
511 FALSE), /* pcrel_offset */
520 FALSE, /* pc_relativ
[all...]
H A Dsection.c750 return FALSE;
836 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE);
877 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE);
933 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE));
988 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
1043 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
1128 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
[all...]
H A Dcofflink.c172 return FALSE;
182 return FALSE;
184 return FALSE;
188 return FALSE;
205 *pneeded = FALSE;
229 return FALSE;
230 h = bfd_link_hash_lookup (info->hash, name, FALSE, FALSE, TRUE);
236 h = bfd_link_hash_lookup (info->hash, name + 6, FALSE, FALSE, TRU
[all...]
H A Dtekhex.c206 static bfd_boolean inited = FALSE;
275 return FALSE;
283 return FALSE;
300 return FALSE;
366 return FALSE;
380 return FALSE;
387 return FALSE;
398 return FALSE;
400 return FALSE;
418 return FALSE;
[all...]
H A Dmipsbsd.c287 {MIPS_RELOC_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0,
288 "32", FALSE, 0, 0xffffffff, FALSE},
289 {MIPS_RELOC_JMP, 2, 2, 26, FALSE, 0, complain_overflow_dont,
291 "MIPS_JMP", FALSE, 0, 0x03ffffff, FALSE},
293 "WDISP16", FALSE, 0, 0x0000ffff, FALSE},
294 {MIPS_RELOC_HI16, 16, 2, 16, FALSE, 0, complain_overflow_bitfield, 0,
295 "HI16", FALSE,
[all...]
H A Dcoff64-rs6000.c542 hash = FALSE;
544 indx = _bfd_stringtab_add (strtab, name, hash, FALSE);
547 return FALSE;
580 return FALSE;
757 bfd_boolean hasrelocs = FALSE;
758 bfd_boolean haslinno = FALSE;
777 return FALSE;
833 return FALSE;
835 long_section_names = FALSE;
890 return FALSE;
[all...]
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfty_num.c178 | FALSE - field is invalid
192 bool result = FALSE;
203 bool blank = FALSE;
218 result = FALSE;
230 result = FALSE;
236 result = FALSE;
270 result = FALSE;
292 | FALSE - character is invalid
305 : FALSE);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldemul.c119 return FALSE;
127 return FALSE;
145 return FALSE;
154 return FALSE;
164 return FALSE;
174 return FALSE;
276 first = FALSE;
/freebsd-11.0-release/lib/libdpv/
H A Ddpv.c60 uint8_t debug = FALSE;
63 int dpv_interrupt = FALSE;
64 int dpv_abort = FALSE;
72 uint8_t keep_tite = FALSE; /* dpv_config.keep_tite */
73 uint8_t no_labels = FALSE; /* dpv_config.options & DPV_NO_LABELS */
74 uint8_t wide = FALSE; /* dpv_config.options & DPV_WIDE_MODE */
96 uint8_t nls = FALSE; /* See dialog_prompt_nlstate() */
97 uint8_t no_overrun = FALSE;
98 uint8_t pprompt_nls = FALSE; /* See dialog_prompt_nlstate() */
99 uint8_t shrink_label_size = FALSE;
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dstrings.c177 bfd_boolean files_given = FALSE;
191 print_addresses = FALSE;
192 print_filenames = FALSE;
203 datasection_only = FALSE;
301 datasection_only = FALSE;
313 datasection_only = FALSE;
317 exit_status |= strings_file (argv[optind]) == FALSE;
391 FALSE if not (such as if FILE is not an object file). */
403 return FALSE;
411 return FALSE;
[all...]
H A Ddebug.c728 return FALSE;
779 return FALSE;
784 return FALSE;
813 return FALSE;
830 return FALSE;
836 return FALSE;
868 return FALSE;
874 return FALSE;
902 return FALSE;
938 return FALSE;
[all...]
/freebsd-11.0-release/contrib/amd/amd/
H A Dopts.c136 &fs_static.opt_opts, 0, 0, FALSE },
142 &fs_static.opt_type, 0, 0, FALSE },
146 &fs_static.opt_rfs, 0, 0, FALSE },
148 &fs_static.opt_fs, 0, 0, FALSE },
150 0, &opt_key, 0, FALSE },
152 0, &opt_map, 0, FALSE },
154 &fs_static.opt_sublink, 0, 0, FALSE },
158 &fs_static.opt_dev, 0, 0, FALSE },
160 &fs_static.opt_pref, 0, 0, FALSE },
162 0, &opt_path, 0, FALSE },
[all...]
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_server.c243 return (FALSE);
258 return (FALSE);
278 return (FALSE);
288 return (FALSE);
306 return (FALSE);
316 return (FALSE);
332 return (FALSE);
342 return (FALSE);
359 return (FALSE);
369 return (FALSE);
[all...]
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_fp.h82 } while (FALSE)
88 } while (FALSE)
101 } while (FALSE)
127 } while (FALSE)
133 } while (FALSE)
140 } while (FALSE)
154 } while (FALSE)
161 } while (FALSE)
167 } while (FALSE)
173 } while (FALSE)
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h151 #define DEFAULT_promiscuousEnable FALSE
154 #define DEFAULT_halfDuplex FALSE
155 #define DEFAULT_halfDulexFlowControlEn FALSE
156 #define DEFAULT_txTimeStampEn FALSE
157 #define DEFAULT_rxTimeStampEn FALSE
159 #define DEFAULT_controlFrameAccept FALSE
160 #define DEFAULT_groupHashExtend FALSE
161 #define DEFAULT_broadcReject FALSE
163 #define DEFAULT_exactMatch FALSE
164 #define DEFAULT_debugMode FALSE
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c107 FALSE otherwise. On successful match, fill in *EXP with the
110 information was provided), or FALSE if not. */
130 return FALSE;
164 return FALSE;
173 return FALSE;
220 * Return TRUE on successful match, FALSE otherwise. On successful match,
237 return FALSE;
253 return FALSE;
256 return FALSE;
274 return FALSE;
[all...]
H A Dconfig.c96 cfg->x_values = FALSE;
101 cfg->read_only = FALSE;
191 svn_boolean_t red_config = FALSE; /* "red" is the past tense of "read" */
198 SVN_ERR(svn_config_read3(cfgp, sys_registry_path, FALSE, FALSE, FALSE,
207 SVN_ERR(svn_config_merge(*cfgp, sys_file_path, FALSE));
211 FALSE, FALSE, FALSE, poo
[all...]
/freebsd-11.0-release/sys/xdr/
H A Dxdr_mem.c122 return (FALSE);
134 return (FALSE);
147 return (FALSE);
161 return (FALSE);
174 return (FALSE);
186 return (FALSE);
208 return (FALSE);
255 return (FALSE);
268 return (FALSE);
274 return (FALSE);
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Difcvt.c265 int must_be_last = FALSE;
271 return FALSE;
291 return FALSE;
296 return FALSE;
309 return FALSE;
324 return FALSE;
402 return FALSE;
414 return FALSE;
419 return FALSE;
438 return FALSE;
[all...]
/freebsd-11.0-release/contrib/dialog/
H A Dmsgbox.c108 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width);
109 dlg_draw_helpline(dialog, FALSE);
116 show = FALSE;
144 FALSE, width);
153 FALSE, width);
179 dlg_draw_helpline(dialog, FALSE);

Completed in 257 milliseconds

1234567891011>>