lgrpi1_comment     84 source3/lib/netapi/examples/localgroup/localgroup_add.c 		g1.lgrpi1_comment = comment;
lgrpi1_comment    105 source3/lib/netapi/examples/localgroup/localgroup_enum.c 						printf("#%d comment: %s\n", i, info1->lgrpi1_comment);
lgrpi1_comment     98 source3/lib/netapi/examples/localgroup/localgroup_getinfo.c 			printf("comment: %s\n", g1->lgrpi1_comment);
lgrpi1_comment    102 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 		g1.lgrpi1_comment = newcomment;
lgrpi1_comment    209 source3/lib/netapi/localgroup.c 	if (r->in.level == 1 && info1->lgrpi1_comment) {
lgrpi1_comment    213 source3/lib/netapi/localgroup.c 		init_lsa_String(&alias_info.description, info1->lgrpi1_comment);
lgrpi1_comment    391 source3/lib/netapi/localgroup.c 			g1.lgrpi1_comment	= talloc_strdup(mem_ctx, info->description.string);
lgrpi1_comment    567 source3/lib/netapi/localgroup.c 			init_lsa_String(&info->description, info1->lgrpi1_comment);
lgrpi1_comment   1149 source3/lib/netapi/netapi.h 	const char * lgrpi1_comment;
lgrpi1_comment   1163 source3/librpc/gen_ndr/libnetapi.h 	const char * lgrpi1_comment;
lgrpi1_comment   1628 source3/utils/net_rpc.c 		info1.lgrpi1_comment = c->opt_comment;