Searched refs:FALSE (Results 226 - 250 of 1863) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/tcsh/
H A Dtw.h71 #ifndef FALSE
72 # define FALSE 0 macro
/freebsd-11.0-release/contrib/ntp/libntp/
H A Demalloc.c130 copy = ereallocz(NULL, bytes, 0, FALSE
146 return ereallocz(NULL, newsz, 0, FALSE);
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_touch.c57 returnCode(win->_line[line].firstchar != _NOCHANGE ? TRUE : FALSE);
71 returnCode(FALSE);
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c185 return (FALSE);
190 return FALSE;
225 ans = FALSE;
239 ans = FALSE;
274 return (FALSE);
279 return FALSE;
347 return (FALSE);
352 return FALSE;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoff-mips.c107 FALSE, /* pc_relative */
112 FALSE, /* partial_inplace */
115 FALSE), /* pcrel_offset */
122 FALSE, /* pc_relative */
130 FALSE), /* pcrel_offset */
137 FALSE, /* pc_relative */
145 FALSE), /* pcrel_offset */
152 FALSE, /* pc_relative */
163 FALSE), /* pcrel_offset */
171 FALSE, /* pc_relativ
[all...]
H A Dcoff-arm.c230 FALSE,
243 FALSE,
261 FALSE,
274 FALSE,
291 FALSE,
304 FALSE,
318 FALSE,
331 FALSE,
344 FALSE,
362 FALSE,
[all...]
H A Darchive.c187 return FALSE;
318 return FALSE;
673 first->target_defaulted = FALSE;
705 /* Returns FALSE on error, TRUE otherwise. */
720 return FALSE;
726 return FALSE;
734 return FALSE;
755 return FALSE;
775 /* Returns FALSE on error, TRUE otherwise. */
795 return FALSE;
[all...]
H A Dihex.c180 return FALSE;
258 error = FALSE;
477 return FALSE;
552 error = FALSE;
624 return FALSE;
640 return FALSE;
642 return FALSE;
671 return FALSE;
675 return FALSE;
748 return FALSE;
[all...]
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dvarmisc.exp17 FALSE
/freebsd-11.0-release/lib/libc/rpc/
H A Dauthdes_prot.c49 #define ATTEMPT(xdr_op) if (!(xdr_op)) return (FALSE)
73 return (FALSE);
H A Dpmap_rmt.c132 return (FALSE);
135 return (FALSE);
140 return (FALSE);
144 return (FALSE);
165 return (FALSE);
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_reference.c88 return (FALSE);
118 * case FALSE: void nothing;
134 return (FALSE);
/freebsd-11.0-release/lib/libdpv/
H A Ddpv.h37 #ifndef FALSE
38 #define FALSE 0 macro
/freebsd-11.0-release/libexec/bootpd/
H A Dbootpd.h37 #ifndef FALSE
38 #define FALSE 0 macro
/freebsd-11.0-release/sys/xdr/
H A Dxdr_reference.c82 return (FALSE);
112 * case FALSE: void nothing;
128 return (FALSE);
/freebsd-11.0-release/sys/riscv/include/
H A Ddb_machdep.h72 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \
77 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Dpmap_svc.c187 return (FALSE);
192 return FALSE;
226 ans = FALSE;
240 ans = FALSE;
275 return (FALSE);
280 return FALSE;
348 return (FALSE);
353 return FALSE;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c126 FALSE,
131 FALSE,
245 FALSE, scratch_pool));
269 repos_only = FALSE;
270 local_only = FALSE;
358 FALSE,
365 SVN_ERR(ensure_state(eb, local_abspath, FALSE, scratch_pool));
397 FALSE,
406 FALSE,
441 FALSE /* allow_missin
[all...]
H A Drevert.c111 svn_error_t *err = svn_io_remove_file2(conflict_abspath, FALSE,
167 *removed_self = FALSE;
272 REVERT_ROOT is true for explicit revert targets and FALSE for targets
276 (The function sets it to FALSE when it has run the WQ itself)
411 SVN_ERR(revert_restore_handle_copied_dirs(NULL, db, local_abspath, FALSE,
416 db, local_abspath, FALSE,
432 use_commit_times, FALSE /* revert root */,
444 *run_wq = FALSE;
497 special = FALSE;
548 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE,
[all...]
H A Dtranslate.c75 db, versioned_abspath, NULL, FALSE,
100 *stream = svn_stream_from_aprfile2(file, FALSE, result_pool);
119 FALSE /* expand */,
162 db, versioned_abspath, NULL, FALSE,
366 *did_set = FALSE;
404 SVN_ERR(svn_io_set_file_read_write(local_abspath, FALSE, scratch_pool));
424 SVN_ERR(svn_io_set_file_read_only(local_abspath, FALSE, scratch_pool));
434 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE,
438 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE,
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dacl.c131 return FALSE;
144 return FALSE;
146 return FALSE;
151 return FALSE;
276 found = FALSE;
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dapp.c92 hEvents[RELOAD_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
95 hEvents[SHUTDOWN_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL);
170 FALSE, INFINITE);
H A Dcondition.c41 h = CreateEvent(NULL, FALSE, FALSE, NULL);
76 hc = CreateEvent(NULL, FALSE, FALSE, NULL);
220 result = WaitForMultipleObjects(2, threadcond->handle, FALSE,
/freebsd-11.0-release/contrib/dialog/
H A Dpause.c126 dlg_draw_helpline(dialog, FALSE);
175 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width);
180 first = FALSE;
211 FALSE, width);
220 FALSE, width);
/freebsd-11.0-release/contrib/ncurses/progs/
H A Ddump_entry.c294 return (cur_type->Booleans[idx] == FALSE)
306 return (FALSE); /* pacify compiler */
337 return ((idx <= BOOL_IDX(xon_xoff)) ? TRUE : FALSE);
339 return ((idx <= NUM_IDX(width_status_line)) ? TRUE : FALSE);
341 return ((idx <= STR_IDX(prtr_non)) ? TRUE : FALSE);
348 return ((idx <= BOOL_IDX(xon_xoff)) ? TRUE : FALSE);
350 return ((idx <= NUM_IDX(label_width)) ? TRUE : FALSE);
361 return (FALSE);
368 return ((idx <= BOOL_IDX(xon_xoff)) ? TRUE : FALSE);
370 return ((idx <= NUM_IDX(width_status_line)) ? TRUE : FALSE);
[all...]

Completed in 321 milliseconds

1234567891011>>