OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_LEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tmux/dist/
configure
5561
#define
S_LEN
(sizeof S - 1)
5567
for (i = 0; i <
S_LEN
+ 1; ++i)
5569
int expected = i <=
S_LEN
? i :
S_LEN
;
/src/external/gpl3/gdb/dist/gnulib/
configure
34456
#define
S_LEN
(sizeof S - 1)
34462
for (i = 0; i <
S_LEN
+ 1; ++i)
34464
int expected = i <=
S_LEN
? i :
S_LEN
;
/src/external/gpl3/gdb.old/dist/gnulib/
configure
34456
#define
S_LEN
(sizeof S - 1)
34462
for (i = 0; i <
S_LEN
+ 1; ++i)
34464
int expected = i <=
S_LEN
? i :
S_LEN
;
Completed in 60 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026