Home | History | Annotate | Download | only in lib

Lines Matching refs:STORE

176    If BUFFERSIZE is too small to store the output string, return the
198 #define STORE(c) \
215 STORE ('"');
253 STORE (*quote_string);
266 STORE ('\'');
291 STORE ('\\');
302 STORE ('\\');
305 STORE ('0');
306 STORE ('0');
336 STORE ('?');
337 STORE ('"');
338 STORE ('"');
339 STORE ('?');
409 STORE ('\'');
410 STORE ('\\');
411 STORE ('\'');
519 STORE ('\\');
520 STORE ('0' + (c >> 6));
521 STORE ('0' + ((c >> 3) & 7));
526 STORE (c);
543 STORE ('\\');
546 STORE (c);
555 STORE (*quote_string);
574 If BUFFERSIZE is too small to store the output string, return the
600 allocated storage containing the quoted string, and store the