Lines Matching defs:ptr
8820 WCHAR *ptr;
8827 for(ptr = path + length; ptr != path; ptr--) {
8828 if (*ptr == L'\\' || *ptr == L'/') {
8832 *ptr = 0;
12928 void *ptr;
12939 ptr = PyBytes_AS_STRING(buffer);
12943 result = fgetxattr(path->fd, attribute->narrow, ptr, buffer_size);
12945 result = getxattr(path->narrow, attribute->narrow, ptr, buffer_size);
12947 result = lgetxattr(path->narrow, attribute->narrow, ptr, buffer_size);