Searched refs:use (Results 51 - 75 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c7 * without limitation the rights to use, copy, modify, merge, publish, *
25 * sale, use or other dealings in this Software without prior written *
90 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_mtl_regular_qp.h11 * Redistribution and use in source and binary forms, with or
58 #error MACROS MAD_IN and MAD_OUT are in use, do not override
81 u_int8_t port_num; /* the port num to use */
83 VAPI_qp_hndl_t qp_hndl; /*handle of QP I use */
108 /* init an osmt_mtl_mad_res_t with all resources initialized (use functions below) */
142 VAPI_ud_av_hndl_t avh /* address vectr handle to use */
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dprivate.h20 ** This header is for use ONLY with the time conversion code.
37 #define GRANDPARENTED "Local time zone must be set--use tzsetup"
120 Please use a compiler that supports a 64-bit integer type (or wider);
229 ** The default is to use gettext if available, and use MSGID otherwise.
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S9 * Redistribution and use in source and binary forms, with or without
69 fbul,a 1f ! if so, use fdtox to convert to long
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
18 # We use the following paradigm for preventing multiple inclusion.
37 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
40 # we use indirection, to simplify the tests below, and incase
67 # :L says to use the variable's name as its value - ie. literal
H A Ddpadd.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
51 # and use them.
123 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
145 # use :? to ensure .for does not prevent correct evaluation
H A Dmeta.autodep.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
126 # Also some targets are not really local, or use random names.
135 # we use ${.MAKE.META.CREATED} to trigger an update but
167 # do _not_ assume that .depend is in any fit state for us to use
H A Dmeta.sys.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
61 # we use the pseudo machine "host" for the build host.
H A Dwarnings.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
92 # and use one of
H A Dman.mk13 # so we have to use sed(1).
33 # we use cmt2doc.pl to extract manpages from source
H A Dsys.clean-env.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
/freebsd-9.3-release/contrib/gcc/
H A Dtree-stdarg.c37 If the function doesn't use any va_start macros, no registers need to
516 tree stmt = bsi_stmt (i), use; local
519 FOR_EACH_SSA_TREE_OPERAND (use, stmt, iter, SSA_OP_ALL_USES)
522 DECL_UID (SSA_NAME_VAR (use))))
535 && TREE_OPERAND (rhs, 0) == use
538 && si->offsets[SSA_NAME_VERSION (use)] != -1)
543 gpr_size = si->offsets[SSA_NAME_VERSION (use)]
564 if (rhs == use)
856 fully), or some unexpected use of va_list. None of these should
H A Dtree-into-ssa.c85 (i.e., there is a use of VAR in block B without a preceding
163 /* Statistics kept by update_ssa to use in the virtual mapping
425 /* We are going to use the operand cache API, such as
499 of this variable occurring in different blocks or we saw a use of the
525 If we reach here in NEED_PHI_STATE_NO, see if this use is dominated
670 /* Keep counts of virtual mappings and symbols to use in the
699 /* Update mapping counter to use in the virtual mapping heuristic. */
754 variable. However, the operand of a virtual definitions is a use
827 KILLS is a bitmap of blocks where the value is defined before any use. */
849 /* The phi must dominate a use, o
1720 tree use = USE_FROM_PTR (use_p); local
1837 replace_use(use_operand_p use_p, tree use) argument
2268 tree use = USE_FROM_PTR (use_p); local
2297 tree use = USE_FROM_PTR (use_p); local
[all...]
H A Dtree-ssa-operands.c107 /* Array for building all the use operands. */
329 /* This routine makes sure that PTR is in an immediate use list, and makes
339 /* If this use isn't in a list, add it to the correct list. */
341 link_imm_use (ptr, *(ptr->use));
374 /* Initializes immediate use at USE_PTR to value VAL, and links it to the list
380 (USE_PTR)->use = (VAL); \
405 ALLOC_OPTYPE (new, use);
541 /* Takes elements from build_uses and turns them into use operands of STMT.
585 /* Return a new use operand vector for STMT, comparing to OLD_OPS_P. */
1426 /* If PTR has flow-sensitive points-to information, use i
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c5 Permission to use, copy, modify, and distribute this software and
84 int i, use, nuse; local
101 fatab[i]->use = now++;
107 fatab[nfatab]->use = now++;
111 use = fatab[0]->use; /* replace least-recently used */
114 if (fatab[i]->use < use) {
115 use = fatab[i]->use;
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk120 # Don't emit .cfi directives, since we must use GNU as on sparc64, for now.
123 # The libc++ headers use c++11 extensions. These are normally silenced because
140 # Don't use -Wstack-protector as it breaks world with -Werror.
H A Dbsd.obj.mk17 # E.g. use `env MAKEOBJDIR=temp-obj make'
24 # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make'
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m485 # Set up GSSAPI includes for later use. We don't bother to check for
108 dnl We don't use HAVE_KRB5_H anywhere, but including it here might make it
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dprivate.h26 ** This header is for use ONLY with the time conversion code.
162 Please use a compiler that supports a 64-bit integer type (or wider);
280 ** The default is to use gettext if available, and use MSGID otherwise.
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c4 * Redistribution and use in source and binary forms, with or without
12 * 3. All advertising materials mentioning features or use of this software
126 xmalloc(size_t size, const char *fn, const char *use) argument
133 fn, use);
138 xrealloc(void *ptr, size_t size, const char *fn, const char *use) argument
146 fn, use);
343 /* load section string table for debug use */
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c168 bool use, problem; local
170 use = true;
176 use = bitnset(DBS_INSUFFICIENTENTROPY,
183 use ? "unsafe" :
186 if (use && st.st_size < MIN_RAND_BYTES)
188 use = bitnset(DBS_INSUFFICIENTENTROPY,
196 use ? "unsafe" :
199 if (use)
202 if (use && !ok)
267 ** INIT_TLS_LIBRARY -- Calls functions which setup TLS library for global use
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp126 User *use = *(load->use_begin()); local
127 if (StoreInst *store = dyn_cast<StoreInst>(use)) {
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c13 * Redistribution and use in source and binary forms, with or
174 if (p->use)
175 free(p->use);
302 if (p->use)
303 free(p->use);
389 if (p->use)
390 free(p->use);
719 (p_qos_match_rule->use) ?
720 p_qos_match_rule->use : "no description",
/freebsd-9.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk47 # Dependency that the article makefiles can use to pull in

Completed in 418 milliseconds

123456789