Searched refs:TRUE (Results 251 - 275 of 1510) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.bin/make/
H A Dfor.c88 * TRUE: Syntax ok.
121 Buf_Destroy(buf, TRUE);
166 return (TRUE);
212 return (TRUE);
266 Buf_Destroy(buf, TRUE);
/freebsd-9.3-release/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c76 dialog_msgbox("Error", error, 0, 0, TRUE);
148 TRUE);
161 TRUE);
202 TRUE);
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmsg.c74 return (ch == 'Y') ? TRUE : FALSE;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dhttpdirect.c49 checkAccess(TRUE, FALSE);
53 checkAccess(TRUE, FALSE);
70 found = TRUE;
175 el=TRUE;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dwin32os.c49 bInit = TRUE;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-ppc.c432 TRUE, /* partial_inplace */
448 TRUE, /* partial_inplace */
467 TRUE, /* partial_inplace */
483 TRUE, /* partial_inplace */
501 TRUE, /* partial_inplace */
513 TRUE, /* pc_relative */
518 TRUE, /* partial_inplace */
537 TRUE, /* partial_inplace */
540 TRUE), /* pcrel_offset */
588 TRUE, /* partial_inplac
[all...]
H A Delflink.c65 (*bed->elf_backend_hide_symbol) (info, h, TRUE);
81 return TRUE;
128 return TRUE;
148 return TRUE;
169 return TRUE;
265 elf_hash_table (info)->dynamic_sections_created = TRUE;
267 return TRUE;
359 return TRUE;
395 return TRUE;
436 return TRUE;
[all...]
H A Darchures.c422 . {* TRUE if this is the default machine for the architecture.
735 32, 32, 8, bfd_arch_unknown, 0, "unknown", "unknown", 2, TRUE,
780 return TRUE;
916 return TRUE;
920 return TRUE;
934 return TRUE;
940 return TRUE;
953 return TRUE;
1109 return TRUE;
H A Dcpu-powerpc.c64 TRUE, /* default for 64 bit target */
96 TRUE, /* default for 32 bit target */
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c258 ret->allowNotifications = TRUE;
352 ret->ignore = TRUE;
362 ret->ignore = TRUE;
393 ret->ignore = TRUE;
407 ret->ignore = TRUE;
416 ret->ignore = TRUE;
429 ret->ignore = TRUE;
441 ret->ignore = TRUE;
449 ret->ignore = TRUE;
459 ret->ignore = TRUE;
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_scanner.c290 * Returns TRUE if a new input object was successfully created.
323 * Returns TRUE if there is a head element (top-of-stack) that was not
333 lex_stack->force_eof = TRUE;
345 * Returns TRUE if a new info record was pushed onto the stack.
369 * Returns TRUE if an object was successfuly popped from the stack.
483 is_neg = TRUE;
495 return TRUE;
517 is_hex = TRUE;
530 return TRUE;
756 instring = TRUE;
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Damq_subr.c267 return (TRUE);
314 return (TRUE);
338 return (TRUE);
363 return (TRUE);
373 return (TRUE);
395 return (TRUE);
411 return (TRUE);
468 return (TRUE);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstrings.c120 /* TRUE means print address within file for each string. */
123 /* TRUE means print filename for each string. */
126 /* TRUE means for object files scan only the data section. */
129 /* TRUE if we found an initialized data section in the current file. */
193 datasection_only = TRUE;
207 print_filenames = TRUE;
221 print_addresses = TRUE;
226 print_addresses = TRUE;
306 files_given = TRUE;
316 files_given = TRUE;
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dmain.c177 static Boolean jobsRunning; /* TRUE if the jobs might be running */
306 debugVflag = TRUE;
411 inOption = TRUE;
436 compatMake = TRUE;
452 ignorePWD = TRUE;
484 compatMake = TRUE;
488 jobServer = TRUE;
492 noExecute = TRUE;
493 noRecursiveExecute = TRUE;
508 printVars = TRUE;
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c80 found = TRUE;
87 deleted = TRUE;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c117 return TRUE;
138 return TRUE;
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_types.h265 * integral sized. Set to TRUE or FALSE and used in logical expressions.
383 #if !defined( TRUE )
384 #define TRUE (!FALSE) macro
385 #endif /* !defined( TRUE ) */
458 * TRUE if the specified state has a valid value.
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dprivate.h165 #ifndef TRUE
166 #define TRUE 1 macro
167 #endif /* !defined TRUE */
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dsignals.c189 return TRUE;
196 if (!SetConsoleCtrlHandler(&signal_handler, TRUE))
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Drenew.c90 flags.b.renewable = TRUE;
91 flags.b.renew = TRUE;
/freebsd-9.3-release/include/rpcsvc/
H A Dypxfrd.x158 case TRUE:
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfrd_getmap.c58 if (objp->ok == TRUE) {
69 return(TRUE);
/freebsd-9.3-release/sys/boot/efi/include/
H A Defidef.h35 #ifndef TRUE
36 #define TRUE ((BOOLEAN) 1) macro
/freebsd-9.3-release/sys/boot/ficl/amd64/
H A Dsysdep.h67 ** TRUE and FALSE for C boolean operations, and
71 #if !defined TRUE
72 #define TRUE 1 macro
397 ** ficlLockDictionary(TRUE);
/freebsd-9.3-release/sys/boot/ficl/arm/
H A Dsysdep.h66 ** TRUE and FALSE for C boolean operations, and
70 #if !defined TRUE
71 #define TRUE 1 macro
396 ** ficlLockDictionary(TRUE);

Completed in 379 milliseconds

<<11121314151617181920>>