Searched refs:limits (Results 1 - 25 of 1784) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c51 #include <limits.h>
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c38 #include <limits.h>
H A Dtest_read_disk_directory_traversals.c28 #include <limits.h>
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c91 #include <limits.h>
321 * in the archive are modified to match the following limits. During
H A Darchive_write.c44 #include <limits.h>
H A Darchive_read_support_format_rar5.c37 #include <limits.h>
H A Darchive_read_support_format_rar.c33 #include <limits.h>
H A Darchive_read_support_format_cab.c32 #include <limits.h>
H A Darchive_read_disk_posix.c81 #include <limits.h>
115 * pathname-length limits (other than the size of 'int'), handles
H A Darchive_random.c39 #include <limits.h>
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c74 #include <limits.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp110 #include <limits>
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dservice.c60 * to the limits provided. When new connection comes in with different
61 * limits we won't be able to access requested resources.
127 const nvlist_t *limits)
144 if (limits == NULL) {
147 sconn->sc_limits = nvlist_clone(limits);
253 nvlist_t *limits)
259 sconn->sc_limits = limits;
282 nvllim = nvlist_take_nvlist(nvlin, "limits");
300 nvlist_add_nvlist(nvlout, "limits", nvllim);
302 nvlist_add_null(nvlout, "limits");
126 service_connection_add(struct service *service, int sock, const nvlist_t *limits) argument
252 service_connection_set_limits(struct service_connection *sconn, nvlist_t *limits) argument
[all...]
H A Dlibcasper_impl.h59 int sock, const nvlist_t *limits);
78 nvlist_t *limits);
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c53 #include <sys/limits.h>
H A Dng_parse.c49 #include <sys/limits.h>
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1691 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1692 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1697 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1698 <limits.h> exists even on freestanding compilers. */
1701 # include <limits.h>
2079 # confdefs.h avoids OS command line length limits that DEFS can exceed.
4062 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4063 # <limits.h> exists even on freestanding compilers.
4069 # include <limits.h>
4121 # Prefer <limits
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c4082 ** might also consider lowering resource limits using [sqlite3_limit()]
4888 ** [limits | hard upper bound]
4890 ** [limits | SQLITE_MAX_<i>NAME</i>].
4900 ** Run-time limits are intended for use in applications that manage
4906 ** large, default limits. Databases managed by external sources can
4907 ** be given much smaller limits designed to prevent a denial of service
4921 ** These constants define various performance limits
4923 ** The synopsis of the meanings of the various limits is shown below.
4924 ** Additional information is available at [limits | Limits in SQLite].
5197 ** ^The [SQLITE_TRACE_SIZE_LIMIT] compile-time option limits th
[all...]
H A Dshell.c1078 #include <limits.h>
1117 ** We need to define "NAME_MAX" if it was not present in "limits.h".
18648 if( c=='l' && n>=5 && strncmp(azArg[0], "limits", n)==0 ){
18693 "enter \".limits\" with no arguments for a list.\n",
H A Dconfigure1763 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1770 <limits.h> exists even on freestanding compilers. */
1773 # include <limits.h>
2155 # confdefs.h avoids OS command line length limits that DEFS can exceed.
8396 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8397 # <limits.h> exists even on freestanding compilers.
8403 # include <limits.h>
8455 # Prefer <limits
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c46 #include <limits.h>
358 * system limits on rcvbuf. The limit is stored in
403 * system limits on sndbuf. The limit is stored in
/freebsd-11-stable/contrib/unbound/
H A Dconfigure2068 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2069 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2074 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2075 <limits.h> exists even on freestanding compilers. */
2078 # include <limits.h>
2663 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3746 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3747 # <limits.h> exists even on freestanding compilers.
3753 # include <limits.h>
3805 # Prefer <limits
[all...]
/freebsd-11-stable/contrib/less/
H A Dless.h84 #include <limits.h>
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c80 #include <sys/limits.h>
/freebsd-11-stable/sys/kern/
H A Dsubr_sbuf.c38 #include <sys/limits.h>
46 #include <limits.h>

Completed in 814 milliseconds

1234567891011>>