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
];
72
char namebuf[
NAME_MAX_LEN
] = {0};
rt_names.c
29
#define
NAME_MAX_LEN
512
39
char buf[
NAME_MAX_LEN
];
68
char namebuf[
NAME_MAX_LEN
] = {0};
99
char namebuf[
NAME_MAX_LEN
] = {0};
Completed in 1663 milliseconds