| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | Makefile.in | 119 install-sid.sh send-pr-el.in send-pr.man send-pr.texi fields.texi \ 120 states.texi s-usage.texi categ.texi send-pr.sh 122 all: send-pr install-sid send-pr.elc send-pr.1 124 send-pr: send-pr.sh Makefile 135 -e 's,xDATADIRx,$(datadir),' $(srcdir)/send-pr.sh > $@-t 145 send-pr.el: send-pr-el.in Makefile 152 $(srcdir)/send-pr-el.in \ 156 send-pr.elc: send-pr.el 157 -PWD=`pwd` eval $(EMACS) -batch -q -f batch-byte-compile send-pr.el 164 $(INSTALL_PROGRAM) send-pr $(bindir)/send-pr [all …]
|
| H A D | ChangeLog | 17 * send-pr-el.in (gnats::position-on-field): Add new arg QUIET. 27 (send-pr.elc): Use that instead of just `emacs'. 36 * send-pr-el.in (gnats::get-config): Also match `.:' for NetBSD. 49 * send-pr.sh: Be a little more elegant about how we set LOGNAME. 59 * send-pr.sh: Added missing ` (backquote) to expression used to 64 * send-pr.sh: Use REPLYTO instead of REPLY_TO. Set REPLYTO to 70 message of send-pr.elc does not exist. 74 * send-pr-el.in (gnats::get-config): Go to point-min after running 76 (send-pr::start-up): Likewise, after inserting the site template. 78 * send-pr.sh (TMPDIR): If TMPDIR ends in a slash, cut it off to [all …]
|
| H A D | INSTALL | 1 Installation procedures for `send-pr' 3 If you receive `send-pr' as part of a larger software distribution, it 5 installed. The `send-pr' directory, however, is easily installed by 22 all Builds `send-pr' and `install-sid' 26 send-pr into PREFIX/bin 28 send-pr.1 into PREFIX/man/man1 30 send-pr-el.in as PREFIX/lib/emacs/lisp/send-pr.el 32 info (optional) Builds "send-pr.info" from "send-pr.texi" 33 (send-pr.info is included with this distribution) 35 install-info Installs "send-pr.info" into PREFIX/info [all …]
|
| H A D | send-pr-el.in | 3 ;;;; EMACS interface for send-pr (by Heinz G. Seidl, hgs@cygnus.com) 28 ;;;; - The `send-pr' command and the `send-pr-mode' for sending 31 ;;;; For more information about how to send a PR see send-pr(1). 43 (provide 'send-pr) 50 ;(autoload 'send-pr-mode "send-pr" 53 ;(autoload 'send-pr "send-pr" 54 ; "Command to create and send a problem report." t) 65 (defconst send-pr::version "xVERSIONx") 75 (defvar send-pr-mode-hook text-mode-hook "Called when send-pr is invoked.") 89 ;;; gnats::get-config, which is called when send-pr.el is being [all …]
|
| H A D | MANIFEST | 1 MANIFEST for send-pr 15 send-pr-el.in elisp version of `send-pr' for Emacs 16 send-pr.man `send-pr' man file, installed as send-pr.1 17 send-pr.info `send-pr' Info file 18 send-pr.sh `send-pr' shell script - command line version 19 send-pr.texi `send-pr' Texinfo documentation 20 send-pr.input `send-pr' Texinfo documentation input file
|
| H A D | send-pr.info | 1 This is Info file send-pr.info, produced by Makeinfo-1.55 from the 2 input file ./send-pr.texi. 5 * send-pr:: Reporting problems--using send-pr 24 File: send-pr.info, Node: Top, Next: send-pr in detail, Prev: (DIR), Up: (DIR) 29 This manual documents `send-pr', version 3.2, which uses electronic 32 understand this; `send-pr' is designed to allow users who have problems 37 `send-pr' is part of a suite of programs known collectively as 45 Because `send-pr' exists as a shell (`/bin/sh') script and as an 51 `send-pr' automates the process, however, and ensures that certain 52 fields necessary for automatic processing are present. `send-pr' is [all …]
|
| H A D | send-pr.texi | 2 @setfilename send-pr.info 3 @settitle Reporting Problems Using send-pr 13 * send-pr: (send-pr). Reporting problems--using send-pr 45 @subtitle Using @code{send-pr}, version @value{VERSION} 72 @cindex foreword to @code{send-pr} 73 @cindex overview to @code{send-pr} 74 @cindex introduction to @code{send-pr} 76 This manual documents @code{send-pr}, 82 support organizations understand this; @code{send-pr} is designed to 88 @code{send-pr} is part of a suite of programs known collectively as [all …]
|
| H A D | s-usage.texi | 1 @c This is the usage section for send-pr. It is called as 3 @c chapter (Invoking send-pr) by send-pr.texi, and also as 9 You can invoke @code{send-pr} from a shell prompt or from within 10 @sc{gnu} Emacs using @w{@samp{M-x send-pr}}. 13 * using send-pr:: Creating new Problem Reports 14 * send-pr in Emacs:: Using send-pr from within Emacs 15 * send-pr from the shell:: Invoking send-pr from the shell 19 @node using send-pr 23 Invoking @code{send-pr} presents a PR @dfn{template} with a number of 43 @code{send-pr} creates a standard mail header. @code{send-pr} completes [all …]
|
| H A D | README | 1 send-pr - sends bug reports to a central support site 3 `send-pr' uses electronic mail to submit support questions and 5 software organizations understand this `send-pr' is designed to allow 10 `send-pr' is part of a suite of programs known collectively as GNATS, 19 sites by setting up aliases for each of them; `send-pr' error-checks 23 `send-pr' invokes an editor on a problem report template (after trying 25 the editor, `send-pr' sends the completed form to the support site. 31 See the Texinfo file `send-pr.texi' or the Info file `send-pr.info' 37 See `send-pr.texi', `send-pr.info', or the file INSTALL for the 38 installation procedure for `send-pr'.
|
| /netbsd-src/external/gpl2/send-pr/bin/ |
| H A D | Makefile | 9 srcdir= ${.CURDIR}/../dist/send-pr 52 MAN= send-pr.1 54 CLEANFILES= send-pr send-pr.1 send-pr.el install-sid 56 realall: send-pr send-pr.1 send-pr.el install-sid 58 send-pr: send-pr.sh Makefile 70 -e 's,xDATADIRx,$(datadir),' $(srcdir)/send-pr.sh > $@-t 81 send-pr.el: send-pr-el.in Makefile 89 $(srcdir)/send-pr-el.in \ 93 send-pr.1: send-pr.man Makefile 96 -e 's,xVERSIONx,$(VERSION),g' $(srcdir)/send-pr.man > $@-t [all …]
|
| /netbsd-src/sys/dev/dec/ |
| H A D | lk201_ws.c | 42 #define send(lks, c) ((*((lks)->attmt.sendchar))((lks)->attmt.cookie, c)) macro 59 send(lks, LK_LED_ENABLE); in lk201_init() 60 send(lks, LK_LED_ALL); in lk201_init() 67 send(lks, LK_CMD_MODE(LK_UPDOWN, i)); in lk201_init() 69 send(lks, LK_CL_ENABLE); in lk201_init() 70 send(lks, LK_PARAM_VOLUME(3)); in lk201_init() 77 send(lks, LK_KBD_ENABLE); in lk201_init() 79 send(lks, LK_LED_DISABLE); in lk201_init() 80 send(lks, LK_LED_ALL); in lk201_init() 103 send(lks, LK_ENABLE_401); in lk201_init() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| H A D | test5 | 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send' 25 send 28 send 31 send 34 send 37 send 40 send 43 send 48 send [all …]
|
| H A D | test2 | 17 ; Separate update requests for distinct TLDs with blank lines or 'send' 18 ; End the file with a blank line or 'send' 54 send 56 send 70 send 72 send 77 send
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | attr_scan_plain.ref | 1 ./attr_print_plain: send attr protocol = test 2 ./attr_print_plain: send attr number = 4711 3 ./attr_print_plain: send attr long_number = 1234 4 ./attr_print_plain: send attr string = whoopee 5 ./attr_print_plain: send attr data = [data 7 bytes] 6 ./attr_print_plain: send attr name bar-name value bar-value 7 ./attr_print_plain: send attr name foo-name value foo-value 8 ./attr_print_plain: send attr long_number = 4321 9 ./attr_print_plain: send attr protocol = test 10 ./attr_print_plain: send attr number = 4711 [all …]
|
| H A D | attr_scan0.ref | 1 ./attr_print0: send attr protocol = test 2 ./attr_print0: send attr number = 4711 3 ./attr_print0: send attr long_number = 1234 4 ./attr_print0: send attr string = whoopee 5 ./attr_print0: send attr data = [data 7 bytes] 6 ./attr_print0: send attr name bar-name value bar-value 7 ./attr_print0: send attr name foo-name value foo-value 8 ./attr_print0: send attr long_number = 4321 9 ./attr_print0: send attr protocol = test 10 ./attr_print0: send attr number = 4711 [all …]
|
| H A D | attr_scan64.ref | 1 ./attr_print64: send attr protocol = test 2 ./attr_print64: send attr number = 4711 3 ./attr_print64: send attr long_number = 1234 4 ./attr_print64: send attr string = whoopee 5 ./attr_print64: send attr data = [data 7 bytes] 6 ./attr_print64: send attr name bar-name value bar-value 7 ./attr_print64: send attr name foo-name value foo-value 8 ./attr_print64: send attr long_number = 4321 9 ./attr_print64: send attr protocol = test 10 ./attr_print64: send attr number = 4711 [all …]
|
| H A D | attr_scan.ref | 1 ./attr_print: send attr number = 4711 2 ./attr_print: send attr string = whoopee 3 ./attr_print: send attr name foo-name value foo-value 4 ./attr_print: send attr name bar-name value bar-value 5 ./attr_print: send attr number = 4711 6 ./attr_print: send attr string = whoopee
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | crash.d | 65 proc:::signal-send 102 proc:::signal-send 112 proc:::signal-send 122 proc:::signal-send /self->crash && self->ptr != 0/ 128 proc:::signal-send /self->crash && self->ptr != 0/ 134 proc:::signal-send /self->crash && self->ptr != 0/ 140 proc:::signal-send /self->crash && self->ptr != 0/ 146 proc:::signal-send /self->crash && self->ptr != 0/ 152 proc:::signal-send /self->crash && self->ptr != 0/ 162 proc:::signal-send
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Proc/ |
| H A D | crash.d | 65 proc:::signal-send 102 proc:::signal-send 112 proc:::signal-send 122 proc:::signal-send /self->crash && self->ptr != 0/ 128 proc:::signal-send /self->crash && self->ptr != 0/ 134 proc:::signal-send /self->crash && self->ptr != 0/ 140 proc:::signal-send /self->crash && self->ptr != 0/ 146 proc:::signal-send /self->crash && self->ptr != 0/ 152 proc:::signal-send /self->crash && self->ptr != 0/ 162 proc:::signal-send
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cc | 242 void send(Event *ev); 351 void ScopedThread::Impl::send(Event *e) { in send() function in ScopedThread::Impl 381 impl_->send(&event); in ~ScopedThread() 400 impl_->send(&event); in Access() 409 impl_->send(&event); in VptrUpdate() 414 impl_->send(&event); in Call() 419 impl_->send(&event); in Return() 424 impl_->send(&event); in Create() 429 impl_->send(&event); in Destroy() 434 impl_->send(&event); in Lock() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | marshall.cc | 39 if (!conn->send ('i')) in marshall_intlike() 41 return conn->send (&val, sizeof (val)); in marshall_intlike() 55 if (!conn->send ('s')) in marshall() 59 if (!conn->send (&len, sizeof (len))) in marshall() 65 return conn->send (str, len); in marshall() 104 if (!conn->send (id)) in marshall_array_start() 108 if (!conn->send (&r, sizeof (r))) in marshall_array_start() 118 return conn->send (elements, n_bytes); in marshall_array_elmts()
|
| H A D | rpc.hh | 261 if (!conn->send ('Q')) in call() 283 if (!conn->send ('R')) in callback() 292 if (!conn->send ('Q')) in call() 319 if (!conn->send ('R')) in callback() 328 if (!conn->send ('Q')) in call() 361 if (!conn->send ('R')) in callback() 371 if (!conn->send ('Q')) in call() 409 if (!conn->send ('R')) in callback() 419 if (!conn->send ('Q')) in call() 462 if (!conn->send ('R')) in callback() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | marshall.cc | 40 if (!conn->send ('i')) in marshall_intlike() 42 return conn->send (&val, sizeof (val)); in marshall_intlike() 56 if (!conn->send ('s')) in marshall() 60 if (!conn->send (&len, sizeof (len))) in marshall() 66 return conn->send (str, len); in marshall() 105 if (!conn->send (id)) in marshall_array_start() 109 if (!conn->send (&r, sizeof (r))) in marshall_array_start() 119 return conn->send (elements, n_bytes); in marshall_array_elmts()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | throughput | 4 send = time to send 100 msgs into postfix 10 send rest total 20 send rest total
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| H A D | amdgpu_dcn20_stream_encoder.c | 59 uint32_t cont, send, line; in enc2_update_hdmi_info_packet() local 71 send = 1; in enc2_update_hdmi_info_packet() 76 send = 0; in enc2_update_hdmi_info_packet() 87 HDMI_GENERIC0_SEND, send); in enc2_update_hdmi_info_packet() 94 HDMI_GENERIC1_SEND, send); in enc2_update_hdmi_info_packet() 101 HDMI_GENERIC2_SEND, send); in enc2_update_hdmi_info_packet() 108 HDMI_GENERIC3_SEND, send); in enc2_update_hdmi_info_packet() 115 HDMI_GENERIC4_SEND, send); in enc2_update_hdmi_info_packet() 122 HDMI_GENERIC5_SEND, send); in enc2_update_hdmi_info_packet() 129 HDMI_GENERIC6_SEND, send); in enc2_update_hdmi_info_packet() [all …]
|