Searched refs:intptr_t (Results 376 - 385 of 385) sorted by relevance

<<111213141516

/freebsd-10.3-release/contrib/libyaml/config/
H A Dltmain.sh3199 # define intptr_t int
3372 intptr_t rval = 127;
/freebsd-10.3-release/contrib/openbsm/config/
H A Dltmain.sh4235 # define intptr_t int
4393 intptr_t rval = 127;
/freebsd-10.3-release/contrib/openpam/
H A Dltmain.sh4235 # define intptr_t int
4393 intptr_t rval = 127;
/freebsd-10.3-release/contrib/sqlite3/
H A Dltmain.sh4202 # define intptr_t int
4360 intptr_t rval = 127;
H A Dsqlite3.c8328 ** The correct "ANSI" way to do this is to use the intptr_t type.
8345 # define SQLITE_INT_TO_PTR(X) ((void*)(intptr_t)(X))
8346 # define SQLITE_PTR_TO_INT(X) ((int)(intptr_t)(X))
[all...]
/freebsd-10.3-release/contrib/unbound/
H A Dltmain.sh4202 # define intptr_t int
4360 intptr_t rval = 127;
/freebsd-10.3-release/crypto/heimdal/
H A Dltmain.sh4196 # define intptr_t int
4354 intptr_t rval = 127;
/freebsd-10.3-release/contrib/file/
H A Dltmain.sh4203 # define intptr_t int
4361 intptr_t rval = 127;
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c332 ** The correct "ANSI" way to do this is to use the intptr_t type.
349 # define SQLITE_INT_TO_PTR(X) ((void*)(intptr_t)(X))
350 # define SQLITE_PTR_TO_INT(X) ((int)(intptr_t)(X))
[all...]
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure30887 typedef intptr_t my_intptr_t;
[all...]

Completed in 1017 milliseconds

<<111213141516