Searched refs:quotechar (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DWgetTest.pm170 sub quotechar { subroutine
213 $exp_snip =~s/[^[:print:]]/ quotechar($&) /ge;
214 $act_snip =~s/[^[:print:]]/ quotechar($&) /ge;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp282 wxChar quotechar = wxT('\0'); // is arg quoted? local
289 quotechar = wxT('\0');
296 quotechar = *cptr++;
312 if ( (*cptr == quotechar && ! escaped)
313 || (quotechar == wxT('\0') && wxIsspace(*cptr))

Completed in 119 milliseconds