Searched refs:fill_extLibpath (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2.c | 3714 fill_extLibpath(int type, char *pre, char *post, int replace, char *msg) in fill_extLibpath() function 4983 rc = fill_extLibpath(0, s, NULL, 1, "PERL_BEGINLIBPATH"); in Perl_OS2_init3() 4985 …rc = fill_extLibpath(0, PerlEnv_getenv("PERL_PRE_BEGINLIBPATH"), PerlEnv_getenv("PERL_POST_BEGINLI… in Perl_OS2_init3() 4989 rc = fill_extLibpath(1, s, NULL, 1, "PERL_ENDLIBPATH"); in Perl_OS2_init3() 4991 …rc = fill_extLibpath(1, PerlEnv_getenv("PERL_PRE_ENDLIBPATH"), PerlEnv_getenv("PERL_POST_ENDLIBPAT… in Perl_OS2_init3()
|
| H A D | os2ish.h | 771 extern unsigned long fill_extLibpath(int type, char *pre, char *post, int replace, char *msg);
|
| H A D | Changes | 799 fill_extLibpath().
|