Home
last modified time | relevance | path

Searched refs:longlist (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Tools/scripts/
Dwhich.py20 longlist = ''
23 longlist = sys.argv[1]
50 if longlist:
51 sts = os.system('ls ' + longlist + ' ' + filename)
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h57 int sg_ll_format_unit(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata,
60 int sg_ll_format_unit2(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata,
64 int sg_ll_format_unit_v2(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata,
160 int sg_ll_reassign_blocks(int sg_fd, bool longlba, bool longlist,
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c897 sg_ll_format_unit(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata, in sg_ll_format_unit() argument
901 return sg_ll_format_unit_v2(sg_fd, fmtpinfo, longlist, fmtdata, cmplst, in sg_ll_format_unit()
909 sg_ll_format_unit2(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata, in sg_ll_format_unit2() argument
913 return sg_ll_format_unit_v2(sg_fd, fmtpinfo, longlist, fmtdata, cmplst, in sg_ll_format_unit2()
922 sg_ll_format_unit_v2(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata, in sg_ll_format_unit_v2() argument
936 if (longlist) in sg_ll_format_unit_v2()
994 sg_ll_reassign_blocks(int sg_fd, bool longlba, bool longlist, void * paramp, in sg_ll_reassign_blocks() argument
1006 if (longlist) in sg_ll_reassign_blocks()
/third_party/python/Doc/library/
Dpdb.rst422 .. pdbcommand:: ll | longlist
/third_party/python/Misc/
DHISTORY13137 - The pdb command "longlist" has been added. It displays the whole source code