Home
last modified time | relevance | path

Searched refs:pager (Results 1 – 25 of 53) sorted by relevance

123

/third_party/e2fsprogs/debugfs/
Dhtree.c30 static FILE *pager; variable
60 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk); in htree_dump_leaf_node()
87 fprintf(pager, "Corrupted directory block (%llu)!\n", in htree_dump_leaf_node()
119 fprintf(pager, "\n"); in htree_dump_leaf_node()
122 fprintf(pager, "%s", tmp); in htree_dump_leaf_node()
126 fprintf(pager, "\n"); in htree_dump_leaf_node()
152 fprintf(pager, "Number of entries (count): %d\n", count); in htree_dump_int_node()
153 fprintf(pager, "Number of entries (limit): %d\n", limit); in htree_dump_int_node()
163 fprintf(pager, "Checksum: 0x%08x\n", in htree_dump_int_node()
169 fprintf(pager, "Entry #%d: Hash 0x%08x%s, block %u\n", i, in htree_dump_int_node()
[all …]
Dutil.c83 const char *pager = ss_safe_getenv("DEBUGFS_PAGER"); in open_pager() local
89 if (!pager) in open_pager()
90 pager = ss_safe_getenv("PAGER"); in open_pager()
91 if (!pager) in open_pager()
92 pager = find_pager(buf); in open_pager()
93 if (!pager || in open_pager()
94 (strcmp(pager, "__none__") == 0) || in open_pager()
95 ((outfile = popen(pager, "w")) == 0)) in open_pager()
/third_party/uboot/u-boot-2020.01/tools/patman/
Dpatman122 pager = os.getenv('PAGER') variable
123 if not pager:
124 pager = 'more' variable
127 command.Run(pager, fname)
Dpatman.py122 pager = os.getenv('PAGER') variable
123 if not pager:
124 pager = 'more' variable
127 command.Run(pager, fname)
/third_party/uboot/u-boot-2020.01/tools/buildman/
Dcontrol.py129 pager = os.getenv('PAGER')
130 if not pager:
131 pager = 'more'
134 command.Run(pager, fname)
/third_party/uboot/u-boot-2020.01/tools/binman/
Dcontrol.py468 pager = os.getenv('PAGER')
469 if not pager:
470 pager = 'more'
473 command.Run(pager, fname)
/third_party/e2fsprogs/lib/ss/
DAndroid.bp20 "pager.c",
DMakefile.in51 request_tbl.o list_rqs.o pager.o requests.o \
57 $(srcdir)/list_rqs.c $(srcdir)/pager.c $(srcdir)/requests.c \
221 pager.o: $(srcdir)/pager.c $(top_builddir)/lib/config.h \
DBUILD.gn30 "pager.c",
/third_party/libphonenumber/resources/test/carrier/en/
D44.txt17 44760|British pager
/third_party/skia/third_party/externals/swiftshader/tests/
Dpresubmit.sh33 git --no-pager diff -p HEAD
/third_party/ltp/testcases/network/dhcp/
Ddhcp_lib.sh133 systemctl --no-pager -p Id show network.service | grep -q Id=wicked.service; then
/third_party/uboot/u-boot-2020.01/board/rockchip/evb_rk3229/
DREADME18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
/third_party/e2fsprogs/doc/RelNotes/
Dv1.27.txt30 The debugfs lsdel command now runs its output through a pager first.
Dv1.35.txt86 debugfs now searches for the appropriate pager to use, beginning with
87 /usr/bin/pager, and then falling back to 'more' and 'less'.
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1885 const gchar *pager; in redirect_stdout() local
1889 pager = g_getenv ("PAGER"); in redirect_stdout()
1890 if (pager == NULL) in redirect_stdout()
1891 pager = DEFAULT_PAGER; in redirect_stdout()
1893 argv = g_strsplit (pager, " ", 0); in redirect_stdout()
1903 if (pager != DEFAULT_PAGER) { in redirect_stdout()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonemetadata.pb.h1027 const ::i18n::phonenumbers::PhoneNumberDesc& pager() const;
1030 void set_allocated_pager(::i18n::phonenumbers::PhoneNumberDesc* pager);
1036 ::i18n::phonenumbers::PhoneNumberDesc* pager);
2770 inline const ::i18n::phonenumbers::PhoneNumberDesc& PhoneMetadata::pager() const { in pager() function
2775 ::i18n::phonenumbers::PhoneNumberDesc* pager) { in unsafe_arena_set_allocated_pager() argument
2779 pager_ = pager; in unsafe_arena_set_allocated_pager()
2780 if (pager) { in unsafe_arena_set_allocated_pager()
2815 inline void PhoneMetadata::set_allocated_pager(::i18n::phonenumbers::PhoneNumberDesc* pager) { in set_allocated_pager() argument
2820 if (pager) { in set_allocated_pager()
2822 ::PROTOBUF_NAMESPACE_ID::Arena::GetArena(pager); in set_allocated_pager()
[all …]
/third_party/uboot/u-boot-2020.01/board/ti/j721e/
DREADME157 …3/generic/release/bl31.bin TEE=<path to OPTEE OS dir>/out/arm-plat-k3/core/tee-pager.bin O=/tmp/a72
/third_party/python/Doc/library/
Dconstants.rst104 pager-like fashion (one screen at a time).
/third_party/python/Lib/
Dpydoc.py1550 def pager(text): function
1552 global pager
1553 pager = getpager()
1554 pager(text)
1779 pager(render_doc(thing, title, forceload))
2145 pager(doc)
/third_party/ffmpeg/doc/
Dbootstrap.min.css5pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pag…
/third_party/uboot/u-boot-2020.01/board/ti/am65x/
DREADME141 …3/generic/release/bl31.bin TEE=<path to OPTEE OS dir>/out/arm-plat-k3/core/tee-pager.bin O=/tmp/a53
/third_party/libinput/completion/zsh/
D_libinput24 seats=${(f)"$(loginctl --no-legend --no-pager list-seats 2>/dev/null)"}
/third_party/libevdev/doc/style/
Dbootstrap.css4859 .pager {
4865 .pager li {
4868 .pager li > a,
4869 .pager li > span {
4876 .pager li > a:hover,
4877 .pager li > a:focus {
4881 .pager .next > a,
4882 .pager .next > span {
4885 .pager .previous > a,
4886 .pager .previous > span {
[all …]
/third_party/libevdev/doc/html/
Dbootstrap.css4859 .pager {
4865 .pager li {
4868 .pager li > a,
4869 .pager li > span {
4876 .pager li > a:hover,
4877 .pager li > a:focus {
4881 .pager .next > a,
4882 .pager .next > span {
4885 .pager .previous > a,
4886 .pager .previous > span {
[all …]

123