Home
last modified time | relevance | path

Searched refs:my_setenv (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs560 my_setenv("COLUMNS",buffer); in SetTerminalSize()
562 my_setenv("LINES",buffer); in SetTerminalSize()
580 my_setenv("COLUMNS",buffer); in SetTerminalSize()
582 my_setenv("LINES",buffer); in SetTerminalSize()
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs266 my_setenv("SYS$DISK",defnam.nam$b_node ? defnam.nam$l_node : defnam.nam$l_dev);
/openbsd/gnu/usr.bin/perl/
H A Dperl.c3727 my_setenv("PERL5DB_THREADED", "1"); in Perl_moreswitches()
3758 my_setenv("PERL5DB", SvPV_nolen_const(sv)); in Perl_moreswitches()
4847 my_setenv(name, 0); in S_init_postdump_symbols()
4850 my_setenv(name, SvPV_nolen(*valp)); in S_init_postdump_symbols()
H A Dmg.c1336 my_setenv(key, s); /* does the deed */ in Perl_magic_setenv()
1433 my_setenv(MgPV_nolen_const(mg),NULL); in Perl_magic_clearenv()
1451 my_setenv(hv_iterkey(entry, &keylen), in Perl_magic_set_all_env()
H A Dmalloc.c2148 my_setenv(var, val+1); in Perl_putenv()
H A Dembed.h376 # define my_setenv(a,b) Perl_my_setenv(aTHX_ a,b) macro
H A Dembed.fnc2066 Adp |void |my_setenv |NULLOK const char *nam \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007318 my_setenv # T
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1663 my_setenv("EMXSHELL", PL_sh_path); in my_syspopen4()
1665 my_setenv("EMXSHELL", shell); in my_syspopen4()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod363 setenv(s, val) my_setenv(s, val)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007919 my_setenv # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1432 Apd |void |my_setenv |NULLOK const char* nam|NULLOK const char* val