OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifacelen
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
ether.c
449
size_t
ifacelen
;
local
454
ifacelen
= 0;
479
ifacelen
= provider - iface;
483
ifacelen
= strlen(iface);
522
path = (char *)alloca(
ifacelen
+ 2);
523
sprintf(path, "%.*s:", (int)
ifacelen
, iface);
622
path[
ifacelen
] = '\0'; /* Remove the trailing ':' */
Completed in 64 milliseconds