Home
last modified time | relevance | path

Searched refs:qp (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbydns.c643 char qbuf[MAXDNAME+1], *qp; in _gethostbydnsaddr() local
690 qp = qbuf; in _gethostbydnsaddr()
692 qp += SPRINTF((qp, "%x.%x.", in _gethostbydnsaddr()
696 strcpy(qp, "ip6.int"); in _gethostbydnsaddr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimify.py38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):