Lines Matching defs:pout
47 strecpy(char *pout, char *pin, char *except)52 output = pout;55 *pout++ = '\\';58 *pout++ = 'n';61 *pout++ = 't';64 *pout++ = 'b';67 *pout++ = 'r';70 *pout++ = 'f';73 *pout++ = 'v';78 sprintf(pout, "%.3o", c);79 pout += 3;84 *pout++ = '\\';85 *pout++ = (char)c;87 *pout = '\0';