Searched refs:UINTPTR_T (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c60 #ifndef UINTPTR_T
62 # define UINTPTR_T uintptr_t macro
64 # define UINTPTR_T UINT_PTR macro
66 # define UINTPTR_T size_t macro
80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c))
H A Dsnprintf.c429 #ifndef UINTPTR_T
431 #define UINTPTR_T uintptr_t macro
433 #define UINTPTR_T unsigned long int macro
435 #endif /* !defined(UINTPTR_T) */
884 (UINTPTR_T)strvalue, 16, width,

Completed in 85 milliseconds