Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 – 25 of 47) sorted by relevance

12

/dragonfly/contrib/cvs-1.12/lib/
H A Dsetenv.h42 # define unsetenv(name) ((unsetenv)(name), 0) macro
48 extern int unsetenv (const char *name);
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1584 # undef unsetenv
1585 # define unsetenv rpl_unsetenv
1587 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1588 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1591 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1593 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1596 _GL_CXXALIASWARN (unsetenv);
1599 # undef unsetenv
1601 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
/dragonfly/contrib/tcp_wrappers/
H A Denviron.c87 void unsetenv(name) in unsetenv() function
206 unsetenv(argv[0] + 1);
/dragonfly/contrib/nvi2/cl/
H A Dcl_screen.c250 unsetenv("TERM"); in cl_vi_init()
252 unsetenv("LINES"); in cl_vi_init()
254 unsetenv("COLUMNS"); in cl_vi_init()
/dragonfly/stand/boot/common/
H A Dboot.c119 unsetenv("exported_module_path"); in command_boot()
130 unsetenv("module_path"); in command_boot()
H A Dconsole.c75 unsetenv("console"); in cons_probe()
/dragonfly/usr.bin/tset/
H A Dterm.c93 unsetenv("TERMCAP"); in get_termcap_entry()
/dragonfly/usr.bin/env/
H A Denv.c79 rtrn = unsetenv(optarg); in main()
/dragonfly/tools/regression/lib/libc/gen/
H A Dtest-wordexp.c248 r = unsetenv("IFS"); in main()
263 r = unsetenv("IFS"); in main()
/dragonfly/contrib/bmake/
H A Dsetenv.c141 unsetenv(name) in unsetenv() function
H A Dutil.c66 unsetenv(const char *name) in unsetenv() function
146 unsetenv(argv[1]); in main()
/dragonfly/lib/libc/stdlib/
H A DSymbol.map102 unsetenv;
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_internal.c207 unsetenv(name); in os_unsetenv()
210 return unsetenv(name); in os_unsetenv()
H A Dos_unix.c401 unsetenv(name); in os_unsetenv()
404 return unsetenv(name); in os_unsetenv()
/dragonfly/usr.bin/chpass/
H A Dutil.c87 unsetenv("TZ"); in atot()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.h114 int unsetenv(const char *);
/dragonfly/libexec/ftpd/
H A Dpopen.c145 unsetenv("TZ"); in ftpd_popen()
/dragonfly/stand/lib/
H A Denvironment.c177 unsetenv(const char *name) in unsetenv() function
/dragonfly/usr.bin/mail/
H A Dmain.c100 unsetenv("MAIL"); in main()
/dragonfly/usr.bin/logger/
H A Dlogger.c83 unsetenv("TZ"); in main()
/dragonfly/include/
H A Dstdlib.h187 int unsetenv(const char *);
/dragonfly/contrib/diffutils/lib/
H A Dtime_rz.c222 return tz ? setenv ("TZ", tz, 1) : unsetenv ("TZ"); in setenv_TZ()
/dragonfly/contrib/diffutils/
H A DREADME.DELETED132 lib/unsetenv.c
/dragonfly/contrib/cvs-1.12/
H A DREADME.DELETED154 lib/unsetenv.c
/dragonfly/libexec/telnetd/
H A Dstate.c1429 unsetenv(varp); in suboption()
1452 unsetenv(varp); in suboption()

12