Searched refs:libtype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/apr-32/apr/apr/build/
H A Djlibtool.c894 int libdircheck, enum lib_type *libtype)
922 *libtype = type_DYNAMIC_LIB;
929 *libtype = type_STATIC_LIB;
933 *libtype = type_MODULE_LIB;
937 *libtype = type_OBJECT;
940 *libtype = type_UNKNOWN;
1273 enum lib_type libtype; local
1315 newarg = check_library_exists(cmd_data, arg, pathlen, 1, &libtype);
1318 newarg = check_library_exists(cmd_data, arg, pathlen, 0, &libtype);
1330 if (libtype
893 check_library_exists(command_t *cmd, const char *arg, int pathlen, int libdircheck, enum lib_type *libtype) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/generic/
H A Dffidl.c503 #define init_type(size,type,class,alignment,libtype) { size,type,class|FFIDL_STATIC_TYPE,alignment,0,0,libtype }

Completed in 121 milliseconds