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

/freebsd-10.0-release/sbin/route/
H A Droute.c286 #define ALLSTRLEN 64 macro
296 str = calloc(1, ALLSTRLEN);
302 snprintf(str, ALLSTRLEN - 1, "%d-%d", 0, numfibs - 1);
304 snprintf(str, ALLSTRLEN - 1, "%d", 0);
306 str0 = str = calloc(1, ALLSTRLEN);
311 snprintf(str, ALLSTRLEN - 1, "%d", defaultfib);

Completed in 41 milliseconds