Searched refs:POINTER (Results 1 – 3 of 3) sorted by relevance
62 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro254 flags |= POINTER | PFXOK; in vsscanf()542 if (flags & POINTER) in vsscanf()
35 typedef unsigned char *POINTER; typedef252 bzero((POINTER)x, sizeof (x)); in MD4Transform()
64 clock_gettime.argtypes = [ctypes.c_int, ctypes.POINTER(timespec)]