pdb_get_comment  4491 source3/include/proto.h const char *pdb_get_comment(const struct samu *sampass);
pdb_get_comment  2523 source3/rpc_server/srv_samr_nt.c 	r->comment.string		= talloc_strdup(mem_ctx, pdb_get_comment(pw));
pdb_get_comment  2536 source3/rpc_server/srv_samr_nt.c 	r->comment.string		= talloc_strdup(mem_ctx, pdb_get_comment(pw));
pdb_get_comment  2996 source3/rpc_server/srv_samr_nt.c 	r->comment.string		= talloc_strdup(mem_ctx, pdb_get_comment(pw));
pdb_get_comment   485 source3/rpc_server/srv_samr_util.c 		old_string = pdb_get_comment(to);