OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_s32
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
utils.h
88
extern int
get_s32
(__s32 *val, const char *arg, int base);
/external/iproute2/tc/
q_netem.c
395
if (
get_s32
(&rate.packet_overhead, *argv, 0)) {
409
if (
get_s32
(&rate.cell_overhead, *argv, 0)) {
/external/iproute2/lib/
utils.c
202
int
get_s32
(__s32 *val, const char *arg, int base)
function
Completed in 3332 milliseconds