Home
last modified time | relevance | path

Searched defs:outbase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c53 int outbase = (base == 0 ? 10 : base); in run_expr() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc303 static char *outbase; variable