temp_val          198 source3/client/mount.cifs.c 	char * temp_val;
temp_val          225 source3/client/mount.cifs.c 			temp_val = strchr(line_buf + i,'=');
temp_val          226 source3/client/mount.cifs.c 			if(temp_val) {
temp_val          228 source3/client/mount.cifs.c 				temp_val++;
temp_val          230 source3/client/mount.cifs.c 					if ((temp_val[length] == '\n')
temp_val          231 source3/client/mount.cifs.c 					    || (temp_val[length] == '\0')) {
temp_val          232 source3/client/mount.cifs.c 						temp_val[length] = '\0';
temp_val          245 source3/client/mount.cifs.c 					strlcpy(user_name,temp_val, length+1);
temp_val          249 source3/client/mount.cifs.c 			temp_val = strchr(line_buf+i,'=');
temp_val          250 source3/client/mount.cifs.c 			if(temp_val) {
temp_val          252 source3/client/mount.cifs.c 				temp_val++;
temp_val          254 source3/client/mount.cifs.c 					if ((temp_val[length] == '\n')
temp_val          255 source3/client/mount.cifs.c 					    || (temp_val[length] == '\0')) {
temp_val          256 source3/client/mount.cifs.c 						temp_val[length] = '\0';
temp_val          270 source3/client/mount.cifs.c 						strlcpy(mountpassword,temp_val,MOUNT_PASSWD_SIZE+1);
temp_val          276 source3/client/mount.cifs.c                         temp_val = strchr(line_buf+i,'=');
temp_val          277 source3/client/mount.cifs.c                         if(temp_val) {
temp_val          279 source3/client/mount.cifs.c                                 temp_val++;
temp_val          281 source3/client/mount.cifs.c 					printf("\nDomain %s\n",temp_val);
temp_val          283 source3/client/mount.cifs.c 					if ((temp_val[length] == '\n')
temp_val          284 source3/client/mount.cifs.c 					    || (temp_val[length] == '\0')) {
temp_val          285 source3/client/mount.cifs.c 						temp_val[length] = '\0';
temp_val          298 source3/client/mount.cifs.c                                                 strlcpy(domain_name,temp_val,DOMAIN_SIZE+1);