Home
last modified time | relevance | path

Searched refs:fill_extLibpath (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c3714 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 Dos2ish.h771 extern unsigned long fill_extLibpath(int type, char *pre, char *post, int replace, char *msg);
H A DChanges799 fill_extLibpath().