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

/macosx-10.10.1/ruby-106/ruby/
H A Dload.c20 #define IS_DLEXT(e) (strcmp((e), DLEXT) == 0 || strcmp((e), DLEXT2) == 0) macro
22 #define IS_DLEXT(e) (strcmp((e), DLEXT) == 0) macro
305 If type is 's', then `ext` is acceptable only if IS_DLEXT(ext);
332 if (type == 's' ? !IS_DLEXT(&name[plen+len]) :
404 IS_DLEXT. Further, if `ext && rb` then `IS_RBEXT(e)`,
405 and if `ext && !rb` then `IS_SOEXT(e) || IS_DLEXT(e)`.
453 if ((!rb || !ext) && (IS_SOEXT(e) || IS_DLEXT(e))) {
538 else if (IS_SOEXT(ext) || IS_DLEXT(ext)) {
879 else if (IS_DLEXT(ext)) {

Completed in 178 milliseconds