Searched refs:PR_DLL_SUFFIX (Results 1 - 25 of 28) sorted by relevance
12
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _pcos.h | 41 #define PR_DLL_SUFFIX ".dll" macro
|
H A D | _freebsd.h | 64 #define PR_DLL_SUFFIX ".so" macro 66 #define PR_DLL_SUFFIX ".so.1.0" macro
|
H A D | _netbsd.h | 63 #define PR_DLL_SUFFIX ".so" macro 65 #define PR_DLL_SUFFIX ".so.1.0" macro
|
H A D | _bsdi.h | 56 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _dgux.h | 48 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _hpux.h | 48 #define PR_DLL_SUFFIX ".sl" macro
|
H A D | _ncr.h | 48 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _nec.h | 48 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _nto.h | 47 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _openbsd.h | 59 #define PR_DLL_SUFFIX ".so.1.0" macro
|
H A D | _osf1.h | 48 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _qnx.h | 47 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _rhapsody.h | 52 #define PR_DLL_SUFFIX ".dylib" macro
|
H A D | _scoos.h | 46 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _sony.h | 44 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _unixware.h | 48 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _aix.h | 59 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _darwin.h | 60 #define PR_DLL_SUFFIX ".dylib" macro
|
H A D | _nextstep.h | 65 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _openvms.h | 57 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _reliantunix.h | 53 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _sunos4.h | 55 #define PR_DLL_SUFFIX ".so.1.0" macro
|
H A D | _irix.h | 59 #define PR_DLL_SUFFIX ".so" macro
|
H A D | _linux.h | 76 #define PR_DLL_SUFFIX ".so" macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/ |
H A D | prlink.c | 586 if (strstr(lib, PR_DLL_SUFFIX) == NULL) 589 fullname = PR_smprintf("%s\\%s%s", path, lib, PR_DLL_SUFFIX); 591 fullname = PR_smprintf("%s%s", lib, PR_DLL_SUFFIX); 609 if (strstr(lib, PR_DLL_SUFFIX) == NULL) 612 fullname = PR_smprintf("%s/lib%s%s", path, lib, PR_DLL_SUFFIX); 614 fullname = PR_smprintf("lib%s%s", lib, PR_DLL_SUFFIX);
|
Completed in 102 milliseconds
12