OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FILE_MAXSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/
log.c
258
#define
FILE_MAXSIZE
(channel) (channel->destination.file.maximum_size)
756
FILE_MAXSIZE
(channel) = destination->file.maximum_size;
763
FILE_MAXSIZE
(channel) = 0;
1343
if ((
FILE_MAXSIZE
(channel) == 0 &&
1345
(
FILE_MAXSIZE
(channel) > 0 &&
1346
statbuf.st_size >=
FILE_MAXSIZE
(channel)))
1674
statbuf.st_size <
FILE_MAXSIZE
(channel)) {
1724
if (
FILE_MAXSIZE
(channel) > 0) {
1731
statbuf.st_size >
FILE_MAXSIZE
(channel))
/src/external/mpl/bind/dist/lib/isc/
log.c
237
#define
FILE_MAXSIZE
(channel) (channel->destination.file.maximum_size)
670
FILE_MAXSIZE
(channel) = destination->file.maximum_size;
677
FILE_MAXSIZE
(channel) = 0;
1396
if ((
FILE_MAXSIZE
(channel) == 0 &&
1398
(
FILE_MAXSIZE
(channel) > 0 &&
1399
statbuf.st_size >=
FILE_MAXSIZE
(channel)))
1772
statbuf.st_size <
FILE_MAXSIZE
(channel))
1827
if (
FILE_MAXSIZE
(channel) > 0) {
1834
statbuf.st_size >
FILE_MAXSIZE
(channel))
/src/external/mpl/dhcp/bind/dist/lib/isc/
log.c
241
#define
FILE_MAXSIZE
(channel) (channel->destination.file.maximum_size)
694
FILE_MAXSIZE
(channel) = destination->file.maximum_size;
701
FILE_MAXSIZE
(channel) = 0;
1430
if ((
FILE_MAXSIZE
(channel) == 0 &&
1432
(
FILE_MAXSIZE
(channel) > 0 &&
1433
statbuf.st_size >=
FILE_MAXSIZE
(channel)))
1796
statbuf.st_size <
FILE_MAXSIZE
(channel))
1851
if (
FILE_MAXSIZE
(channel) > 0) {
1858
statbuf.st_size >
FILE_MAXSIZE
(channel))
Completed in 18 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026