Searched refs:strcp (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dg_dfmt.c63 return strcp(buf, "NaN");
68 return strcp(b, "Infinity");
H A Dg_ffmt.c61 return strcp(buf, "NaN");
66 return strcp(b, "Infinity");
H A Dg_xLfmt.c80 b = strcp(buf, "NaN");
85 b = strcp(b, "Infinity");
H A Dg_xfmt.c85 b = strcp(buf, "NaN");
90 b = strcp(b, "Infinity");
H A Dg_Qfmt.c85 b = strcp(b, "NaN");
90 b = strcp(b, "Infinity");
H A Dg_ddfmt.c72 return strcp(buf, "NaN");
84 return strcp(b, "Infinity");
H A Dgdtoaimp.h583 #define strcp __strcp_D2A macro
637 extern char *strcp ANSI((char*, const char*));

Completed in 94 milliseconds