Home
last modified time | relevance | path

Searched refs:VOID_POINTER (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/less/
Dos.c369 VOID_POINTER
371 VOID_POINTER dst; in memcpy()
372 VOID_POINTER src;
Dless.h48 #define VOID_POINTER void * macro
51 #define VOID_POINTER char * macro
117 VOID_POINTER calloc();
291 #define IFILE VOID_POINTER
Dmain.c336 public VOID_POINTER
341 VOID_POINTER p;
343 p = (VOID_POINTER) calloc(count, size);
Dfuncs.h2 public VOID_POINTER ecalloc LESSPARAMS ((int count, unsigned int size));