tar_type           35 source3/client/client.c extern char tar_type;
tar_type         4973 source3/client/client.c 	if (!tar_type && !query_host && !service && !message) {
tar_type         4985 source3/client/client.c 	if (tar_type) {
tar_type           99 source3/client/clitar.c char tar_type='\0';
tar_type         1490 source3/client/clitar.c 	switch(tar_type) {
tar_type         1758 source3/client/clitar.c 	tar_type='\0';
tar_type         1765 source3/client/clitar.c 				tar_type='c';
tar_type         1768 source3/client/clitar.c 				if (tar_type=='c') {
tar_type         1772 source3/client/clitar.c 				tar_type='x';
tar_type         1837 source3/client/clitar.c 				if (tar_type == 'c') {
tar_type         1851 source3/client/clitar.c 	if (!tar_type) {
tar_type         1916 source3/client/clitar.c 		tarhandle=(tar_type=='c');
tar_type         1933 source3/client/clitar.c 		if (tar_type=='c' && dry_run) {
tar_type         1935 source3/client/clitar.c 		} else if ((tar_type=='x' && (tarhandle = sys_open(argv[Optind], O_RDONLY, 0)) == -1)
tar_type         1936 source3/client/clitar.c 					|| (tar_type=='c' && (tarhandle=sys_creat(argv[Optind], 0644)) < 0)) {