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

/src/lib/libc/sys/
H A Dmakelintstub123 returntype=$1; shift
128 $returntype
181 if [ "$returntype" != "void" ]; then
182 echo " return (($returntype)0);"
/src/lib/libm/src/
H A Dmath_private.h360 #define ENTERIT(returntype) \
361 returntype __retval; \

Completed in 4 milliseconds