Searched refs:env (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dpam_getenvlist.c72 if ((envlist[i] = strdup(pamh->env[i])) == NULL) {
96 * char **envlist, **env;
101 * for (env = environ; *env != NULL; env++)
102 * free(*env);
/freebsd-9.3-release/crypto/openssh/
H A Dsession.h63 } *env; member in struct:Session
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_bstream.c33 struct uwx_env *env,
39 if (env->remote) {
43 bstream->copyin = env->copyin;
44 bstream->cb_token = env->cb_token;
31 uwx_init_bstream( struct uwx_bstream *bstream, struct uwx_env *env, uint64_t source, unsigned int len, int request) argument
H A Duwx_symbols.c67 struct uwx_env *env,
73 struct uwx_env *env,
93 (*env->allocate_cb)(sizeof(struct uwx_symbol_cache));
106 status = uwx_read_func_symbols(env, cache, module_name);
118 uwx_release_symbol_cache(env, cache);
133 uwx_release_symbol_cache(env, cache);
142 struct uwx_env *env,
146 (*env->free_cb)(symbol_cache->module_name);
148 (*env->free_cb)(symbol_cache->sym_values);
150 (*env
72 uwx_find_symbol( struct uwx_env *env, struct uwx_symbol_cache **symbol_cache_p, char *module_name, uint64_t relip, char **func_name_p, uint64_t *offset_p) argument
141 uwx_release_symbol_cache( struct uwx_env *env, struct uwx_symbol_cache *symbol_cache) argument
620 elf_new(struct uwx_env *env) argument
771 uwx_read_func_symbols( struct uwx_env *env, struct uwx_symbol_cache *cache, char *module_name) argument
[all...]
/freebsd-9.3-release/usr.sbin/nscd/
H A Dnscd.c217 destroy_runtime_env(struct runtime_env *env) argument
220 close(env->queue);
221 close(env->sockfd);
222 free(env);
227 accept_connection(struct kevent *event_data, struct runtime_env *env, argument
268 res = kevent(env->queue, eventlist, 2, NULL, 0, &timeout);
276 process_socket_event(struct kevent *event_data, struct runtime_env *env, argument
294 nevents = kevent(env->queue, eventlist, 1, NULL, 0, &kevent_timeout);
454 kevent(env->queue, eventlist, 2, NULL, 0, &kevent_timeout);
464 process_timer_event(struct kevent *event_data, struct runtime_env *env, argument
481 processing_loop(cache the_cache, struct runtime_env *env, struct configuration *config) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h81 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { argument
82 env->ExprBindings.Profile(ID);
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in65 env SOFTPKCS11RC="test-rc-file.rc" \
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dlongjmp.c51 __longjmp14(jmp_buf env, int val) argument
53 struct sigcontext *sc = (void *)env;
H A Dsetjmp.S72 REG_S a0, CALLFRAME_SIZ(sp) # store env
77 move a1, zero # &env == 0
82 REG_L a0, CALLFRAME_SIZ(sp) # restore env pointer
121 REG_S a0, CALLFRAME_SIZ(sp) # save env
132 REG_L a0, CALLFRAME_SIZ(sp) # restore env
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1805 struct testleak_env_t *env; local
1819 env = calloc(1, sizeof(struct testleak_env_t));
1820 env->base = event_base_new();
1821 env->dns_base = evdns_base_new(env->base, 0);
1822 env->req = evdns_base_resolve_ipv4(
1823 env->dns_base, "example.com", DNS_QUERY_NO_SEARCH,
1824 generic_dns_callback, &env->r);
1825 return env;
1832 struct testleak_env_t *env local
1860 struct testleak_env_t *env = env_; local
1880 struct testleak_env_t *env = env_; local
1931 struct testleak_env_t *env = env_; local
[all...]
H A Dtinytest.c94 void *env = NULL; local
97 env = testcase->setup->setup_fn(testcase);
98 if (!env)
100 else if (env == (void*)TT_SKIP)
105 testcase->fn(env);
109 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A DMakefile.am34 libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \
50 env.lo: libgomp_f.h
51 env.o: libgomp_f.h
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-kadmin.in107 env KRB5CCNAME=${cache} \
124 env KRB5CCNAME=${cache} \
134 env KRB5CCNAME=${cache} \
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-win32.c528 char *const *env, /* array of strings of the form: VAR=VALUE */
541 if (env)
546 for (env_size = 0; env[env_size]; env_size++)
561 memcpy (env_copy, env, sizeof (char *) * env_size);
565 total_size += strlen (env[var]) + 1;
623 char* const *env,
658 pid = win32_spawn (executable, TRUE, argv, env,
662 pid = win32_spawn (executable1, TRUE, argv, env,
665 pid = win32_spawn (executable1, FALSE, argv, env,
671 pid = win32_spawn (newex, FALSE, argv, env,
525 win32_spawn(const char *executable, BOOL search, char *const *argv, char *const *env, DWORD dwCreationFlags, LPSTARTUPINFO si, LPPROCESS_INFORMATION pi) argument
622 spawn_script(const char *executable, char *const *argv, char* const *env, DWORD dwCreationFlags, LPSTARTUPINFO si, LPPROCESS_INFORMATION pi) argument
699 pex_win32_exec_child(struct pex_obj *obj ATTRIBUTE_UNUSED, int flags, const char *executable, char * const * argv, char* const* env, int in, int out, int errdes, int toclose ATTRIBUTE_UNUSED, const char **errmsg, int *err) argument
[all...]
H A Dpex-djgpp.c115 char * const * argv, char * const * env,
202 if (env)
204 (P_WAIT, executable, argv, env));
114 pex_djgpp_exec_child(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, int in, int out, int errdes, int toclose ATTRIBUTE_UNUSED, const char **errmsg, int *err) argument
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2014 int sbuf_continuation (int index, const char *name, const environment *env, int w);
2065 int overstrike (int index, const char *name, const environment *env, int w);
2103 void set_char (int i, font *f, const environment *env, int w, const char *name);
2104 void set_numbered_char(int num, const environment *env, int *widthp);
2105 int set_char_and_width(const char *nm, const environment *env,
2107 void draw (int code, int *p, int np, const environment *env);
2110 void special (char *arg, const environment *env, char type);
2111 void devtag (char *arg, const environment *env, char type);
4089 void html_printer::set_line_thickness(const environment *env) argument
4091 line_thickness = env
4094 draw(int code, int *p, int np, const environment *env) argument
4257 sbuf_continuation(int idx, const char *name, const environment *env, int w) argument
4320 overstrike(int idx, const char *name, const environment *env, int w) argument
4353 set_char(int i, font *f, const environment *env, int w, const char *name) argument
4385 set_numbered_char(int num, const environment *env, int *widthp) argument
4421 set_char_and_width(const char *nm, const environment *env, int *widthp, font **f) argument
4830 special(char *s, const environment *env, char type) argument
4911 devtag(char *s, const environment *env, char type) argument
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_init.c435 char *env; local
467 env = getenv("LIBPTHREAD_SPINLOOPS");
468 if (env)
469 _thr_spinloops = atoi(env);
470 env = getenv("LIBPTHREAD_YIELDLOOPS");
471 if (env)
472 _thr_yieldloops = atoi(env);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fenv.c133 fenv_t env; local
135 fegetenv(&env);
136 assert(memcmp(&env, FE_DFL_ENV, sizeof(env)) == 0);
400 fenv_t env; local
434 assert(feholdexcept(&env) == 0);
442 assert(feupdateenv(&env) == 0);
/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c774 char *env; local
775 env = xmalloc (strlen (TMPDIR_ENV) + strlen (Tmpdir) + 1 + 1);
776 (void) sprintf (env, "%s=%s", TMPDIR_ENV, Tmpdir);
777 (void) putenv (env);
778 /* do not free env, as putenv has control of it */
781 char *env; local
782 env = xmalloc (sizeof "CVS_PID=" + 32); /* XXX pid < 10^32 */
783 (void) sprintf (env, "CVS_PID=%ld", (long) getpid ());
784 (void) putenv (env);
852 * one in a file, set it via the $CVSROOT env va
959 char *env; local
[all...]
/freebsd-9.3-release/contrib/less/
H A Dmain.c101 char *env = (char *) ecalloc(strlen(drive) + local
103 strcpy(env, "HOME=");
104 strcat(env, drive);
105 strcat(env, path);
106 putenv(env);
/freebsd-9.3-release/sys/boot/uboot/lib/
H A Dglue.c477 * env vars
504 const char *env, *str; local
512 env = NULL;
513 if (!syscall(API_ENV_ENUM, NULL, (uint32_t)last, (uint32_t)&env))
516 if (env == NULL)
517 /* no more env. variables to enumerate */
520 /* next enumerated env var */
522 for (i = 0, str = env; *str != '=' && *str != '\0';)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddns64.c130 const dns_name_t *reqsigner, const dns_aclenv_t *env,
146 result = dns_acl_match(reqaddr, reqsigner, dns64->clients, env,
160 result = dns_acl_match(&netaddr, NULL, dns64->mapped, env,
205 const dns_name_t *reqsigner, const dns_aclenv_t *env,
236 dns64->clients, env,
276 env, &match, NULL);
129 dns_dns64_aaaafroma(const dns_dns64_t *dns64, const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_aclenv_t *env, unsigned int flags, unsigned char *a, unsigned char *aaaa) argument
204 dns_dns64_aaaaok(const dns_dns64_t *dns64, const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_aclenv_t *env, unsigned int flags, dns_rdataset_t *rdataset, isc_boolean_t *aaaaok, size_t aaaaoklen) argument
/freebsd-9.3-release/contrib/ntp/util/
H A Dntptime.c70 static sigjmp_buf env; /* environment var. for pll_trap() */ variable
229 if (sigsetjmp(env, 1) == 0) {
243 if (sigsetjmp(env, 1) == 0) {
264 if (sigsetjmp(env, 1) == 0) {
274 if (sigsetjmp(env, 1) == 0) {
400 siglongjmp(env, 1);
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c461 char *env; local
463 env = getenv(FONTPATH_ENV_VAR);
464 path = XtMalloc(((env && *env) ? strlen(env) + 1 : 0)
467 if (env && *env) {
468 strcat(path, env);
/freebsd-9.3-release/crypto/heimdal/packages/mac/
H A Dmac.sh23 env \

Completed in 389 milliseconds

1234567891011>>