getenv             33 examples/libsmbclient/get_auth_data_fn.h     if (krb5_set && getenv("KRB5CCNAME")) {
getenv            112 examples/libsmbclient/smbwrapper/smbsh.c                 if (!getenv("USER")) {
getenv            118 examples/libsmbclient/smbwrapper/smbsh.c                 if (!getenv("PASSWORD")) {
getenv            149 examples/libsmbclient/smbwrapper/smbsh.c                 char *shellpath = getenv("SHELL");
getenv            103 examples/libsmbclient/smbwrapper/smbw.c 	w = getenv("WORKGROUP");
getenv            106 examples/libsmbclient/smbwrapper/smbw.c 	u = getenv("USER");
getenv            109 examples/libsmbclient/smbwrapper/smbw.c 	p = getenv("PASSWORD");
getenv            158 examples/libsmbclient/smbwrapper/smbw.c         if ((p=getenv("SMBW_DIR")) != NULL) {
getenv            168 examples/libsmbclient/smbwrapper/smbw.c 	if ((p=getenv("DEBUG"))) {
getenv            183 lib/nss_wrapper/nss_wrapper.c 	nwrap_pw_global.cache->path = getenv("NSS_WRAPPER_PASSWD");
getenv            191 lib/nss_wrapper/nss_wrapper.c 	nwrap_gr_global.cache->path = getenv("NSS_WRAPPER_GROUP");
getenv             13 lib/popt/findme.c     char * path = getenv("PATH");
getenv            188 lib/popt/popt.c     if (getenv("POSIXLY_CORRECT") || getenv("POSIX_ME_HARDER"))
getenv            181 lib/popt/poptconfig.c     if ((home = getenv("HOME"))) {
getenv            537 lib/replace/replace.c 	if (!overwrite && getenv(name)) {
getenv            569 lib/replace/replace.c 	if (environ == NULL || getenv(name) == NULL) {
getenv            206 lib/replace/test/testsuite.c 	_v=getenv(key); \
getenv            226 lib/replace/test/testsuite.c 	_v=getenv(key); \
getenv            243 lib/socket_wrapper/socket_wrapper.c 	const char *s = getenv("SOCKET_WRAPPER_DIR");
getenv            255 lib/socket_wrapper/socket_wrapper.c 	const char *s = getenv("SOCKET_WRAPPER_DEFAULT_IFACE");
getenv            816 lib/socket_wrapper/socket_wrapper.c 	s = getenv("SOCKET_WRAPPER_PCAP_FILE");
getenv             32 lib/socket_wrapper/testsuite.c 	old_dir = getenv("SOCKET_WRAPPER_DIR");
getenv             33 lib/socket_wrapper/testsuite.c 	old_iface = getenv("SOCKET_WRAPPER_DEFAULT_IFACE");
getenv             46 lib/util/util.c 	if ((p = getenv("TMPDIR")))
getenv            289 nsswitch/wb_common.c 	env_dir = getenv(WINBINDD_SOCKET_DIR_ENVVAR);
getenv             18 nsswitch/winbind_client.h 	(strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0)
getenv            360 nsswitch/winbind_krb5_locator.c 		env = getenv(var);
getenv           1307 source3/client/client.c 	pager=getenv("PAGER");
getenv           1299 source3/client/mount.cifs.c 	if (getenv("PASSWD")) {
getenv           1303 source3/client/mount.cifs.c 			strlcpy(mountpassword,getenv("PASSWD"),MOUNT_PASSWD_SIZE+1);
getenv           1306 source3/client/mount.cifs.c 	} else if (getenv("PASSWD_FD")) {
getenv           1307 source3/client/mount.cifs.c 		get_password_from_file(atoi(getenv("PASSWD_FD")),NULL);
getenv           1308 source3/client/mount.cifs.c 	} else if (getenv("PASSWD_FILE")) {
getenv           1309 source3/client/mount.cifs.c 		get_password_from_file(0, getenv("PASSWD_FILE"));
getenv           1367 source3/client/mount.cifs.c 		if (getenv("USER"))
getenv           1368 source3/client/mount.cifs.c 			user_name = strdup(getenv("USER"));
getenv            158 source3/client/smbspool.c 	dev_uri = getenv("DEVICE_URI");
getenv            194 source3/client/smbspool.c 		if ((username = getenv("AUTH_USERNAME")) == NULL) {
getenv            198 source3/client/smbspool.c 		if ((password = getenv("AUTH_PASSWORD")) == NULL) {
getenv            266 source3/client/smbspool.c 			} else if (getenv("CLASS") == NULL) {
getenv            498 source3/client/smbspool.c 	if (username && *username && !getenv("KRB5CCNAME")) {
getenv             86 source3/intl/lang_tdb.c 		if ((p = getenv(vars[i]))) {
getenv            212 source3/lib/ldb/common/ldb_modules.c 	if (getenv("LD_LDB_MODULE_PATH") != NULL) {
getenv            213 source3/lib/ldb/common/ldb_modules.c 		modulesdir = talloc_strdup(ldb, getenv("LD_LDB_MODULE_PATH"));
getenv            100 source3/lib/ldb/tools/cmdline.c 	options.url = getenv("LDB_URL");
getenv            103 source3/lib/ldb/tools/cmdline.c 	options.editor = getenv("VISUAL");
getenv            105 source3/lib/ldb/tools/cmdline.c 		options.editor = getenv("EDITOR");
getenv            293 source3/lib/ldb/tools/ldbtest.c 	specials = getenv("LDB_SPECIALS");
getenv            104 source3/lib/netapi/netapi.c 	krb5_cc_env = getenv(KRB5_ENV_CCNAME);
getenv            110 source3/lib/netapi/netapi.c 	if (getenv("USER")) {
getenv            111 source3/lib/netapi/netapi.c 		ctx->username = talloc_strdup(frame, getenv("USER"));
getenv            161 source3/lib/netapi/netapi.c 		char *env = getenv(KRB5_ENV_CCNAME);
getenv             81 source3/lib/popt_common.c 			if(getenv("SMB_CONF_PATH")) {
getenv             82 source3/lib/popt_common.c 				set_dyn_CONFIGFILE(getenv("SMB_CONF_PATH"));
getenv            349 source3/lib/popt_common.c 	if ((p = getenv("PASSWD_FD")) != NULL) {
getenv            355 source3/lib/popt_common.c 	} else if ((p = getenv("PASSWD_FILE")) != NULL) {
getenv            484 source3/lib/popt_common.c 		if (getenv("LOGNAME")) {
getenv            486 source3/lib/popt_common.c 						       getenv("LOGNAME"));
getenv            489 source3/lib/popt_common.c 		if (getenv("USER")) {
getenv            490 source3/lib/popt_common.c 			char *puser = SMB_STRDUP(getenv("USER"));
getenv            501 source3/lib/popt_common.c 				memset(strchr_m(getenv("USER"),'%')+1,'X',len);
getenv            506 source3/lib/popt_common.c 		if (getenv("PASSWD")) {
getenv            508 source3/lib/popt_common.c 						       getenv("PASSWD"));
getenv            511 source3/lib/popt_common.c 		if (getenv("PASSWD_FD") || getenv("PASSWD_FILE")) {
getenv            122 source3/lib/readline.c 	interactive = isatty(x_fileno(x_stdin)) || getenv("CLI_FORCE_INTERACTIVE");
getenv            133 source3/lib/readline.c 	if (getenv("CLI_NO_READLINE"))
getenv            288 source3/lib/substitute.c 	if ((envval = getenv(envname)) == NULL) {
getenv            378 source3/lib/wbclient.c 	env_dir = getenv(WINBINDD_SOCKET_DIR_ENVVAR);
getenv            187 source3/libads/kerberos.c 			getenv("KRB5_CONFIG")));
getenv           1553 source3/libnet/libnet_join.c 	krb5_cc_env = getenv(KRB5_ENV_CCNAME);
getenv           1572 source3/libnet/libnet_join.c 	krb5_cc_env = getenv(KRB5_ENV_CCNAME);
getenv           1599 source3/libnet/libnet_join.c 	krb5_cc_env = getenv(KRB5_ENV_CCNAME);
getenv           1632 source3/libnet/libnet_join.c 	krb5_cc_env = getenv(KRB5_ENV_CCNAME);
getenv             51 source3/libnet/libnet_samsync_keytab.c 	if (getenv(KRB5_ENV_CCNAME) == NULL) {
getenv           1655 source3/libsmb/cliconnect.c 	if (getenv("CLI_FORCE_ASCII"))
getenv           1948 source3/libsmb/cliconnect.c 		if (getenv("LIBSMB_PROG")) {
getenv           1949 source3/libsmb/cliconnect.c 			cli->fd = sock_exec(getenv("LIBSMB_PROG"));
getenv            521 source3/libsmb/clientgen.c 	if (getenv("CLI_FORCE_DOSERR"))
getenv            472 source3/libsmb/libsmb_context.c                 home = getenv("HOME");
getenv            538 source3/libsmb/libsmb_context.c                 user = getenv("USER");
getenv            305 source3/rpc_client/rpc_transport_smbd.c 		smbd_cmd = getenv("SMB_PATH");
getenv            626 source3/torture/locktest.c 	if (getenv("USER")) {
getenv            627 source3/torture/locktest.c 		fstrcpy(username[0],getenv("USER"));
getenv            628 source3/torture/locktest.c 		fstrcpy(username[1],getenv("USER"));
getenv            511 source3/torture/locktest2.c 	if (getenv("USER")) {
getenv            512 source3/torture/locktest2.c 		fstrcpy(username,getenv("USER"));
getenv            491 source3/torture/masktest.c 	if (getenv("USER")) {
getenv            492 source3/torture/masktest.c 		fstrcpy(username,getenv("USER"));
getenv           6143 source3/torture/torture.c 		if(getenv("SMB_CONF_PATH")) {
getenv           6144 source3/torture/torture.c 			set_dyn_CONFIGFILE(getenv("SMB_CONF_PATH"));
getenv           6176 source3/torture/torture.c 	if (*username == 0 && getenv("LOGNAME")) {
getenv           6177 source3/torture/torture.c 	  fstrcpy(username,getenv("LOGNAME"));
getenv            745 source3/utils/net.c 	if (!c->opt_user_name && getenv("LOGNAME")) {
getenv            746 source3/utils/net.c 		c->opt_user_name = getenv("LOGNAME");
getenv            774 source3/utils/net.c 		c->opt_password = getenv("PASSWD");
getenv             64 source3/utils/smbget.c 	char *cols = getenv("COLUMNS");
getenv            594 source3/utils/smbget.c 	if (asprintf(&rcfile, "%s/.smbgetrc", getenv("HOME")) == -1) {
getenv            121 source3/web/cgi.c 		p = getenv("CONTENT_LENGTH");
getenv            130 source3/web/cgi.c 	     ((s=getenv("REQUEST_METHOD")) && 
getenv            166 source3/web/cgi.c 	if ((s=query_string) || (s=getenv("QUERY_STRING"))) {
getenv            306 source3/web/cgi.c 	const char *user = getenv("REMOTE_USER");
getenv            535 source3/web/cgi.c 	if ((lang=getenv("HTTP_ACCEPT_LANGUAGE"))) {
getenv            541 source3/web/cgi.c 	if (getenv("CONTENT_LENGTH") || getenv("REQUEST_METHOD")) {
getenv            624 source3/web/cgi.c 	return getenv("SCRIPT_NAME");
getenv            636 source3/web/cgi.c 	r = getenv("PATH_INFO");
getenv            650 source3/web/cgi.c 	return getenv("REMOTE_HOST");
getenv            662 source3/web/cgi.c 	return getenv("REMOTE_ADDR");
getenv            674 source3/web/cgi.c 	return strequal(getenv("REQUEST_METHOD"), "POST");
getenv            636 source4/auth/credentials/credentials.c 	if (getenv("LOGNAME")) {
getenv            637 source4/auth/credentials/credentials.c 		cli_credentials_set_username(cred, getenv("LOGNAME"), CRED_GUESS_ENV);
getenv            640 source4/auth/credentials/credentials.c 	if (getenv("USER")) {
getenv            641 source4/auth/credentials/credentials.c 		cli_credentials_parse_string(cred, getenv("USER"), CRED_GUESS_ENV);
getenv            642 source4/auth/credentials/credentials.c 		if ((p = strchr_m(getenv("USER"),'%'))) {
getenv            647 source4/auth/credentials/credentials.c 	if (getenv("PASSWD")) {
getenv            648 source4/auth/credentials/credentials.c 		cli_credentials_set_password(cred, getenv("PASSWD"), CRED_GUESS_ENV);
getenv            651 source4/auth/credentials/credentials.c 	if (getenv("PASSWD_FD")) {
getenv            652 source4/auth/credentials/credentials.c 		cli_credentials_parse_password_fd(cred, atoi(getenv("PASSWD_FD")), 
getenv            656 source4/auth/credentials/credentials.c 	p = getenv("PASSWD_FILE");
getenv            942 source4/client/client.c 	pager=getenv("PAGER");
getenv            475 source4/client/mount.cifs.c 		if (getenv("PASSWD")) {
getenv            478 source4/client/mount.cifs.c 				strncpy(mountpassword,getenv("PASSWD"),32);
getenv            561 source4/client/smbmount.c 	if ((p = getenv("PASSWD_FD")) != NULL) {
getenv            566 source4/client/smbmount.c 	} else if ((p = getenv("PASSWD_FILE")) != NULL) {
getenv            879 source4/client/smbmount.c 	p = getenv("CLI_FORCE_ASCII");
getenv            886 source4/client/smbmount.c 	if (getenv("USER")) {
getenv            887 source4/client/smbmount.c 		pstrcpy(username,getenv("USER"));
getenv            893 source4/client/smbmount.c 			memset(strchr_m(getenv("USER"),'%')+1,'X',strlen(password));
getenv            898 source4/client/smbmount.c 	if (getenv("PASSWD")) {
getenv            899 source4/client/smbmount.c 		pstrcpy(password, getenv("PASSWD"));
getenv            903 source4/client/smbmount.c 	if (getenv("PASSWD_FD") || getenv("PASSWD_FILE")) {
getenv            908 source4/client/smbmount.c 	if (*username == 0 && getenv("LOGNAME")) {
getenv            909 source4/client/smbmount.c 		pstrcpy(username,getenv("LOGNAME"));
getenv            431 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	host = getenv("GSSAPI_SPNEGO_NAME");
getenv            343 source4/heimdal/lib/hcrypto/rand.c 	e = getenv("RANDFILE");
getenv            345 source4/heimdal/lib/hcrypto/rand.c 	    e = getenv("HOME");
getenv            400 source4/heimdal/lib/krb5/cache.c     e = getenv("KRB5CCNAME");
getenv            451 source4/heimdal/lib/krb5/cache.c 	    e = getenv("KRB5CCNAME");
getenv            147 source4/heimdal/lib/krb5/context.c 	tmp = getenv("KRB5_KTNAME");
getenv            634 source4/heimdal/lib/krb5/context.c 	files = getenv("KRB5_CONFIG");
getenv             45 source4/heimdal/lib/krb5/get_default_principal.c     const char *user = getenv("USER");
getenv             47 source4/heimdal/lib/krb5/get_default_principal.c 	user = getenv("LOGNAME");
getenv             49 source4/heimdal/lib/krb5/get_default_principal.c 	user = getenv("USERNAME");
getenv            118 source4/heimdal/lib/krb5/v4_glue.c 	    path = getenv("KRBTKFILE");
getenv             94 source4/heimdal/lib/roken/get_window_size.c         if((s = getenv("COLUMNS")))
getenv             96 source4/heimdal/lib/roken/get_window_size.c 	if((s = getenv("LINES")))
getenv            243 source4/heimdal/lib/roken/getarg.c     if(getenv("GETARGMANDOC")){
getenv            252 source4/heimdal/lib/roken/roken_gethostby.c     char *query = getenv("QUERY_STRING");
getenv            102 source4/lib/ldb/tools/cmdline.c 	options.url = getenv("LDB_URL");
getenv            105 source4/lib/ldb/tools/cmdline.c 	options.editor = getenv("VISUAL");
getenv            107 source4/lib/ldb/tools/cmdline.c 		options.editor = getenv("EDITOR");
getenv            230 source4/lib/ldb/tools/cmdline.c 	} else if (getenv("LDB_MODULES_PATH") != NULL) {
getenv            231 source4/lib/ldb/tools/cmdline.c 		ldb_set_modules_dir(ldb, getenv("LDB_MODULES_PATH"));
getenv            302 source4/lib/ldb/tools/ldbtest.c 	specials = getenv("LDB_SPECIALS");
getenv            123 source4/lib/smbreadline/smbreadline.c 		if (getenv("CLI_NO_READLINE"))
getenv             82 source4/lib/socket/socket.c 		getenv("SOCKET_TESTNONBLOCK") != NULL) {
getenv           2432 source4/param/loadparm.c     if (getenv("SMB_CONF_PATH"))
getenv           2433 source4/param/loadparm.c         return getenv("SMB_CONF_PATH");
getenv            260 source4/param/util.c 	const char *env_moduledir = getenv("LD_SAMBA_MODULE_PATH");
getenv            518 source4/torture/locktest2.c 	if (getenv("USER")) {
getenv            519 source4/torture/locktest2.c 		username = talloc_strdup(mem_ctx, getenv("USER"));
getenv            297 source4/torture/util_smb.c 	if (getenv("CLI_FORCE_ASCII") || !transport->options.unicode) {