_sidtostring 2646 source3/include/proto.h void dump_ntquota(SMB_NTQUOTA_STRUCT *qt, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, DOM_SID *sid, bool _numeric));
_sidtostring 2647 source3/include/proto.h void dump_ntquota_list(SMB_NTQUOTA_LIST **qtl, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, DOM_SID *sid, bool _numeric));
_sidtostring 577 source3/libsmb/cliquota.c void dump_ntquota(SMB_NTQUOTA_STRUCT *qt, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, DOM_SID *sid, bool _numeric))
_sidtostring 604 source3/libsmb/cliquota.c if (_sidtostring) {
_sidtostring 605 source3/libsmb/cliquota.c _sidtostring(username_str,&qt->sid,_numeric);
_sidtostring 630 source3/libsmb/cliquota.c void dump_ntquota_list(SMB_NTQUOTA_LIST **qtl, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, DOM_SID *sid, bool _numeric))
_sidtostring 636 source3/libsmb/cliquota.c dump_ntquota(cur->quotas,_verbose,_numeric,_sidtostring);