HomeSort by relevance Sort by last modified time
    Searched refs:qstring (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Tools/scripts/
google.py 20 qstring = '+'.join(quote(arg) for arg in args)
21 url = urllib.parse.urljoin('https://www.google.com/search', '?q=' + qstring)
  /external/one-true-awk/
main.c 183 *FS = qstring(fs, '\0');
proto.h 113 extern char *qstring(const char *, int);
lib.c 253 p = qstring(p, '\0');
tran.c 517 char *qstring(const char *is, int delim) /* collect string up to next delim */ function
525 FATAL( "out of space in qstring(%s)", s);
  /external/python/cpython3/Lib/email/
_header_value_parser.py     [all...]

Completed in 307 milliseconds