Searched refs:needed (Results 151 - 161 of 161) sorted by relevance

1234567

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c1334 sctp_expand_mapping_array(struct sctp_association *asoc, uint32_t needed) argument
1340 new_size = asoc->mapping_array_size + ((needed + 7) / 8 + SCTP_MAPPING_ARRAY_INCR);
2182 * nothing needed but the endpoint here ususually about 60
2385 /* nothing needed but the endpoint here */
6005 * needed before we go to sleep?
/freebsd-11-stable/contrib/dialog/
H A Dconfigure1834 echo "$as_me:1834: result: none needed" >&5
1835 echo "${ECHO_T}none needed" >&6 ;;
3232 cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
3235 # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
3240 # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
4034 echo "$as_me:4034: checking for special C compiler options needed for large files" >&5
4035 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4114 echo "$as_me:4114: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4115 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4211 echo "$as_me:4211: checking for _LARGE_FILES value needed fo
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c748 level of indirection, if needed. */
1045 is still needed. */
2775 /* arguments. Update *EXPP as needed to hold more space. */
3053 values not residing in memory, updating it as needed. */
3147 conversions needed for calling function FUNC on the NARGS actual
3152 value as needed. */
3273 defn_blocks as needed. Do not include SYM if it is a duplicate. */
3822 * disambiguated by user query if needed. */
4088 /* NOTE: This really shouldn't be needed for _ada_ symbols.
4246 canonical line spec for the ith returned sal, if needed
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3565 $as_echo "none needed" >&6; } ;;
8564 # Base MSYS/MinGW do not provide the 'file' command needed by
9932 # situations where additional linker options are needed (such as when
9934 # vice versa); the common cases where no linker options are needed do
11080 # This can be used to rebuild libtool when needed
14103 # Some rework will be needed to allow for fast_install
14158 # Some rework will be needed to allow for fast_install
14882 correspondingly for the symbols needed. */
14988 correspondingly for the symbols needed
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c477 b->needed += i;
1910 * instances support, the second opcode isn't needed.
3704 /* Copy first address in set if needed */
3735 /* Copy first address in set if needed */
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c1707 return elf_hash_table (info)->needed;
5825 going to be needed, then check our estimate now and adjust
H A Delflink.c46 /* Zap symbol defined in an as-needed lib that wasn't linked.
190 if they are not needed. */
337 normally needed. We need to create it here, though, so that the
344 be needed, we can discard it later. We will never need this
1454 default for the symbol with the default version if needed. The
2663 /* Adjust the section alignment if needed. */
3459 --as-needed in effect, then we don't want to add a DT_NEEDED
3461 in by another lib's DT_NEEDED. When --no-add-needed is used
3518 for (pn = &htab->needed; *pn != NULL; pn = &(*pn)->next)
3698 /* If we are loading an as-needed share
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure848 --enable-maintainer-mode enable rules only needed by maintainers
2124 echo "$as_me:$LINENO: result: none needed" >&5
2125 echo "${ECHO_T}none needed" >&6 ;;
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c5490 that are needed. */
7732 the total amount of memory needed. A heuristic is used to avoid large
8851 MODE is the mode of the memory reference, needed to handle some
9168 only user of this is Ada, which encodes the needed information using
10078 if (!node->needed)
12369 We keep this code here just in case these types of DIEs may be needed to
12385 We keep this code here just in case these types of DIEs may be needed to
12558 member DIEs needed by later specification DIEs. */
12856 /* No DIEs needed for fundamental types. */
12995 needed Dwar
[all...]
H A Dconfigure2630 echo "$as_me:$LINENO: result: none needed" >&5
2631 echo "${ECHO_T}none needed" >&6 ;;
15890 echo "$as_me:$LINENO: checking linker --as-needed support" >&5
15891 echo $ECHO_N "checking linker --as-needed support... $ECHO_C" >&6
15902 # Check if linker supports --as-needed and --no-as-needed options
15903 if $gcc_cv_ld --help 2>/dev/null | grep as-needed > /dev/null; then
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dconfigure854 --enable-maintainer-mode enable rules only needed by maintainers
2324 echo "$as_me:$LINENO: result: none needed" >&5
2325 echo "${ECHO_T}none needed" >&6 ;;

Completed in 380 milliseconds

1234567