Home
last modified time | relevance | path

Searched refs:tmp_value (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/liblwip/dist/src/core/
H A Ddef.c202 int tmp_value; in lwip_itoa() local
206 tmp_value = number; in lwip_itoa()
208 …srqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz"[35 + (tmp_value - number * base)… in lwip_itoa()
212 if (tmp_value < 0) { in lwip_itoa()
/minix3/external/bsd/pkg_install/dist/lib/
H A Dparse-config.c256 const char *tmp_value = NULL; in pkg_install_show_variable() local
264 var->var = &tmp_value; in pkg_install_show_variable()