Searched refs:MINIMUM (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.h127 #define MINIMUM(a,b) ((a) < (b) ? (a) : (b)) macro
H A Drd_stats.c704 strncpy(iface, line, MINIMUM(pos, MAX_IFACE_LEN - 1));
705 iface[MINIMUM(pos, MAX_IFACE_LEN - 1)] = '\0';
752 strncpy(iface, line, MINIMUM(pos, MAX_IFACE_LEN - 1));
753 iface[MINIMUM(pos, MAX_IFACE_LEN - 1)] = '\0';

Completed in 117 milliseconds