Home
last modified time | relevance | path

Searched refs:unputenv (Results 1 – 7 of 7) sorted by relevance

/dports/mail/mmh/mmh-0.4/uip/
H A Dwhatnowproc.c36 unputenv("mhfolder"); in what_now()
46 unputenv("mhaltmsg"); in what_now()
55 unputenv("mheditor"); in what_now()
60 unputenv("mhmessages"); in what_now()
61 unputenv("mhannotate"); in what_now()
/dports/mail/mmh/mmh-0.4/sbr/
H A Dputenv.c18 int unputenv(char *);
50 unputenv(char *name) in unputenv() function
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dscript.c31 static void unputenv(const char *p) { in unputenv() function
69 static void unputenv(const char *p) {} in unputenv() function
209 unputenv(env->entries[i]); in execute_script()
/dports/security/tinc/tinc-1.0.36/src/
H A Dprocess.c367 void unputenv(char *p) { in unputenv() function
407 void unputenv(const char *p) {} in unputenv() function
470 unputenv(envp[i]); in execute_script()
/dports/mail/mmh/mmh-0.4/h/
H A Dprototypes.h112 int unputenv(char *);
/dports/security/tinc/tinc-1.0.36/
H A DChangeLog250 Fix unputenv() on Windows.
/dports/mail/nmh/nmh-1.7.1/
H A DChangeLog1682 Replace calls to unputenv() with unsetenv(3).