Searched refs:need (Results 176 - 200 of 296) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp120 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...)
335 // If we're down to a single pattern to match, then we don't need this scope
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc302 // If the filename is a symlink, we need to resolve and return the location of
473 // Cygwin doesn't expose this information; would need to use Win32 API.
592 return R_OK | X_OK; // scripts also need R_OK.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk30 # the '#' specially, even though at this point, there should be no need for
H A Dvarmod-edge.mk29 # To actually see this effect, the backslashes in the :M modifier need
H A Dvarmod-indirect.mk85 # The dollar signs need to be doubled in the above modifier expression,
H A Dvarmod-subst.mk99 # In shell command lines, the hash does not need to be escaped.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc437 * Both sources of data need to serialize to disk/memory-buffer in common
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in448 longer), it need not be run more frequently than about once every
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc437 * Both sources of data need to serialize to disk/memory-buffer in common
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c521 size_t need = (size_t) repeat * strlen(src); local
523 if (need < target->s_size) {
/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk224 # we need HOST_TARGET etc below.
H A Dsrc.libnames.mk466 # libatf-c++ exposes libatf-c abi hence we need to explicit link to atf_c for
694 .error ${.CURDIR}: Invalid LIBADD used which may need to be added to ${_this:T}: ${_BADLIBADD}
H A Dbsd.compiler.mk112 # GCC does not need the CCACHE_CPP2 hack enabled by default in devel/ccache.
H A Dsys.mk29 # Some options we need now
/freebsd-13-stable/stand/
H A Ddefs.mk6 # We need to define all the MK_ options before including src.opts.mk
/freebsd-13-stable/stand/lua/
H A Dcli.lua51 -- will need to be explicitly overwritten to false
H A Dconfig.lua87 -- This one doesn't need restored for some reason
472 -- We need the trailing space here to account for the extra
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec96 key..." if we need to actually do this, in order to eliminate a confusing
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c577 size_t need = strlen(nominal) + sizeof(suffix); local
578 char *result = malloc(need);
582 _nc_STRCPY(result, nominal, need);
583 if (strcmp(result + need - sizeof(suffix), suffix)) {
584 _nc_STRCAT(result, suffix, need);
2153 * A real VT100 might not need this, but terminal emulators do.
/freebsd-13-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c990 * If we need to move the directory between entries, lock the
1184 * If the name has changed, we need to make it effective by changing
1511 goto need;
1515 goto need;
1518 need:
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_os.h225 #error You need to provide a non-GCC version of this function
1245 uint32_t count; /* ref count; no need to be atomic if we have a lock */
/freebsd-13-stable/contrib/mandoc/
H A Dread.c267 * expressed on one line, so we need at times to
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql154 /* ### need to determine values. "unknown" (no info), "admin" (they
171 conflicts? Why do we need these in a column to refer to the
370 For a (new) move, we need to store or deduce the copyfrom local-relpath;
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.c1962 int i, j, k, num, have, need, cnt, spare; local
2034 need = 0;
2038 need += GET16(vmeta, vdc->Primary_Element_Count);
2042 need += cnt;
2050 vol->v_name, have, need);
2051 if (have == need)
2441 /* We have all we need, create things: volume, ... */
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec174 You'll also need to install the openssh package on OpenSSH clients.
180 securely connect to your SSH server. You also need to have the openssh
634 - remove dependency on openssl -- would need to be too precise

Completed in 339 milliseconds

1234567891011>>