Home | History | Annotate | Download | only in common

Lines Matching refs:nsp

42 	char *buf, *nsp;
57 nsp = buf;
60 *nsp++ = ' ';
62 sprintf (nsp, "\\%03o",
64 nsp += 4;
66 *nsp++ = '\\';
67 *nsp++ = *sp;
69 *nsp++ = *sp;
71 *nsp++ = 0;
80 char *buf, *nsp;
100 nsp = buf;
102 *nsp++ = enclose_char;
107 *nsp++ = ' ';
109 sprintf (nsp, "\\%03o", s [i]);
110 nsp += 4;
112 *nsp++ = '\\';
113 *nsp++ = s [i];
115 *nsp++ = s [i];
119 *nsp++ = enclose_char;
121 *nsp++ = 0;