OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LINELEN
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/banner/
banner.h
22
#define
LINELEN
132
/src/usr.sbin/lpr/common_source/
lp.local.h
59
* Printer is assumed to support
LINELEN
(for block chars)
62
#define
LINELEN
132
/src/external/bsd/libfido2/dist/src/
log.c
19
#define
LINELEN
256
37
char line[
LINELEN
], body[
LINELEN
];
102
char errstr[
LINELEN
];
/src/external/gpl3/gdb/dist/libiberty/testsuite/
test-demangle.c
49
#define
LINELEN
80
61
data = xmalloc (
LINELEN
);
62
alloc =
LINELEN
;
/src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-demangle.c
49
#define
LINELEN
80
62
data = xmalloc (
LINELEN
);
63
alloc =
LINELEN
;
/src/crypto/external/bsd/netpgp/dist/src/lib/
misc.c
1140
#define
LINELEN
16
1147
char line[
LINELEN
+ 1];
1152
if (i %
LINELEN
== 0) {
1156
line[i %
LINELEN
] = (isprint(src[i])) ? src[i] : '.';
1157
if (i %
LINELEN
==
LINELEN
- 1) {
1158
line[
LINELEN
] = 0x0;
1162
if (i %
LINELEN
!= 0) {
1163
for ( ; i %
LINELEN
!= 0 ; i++) {
1165
line[i %
LINELEN
] = ' '
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
190
#define
LINELEN
1024
191
static char linebuf[
LINELEN
* MAXLINES];
651
while (pos <
LINELEN
&& isspace(linebuf[pos]) && linebuf[pos] != '\n')
654
if (pos >=
LINELEN
)
687
if (!fgets (lines[lastline],
LINELEN
, file))
706
if (++pos >=
LINELEN
)
719
while (lastpos <
LINELEN
- 1
723
if (lastpos >=
LINELEN
- 1)
750
while (lastpos <
LINELEN
- 1 && isdigit (linebuf[lastpos + 1]))
753
if (lastpos >=
LINELEN
- 1
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
190
#define
LINELEN
1024
191
static char linebuf[
LINELEN
* MAXLINES];
651
while (pos <
LINELEN
&& isspace(linebuf[pos]) && linebuf[pos] != '\n')
654
if (pos >=
LINELEN
)
687
if (!fgets (lines[lastline],
LINELEN
, file))
706
if (++pos >=
LINELEN
)
719
while (lastpos <
LINELEN
- 1
723
if (lastpos >=
LINELEN
- 1)
750
while (lastpos <
LINELEN
- 1 && isdigit (linebuf[lastpos + 1]))
753
if (lastpos >=
LINELEN
- 1
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026