Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c113 #define abs_val(p) (p < 0 ? -p : p) macro
529 ufvalue = abs_val(fvalue); in fmtfp()