Home
last modified time | relevance | path

Searched refs:printing (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-pp-maint.py21 import gdb.printing
61 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")
73 gdb.printing.FlagEnumerationPrinter("enum flag_enum"),
79 gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test)
81 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
Dlibpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py21 import gdb.printing
38 pp = gdb.printing.RegexpCollectionPrettyPrinter("my_library")
43 gdb.printing.register_pretty_printer(gdb.current_objfile(), build_pretty_printer())
Dpy-bad-printers.py23 import gdb.printing
70 pp = gdb.printing.RegexpCollectionPrettyPrinter("bad-printers")
79 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
Dpy-pp-registration.py21 import gdb.printing
61 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")
73 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-test")
Dpy-pp-cast.py26 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-cast")
28 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp)
Dpy-pp-re-notag.py31 pp = gdb.printing.RegexpCollectionPrettyPrinter("pp-notag")
37 gdb.printing.register_pretty_printer(gdb, my_pretty_printer)
Dpy-varobj.py16 import gdb.printing
38 gdb.printing.register_pretty_printer(None, str_lookup_function)
Dpy-prettyprint-stub.py36 pp = gdb.printing.RegexpCollectionPrettyPrinter("S")
38 gdb.printing.register_pretty_printer(gdb.current_objfile(), pp, True)
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dcvs_func_printf_ptr.m41 # Determine whether printf supports %p for printing pointers.
22 # Determine whether printf supports %p for printing pointers.
41 for printing pointers.])
/netbsd/src/external/bsd/tcpdump/dist/
DCHANGES10 boot file URL, and SZTP redirect options; add DUID-UUID printing
15 Frame Relay (Multilink): Fix the Timestamp Information Element printing.
16 ICMPv6: Fix printing the Home Agent Address Discovery Reply Message.
19 printing Block Ack Control frame.
20 IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid
23 IPv6: Fix printing invalid cases as invalid, not truncated; use
26 ISAKMP: Fix printing Delete payload SPI when size is zero.
37 NFS: Avoid printing non-ASCII characters.
39 OSPF: Update LS-Ack printing not to run off the end of the packet.
53 Text protocols: Fix printing truncation if it is not the case.
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DTODO13 Test printing of structures passed by value, for the 7th, 8th, and 9th
14 arguments (PR 1714). Test printing structure arguments of
58 Test printing complicated types, including functions, pointers to
62 printcmd.exp--test printing enum values. Test printing an enum
75 Test that printing const-qualified versions of various types works.
191 Test that prologue recognition, backtrace, printing locals, etc.,
/netbsd/src/share/me/
Dsummary.external7 $1\(dg M invoked before printing depth 1 section
9 $2\(dg M invoked before printing depth 2 section
11 $3\(dg M invoked before printing depth 3 section
13 $4\(dg M invoked before printing depth 4 section
15 $5\(dg M invoked before printing depth 5 section
17 $6\(dg M invoked before printing depth 6 section
/netbsd/src/usr.bin/calendar/
Dcalendar.c215 bool printing; in cal() local
221 printing = false; in cal()
227 printing = isnow(line); in cal()
228 if (printing) in cal()
/netbsd/src/usr.sbin/rpc.pcnfsd/
Dpcnfsd_print.c883 get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, c… in get_pr_status() argument
893 *printing = FALSE; in get_pr_status()
920 *printing = TRUE; in get_pr_status()
941 get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, c… in get_pr_status() argument
956 *printing = FALSE; in get_pr_status()
1013 *printing = (strstr(buff2, "enabled") != NULL); in get_pr_status()
DREADME14 This is the second cut at PCNFSD v2. All printing now uses the same
15 SVR4 based printing model: lp, lpstat, cancel. This implies SunOS 4.1
16 or later on a Sun. The printing hasn't been properly tested on SVR4,
/netbsd/src/distrib/syspkg/sets/base/base-lpr-bin/
DCOMMENT1 utilities for printing support
DDESCR1 utilities for printing support
/netbsd/src/distrib/syspkg/sets/etc/etc-lpr-etc/
DDESCR1 configuration file for printing services
DCOMMENT1 configuration file for printing services
/netbsd/src/distrib/syspkg/sets/etc/etc-lpr-rc/
DCOMMENT1 startup script for printing services
DDESCR1 startup script for printing services
/netbsd/src/distrib/syspkg/sets/man/man-lpr-man/
DDESCR1 man pages source for printing support
/netbsd/src/distrib/syspkg/sets/etc/etc-lpr-log/
DDESCR1 empty log file for printing services
DCOMMENT1 empty log file for printing services
/netbsd/src/distrib/syspkg/sets/man/man-lpr-catman/
DCOMMENT1 formatted man pages for printing support

12345678910>>...22