Home
last modified time | relevance | path

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

/freebsd/contrib/gdtoa/
H A Dg_ffmt.c61 return strcp(buf, "NaN");
66 return strcp(b, "Infinity");
H A Dg_dfmt.c63 return strcp(buf, "NaN");
68 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*));
H A Dchanges434 g_Qfmt.c: change strcpy to strcp. Thanks to J. T. Conklin