Searched refs:unsetenv (Results 1 – 25 of 48) sorted by relevance
12
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | setenv.h | 42 # define unsetenv(name) ((unsetenv)(name), 0) macro 48 extern int unsetenv (const char *name);
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | stdlib.h | 1584 # 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/ |
| HD | environ.c | 87 void unsetenv(name) in unsetenv() function 206 unsetenv(argv[0] + 1);
|
| /dragonfly/contrib/nvi2/cl/ |
| HD | cl_screen.c | 250 unsetenv("TERM"); in cl_vi_init() 252 unsetenv("LINES"); in cl_vi_init() 254 unsetenv("COLUMNS"); in cl_vi_init()
|
| /dragonfly/stand/boot/common/ |
| HD | boot.c | 119 unsetenv("exported_module_path"); in command_boot() 130 unsetenv("module_path"); in command_boot()
|
| HD | console.c | 75 unsetenv("console"); in cons_probe()
|
| /dragonfly/usr.bin/tset/ |
| HD | term.c | 93 unsetenv("TERMCAP"); in get_termcap_entry()
|
| /dragonfly/usr.bin/env/ |
| HD | env.c | 79 rtrn = unsetenv(optarg); in main()
|
| /dragonfly/tools/regression/lib/libc/gen/ |
| HD | test-wordexp.c | 248 r = unsetenv("IFS"); in main() 263 r = unsetenv("IFS"); in main()
|
| /dragonfly/contrib/bmake/ |
| HD | setenv.c | 141 unsetenv(name) in unsetenv() function
|
| HD | util.c | 66 unsetenv(const char *name) in unsetenv() function 146 unsetenv(argv[1]); in main()
|
| /dragonfly/lib/libc/stdlib/ |
| HD | Symbol.map | 102 unsetenv;
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | os_internal.c | 207 unsetenv(name); in os_unsetenv() 210 return unsetenv(name); in os_unsetenv()
|
| HD | os_unix.c | 401 unsetenv(name); in os_unsetenv() 404 return unsetenv(name); in os_unsetenv()
|
| /dragonfly/lib/libssh/openbsd-compat/ |
| HD | bsd-misc.h | 114 int unsetenv(const char *);
|
| /dragonfly/usr.bin/chpass/ |
| HD | util.c | 87 unsetenv("TZ"); in atot()
|
| /dragonfly/libexec/ftpd/ |
| HD | popen.c | 145 unsetenv("TZ"); in ftpd_popen()
|
| /dragonfly/stand/lib/ |
| HD | environment.c | 177 unsetenv(const char *name) in unsetenv() function
|
| HD | stand.h | 324 extern int unsetenv(const char *);
|
| /dragonfly/usr.bin/mail/ |
| HD | main.c | 100 unsetenv("MAIL"); in main()
|
| /dragonfly/include/ |
| HD | stdlib.h | 187 int unsetenv(const char *);
|
| /dragonfly/usr.bin/logger/ |
| HD | logger.c | 83 unsetenv("TZ"); in main()
|
| /dragonfly/contrib/cvs-1.12/ |
| HD | README.DELETED | 154 lib/unsetenv.c
|
| /dragonfly/libexec/telnetd/ |
| HD | state.c | 1429 unsetenv(varp); in suboption() 1452 unsetenv(varp); in suboption()
|
| /dragonfly/bin/sh/ |
| HD | histedit.c | 117 unsetenv("TERM"); in histedit()
|
12