Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c262 char *cname, *crepr; in structseq_repr() local
275 crepr = PyString_AsString(repr); in structseq_repr()
276 if (crepr == NULL) { in structseq_repr()
283 len = strlen(cname) + strlen(crepr) + 3; in structseq_repr()
288 strcpy(pbuf, crepr); in structseq_repr()
289 pbuf += strlen(crepr); in structseq_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c263 char *cname, *crepr; in structseq_repr() local
276 crepr = PyString_AsString(repr); in structseq_repr()
277 if (crepr == NULL) { in structseq_repr()
284 len = strlen(cname) + strlen(crepr) + 3; in structseq_repr()
289 strcpy(pbuf, crepr); in structseq_repr()
290 pbuf += strlen(crepr); in structseq_repr()