OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAME_MAX_LEN
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/lib/
names.c
20
#define
NAME_MAX_LEN
512
24
char buf[
NAME_MAX_LEN
];
75
char namebuf[
NAME_MAX_LEN
] = {0};
rt_names.c
28
#define
NAME_MAX_LEN
512
38
char buf[
NAME_MAX_LEN
];
67
char namebuf[
NAME_MAX_LEN
] = {0};
98
char namebuf[
NAME_MAX_LEN
] = {0};
Completed in 705 milliseconds