opt_newntname     656 source3/utils/net.c 		{"ntname",      'N', POPT_ARG_STRING, &c->opt_newntname},
opt_newntname      52 source3/utils/net.h 	const char *opt_newntname;
opt_newntname     626 source3/utils/net_groupmap.c 	if ((c->opt_newntname != NULL) && (strlen(c->opt_newntname) > 0)) {
opt_newntname     627 source3/utils/net_groupmap.c 		fstrcpy(map.nt_name, c->opt_newntname);