Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetarg.h61 arg_double, enumerator
H A Dgetarg.c80 else if (arg->type == arg_double) in print_arg()
454 case arg_double: in arg_match_long()
530 } else if(args[k].type == arg_double) { in arg_match_short()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsubr.c1323 double arg_double = va_arg (args, double); in format_cmdline() local
1324 b->data = Xasprintf (buf, arg_double); in format_cmdline()