Searched refs:newenv (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Denv.c88 char **newenv; local
92 newenv = NULL;
93 i = read_environment(file, &newenv);
95 p = strchr(newenv[j], '=');
98 file, newenv[j]);
100 add_env(newenv[j], p);
102 free(newenv[j]);
104 free(newenv);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Denv015.tcl64 set newenv [berkdb_env -create -mode 0644 -home $testdir]
65 error_check_good newenv [is_valid_env $env] TRUE
67 set newdb [berkdb_open -create -env $newenv -btree foo.db]
80 error_check_good newenvclose [$newenv close] 0
H A Dtest116.tcl82 set newenv [eval {berkdb_env} \
84 error_check_good newenv [is_valid_env $newenv] TRUE
141 set newdir [get_home $newenv]
193 set db [eval {berkdb_open} -env $newenv \
197 set t [$newenv txn]
198 error_check_good txn [is_valid_txn $t $newenv] TRUE
215 -env $newenv $omethod $args \
219 set t [$newenv txn]
221 txn [is_valid_txn $t $newenv] TRU
[all...]
H A Drep031.tcl244 set newenv [berkdb_env_noerr -txn nosync \
246 error_check_good newenv [is_valid_env $newenv] TRUE
247 set res [$newenv log_archive -arch_remove]
277 set res [$newenv log_archive -arch_remove]
282 error_check_good newenv_close [$newenv close] 0
H A Drep063.tcl360 set newenv "$newclenv [expr $eindex + 2]"
361 set elist [lreplace $elist $eindex $eindex $newenv]
/macosx-10.9.5/screen-22/screen/
H A Dputenv.c79 static int newenv __P((void)); /* copy env. from stack to heap */
90 if (newenv() < 0) /* copy env. to heap */
114 if (newenv() < 0) /* copy env. to heap */
168 newenv() function
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Delint.el157 (defsubst elint-env-add-env (env newenv)
160 (list (append (car env) (car newenv))
161 (append (car (cdr env)) (car (cdr newenv)))
162 (append (car (cdr (cdr env))) (car (cdr (cdr newenv))))))
568 (let ((newenv env))
572 (setq newenv (elint-env-add-var newenv s)))
577 newenv))
578 (setq newenv
579 (elint-env-add-var newenv (ca
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/su/
H A Dsu.c444 char **newenv = NULL; local
447 i = read_environment(_PATH_ETC_ENVIRONMENT, &newenv);
455 char *p = strchr(newenv[j], '=');
457 errx(1, "enviroment '%s' missing '='", newenv[j]);
459 esetenv (newenv[j], p, 1);
461 free(newenv);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dprocopen.c422 int newenv = 0; local
477 newenv = 1;
692 if (newenv)
703 if (!newenv && environ[0][0] == '_' && environ[0][1] == '=')
/macosx-10.9.5/emacs-92/emacs/src/
H A Deditfns.c1844 char **oldenv = environ, **newenv;
1869 newenv = environ;
1871 xfree (newenv);
2080 char **from, **to, **newenv;
2086 newenv = to = (char **) xmalloc (envptrs * sizeof (char *)
2106 environ = newenv;
2126 char *tz = *newenv;
2127 *newenv = (strcmp (tzstring, set_time_zone_rule_tz1 + 3) == 0
2130 *newenv = tz;
1834 char **oldenv = environ, **newenv; variable
1861 xfree (newenv); variable
2070 char **from, **to, **newenv; local
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparams.c4427 char *newenv = 0; local
4440 newenv = mkenvstr(pm->node.nam, value, pm->node.flags);
4441 if (zputenv(newenv)) {
4442 zsfree(newenv);
4459 pm->env = newenv;
4471 if (env != newenv)
4472 zsfree(newenv);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c2600 char **newenv = (char **) realloc((void *)script_env,
2602 if (newenv == 0)
2604 script_env = newenv;
/macosx-10.9.5/vim-53/src/
H A Dmisc2.c6075 static int newenv __ARGS((void)); /* copy env. from stack to heap */
6087 if (newenv() < 0) /* copy env. to heap */
6141 newenv() function

Completed in 359 milliseconds