Searched refs:ExtLIBPATH (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2.c | 3622 ExtLIBPATH(ULONG ord, PSZ path, IV type, int fatal) in ExtLIBPATH() function 3639 (CheckOSError(ExtLIBPATH(ORD_DosQueryExtLibpath, (to), (type), fatal)) ? NULL : (to) ) 3642 (!CheckOSError(ExtLIBPATH(ORD_DosSetExtLibpath, (p), (type), fatal))) 3741 rc = ExtLIBPATH(ORD_DosQueryExtLibpath, to, type, 0); /* Do not croak */ in fill_extLibpath() 3770 rc = ExtLIBPATH(ORD_DosSetExtLibpath, buf, type, 0); /* Do not croak */ in fill_extLibpath()
|