Searched refs:pointerof (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast.h93 #define pointerof(x) ((void*)((char*)0+(x))) macro
/ast/src/cmd/ksh93/include/
H A Ddefs.h43 #ifndef pointerof
44 #define pointerof(x) ((void*)((char*)0+(x))) macro
/ast/src/cmd/3d/
H A Dsyscall3d.c644 struct DIRdirent* dp = (struct DIRdirent*)pointerof(r);
655 struct dirent64* dp = (struct dirent64*)pointerof(r);
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c236 value->p = pointerof(n);
/ast/src/lib/libast/include/
H A Dast.h206 #define pointerof(x) ((void*)((char*)0+(x))) macro
/ast/src/lib/libast/port/
H A Dastconf.c1431 if (pointerof(flags) == (void*)errorf)
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1078 if(np = sh_addbuiltin(arg, addr,pointerof(dlete)))

Completed in 26 milliseconds