| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | apple,h7-display-pipe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 13 A secondary display controller used to drive the "touchbar" on 19 - enum: 20 - apple,t8112-display-pipe 21 - apple,t8103-display-pipe [all …]
|
| H A D | apple,h7-display-pipe-mipi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe-mipi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller MIPI interface 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 13 The MIPI controller part of the pre-DCP Apple display controller 16 - $ref: dsi-controller.yaml# 21 - enum: 22 - apple,t8112-display-pipe-mipi [all …]
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_filter.c | 1 /*- 30 * ex_filter -- 53 if (rp->lno == 0) in ex_filter() 54 rp->lno = 1; in ex_filter() 62 * They are the utility, the parent-writer and the parent-reader. in ex_filter() 63 * The parent-writer is the process that writes from the file to in ex_filter() 75 * input pipe. in ex_filter() 78 input[0] = input[1] = output[0] = output[1] = -1; in ex_filter() 79 if (ftype != FILTER_READ && pipe(input) < 0) { in ex_filter() 80 msgq(sp, M_SYSERR, "pipe"); in ex_filter() [all …]
|
| /freebsd/contrib/less/ |
| H A D | less.nro | 4 less \- display the contents of a file in a terminal 6 .B "less \-?" 8 .B "less \-\-help" 10 .B "less \-V" 12 .B "less \-\-version" 14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]" 16 .B " [\-b \fIspace\/\fP] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]" 18 .B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]" 20 .B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]" 22 .B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..." [all …]
|
| H A D | less.hlp | 6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. 8 h H Display this help. 10 --------------------------------------------------------------------------- 16 ESC-j * Forward one file line (or _N file lines). 17 ESC-k * Backward one file line (or _N file lines). 19 b ^B ESC-v * Backward one window (or _N lines). 22 ESC-SPACE * Forward one window, but don't stop at end-of-file. 23 ESC-b * Backward one window, but don't stop at beginning-of-file. 24 d ^D * Forward one half-window (and set half-window to _N). 25 u ^U * Backward one half-window (and set half-window to _N). [all …]
|
| H A D | NEWS | 16 * Add --cmd option (github #624). 20 * Change --incsearch so that after typing each character of the pattern, 32 * Fix bug using -g and -J (github #636). 34 * Fix bug when pasting a search pattern while --incsearch is active 47 in da2a9ecdf16beb642d0c030e35f0351c5f2e5a12 and released in less-673. 58 * Fix unexpected exit using -K if a key press is received while reading 65 * Treat -r in LESS environment variable as -R. 67 * Add ESC-j and ESC-k commands (github #560). 69 * Add --no-paste option (github #523). 71 * Add --no-edit-warn option (github #513). [all …]
|
| /freebsd/release/scripts/ |
| H A D | list-new-changesets.py | 28 # Display SVN log entries for changesets which have files which were 35 # (1) Display all new changesets in stable/10 branch: 37 # list-new-changesets.py --stop-on-copy \ 40 # (2) Display all new changesets between r254153 and r261794 in 43 # list-new-changesets.py -r254153:261794 \ 63 print("-" * 71) 71 print(msg.encode('utf-8')) 76 Take command-line arguments which would be passed to 'svn log'. 77 Prepend '-v --xml' to get verbose XML formatted output. 78 Only display entries which have Added or Deleted files. [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 15-test_gensm2.t | 2 # Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved. 14 use OpenSSL::Test qw(:DEFAULT pipe); 19 # This is an auxiliary test to 15-test_genec.t 23 plan skip_all => "This test is unsupported in a no-sm2 build" 28 # According to the example in GM/T 0015-2012, appendix D.2, 32 # shows us what 'openssl asn1parse' should display. 39 .*?\Qprim: OBJECT :id-ecPublicKey\E\R 45 '-algorithm', 'EC', 46 '-pkeyopt', 'ec_paramgen_curve:SM2', 47 '-pkeyopt', 'ec_param_enc:named_curve' ]); [all …]
|
| H A D | 80-test_ca.t | 2 # Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved. 21 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1); 23 my $cnf = srctop_file("test","ca-and-certs.cnf"); 24 my $std_openssl_cnf = srctop_file("apps", $^O eq "VMS" ? "openssl-vms.cnf" : "openssl.cnf"); 37 my $cakey = src_file("ca-key.pem"); 38 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); 40 if !ok(run(perlapp(["CA.pl","-newca", 41 "-extra-req", qq{-key "$cakey"}], stdin => undef)), 44 my $eekey = src_file("ee-key.pem"); 45 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); [all …]
|
| /freebsd/contrib/dialog/samples/ |
| H A D | dialog.py | 20 # I wrote this because I want to use my 486-33 laptop as my main 35 # (it's possible -- I've already tried :-). 37 # height and width defaults. Hmmm - should also then check for 39 # Put into a package name to make more reusable - reduce the possibility 43 # there is a bug in (at least) Linux-Mandrake 7.0 Russian Edition 44 # running on AMD K6-2 3D that causes core dump when 'dialog' 45 # is running with --gauge option; 51 # - 'gauge' widget *) 52 # - 'title' option to some widgets 53 # - 'checked' option to checklist dialog; clicking "Cancel" is now [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | prgbox.c | 4 * prgbox.c -- implements the prg box 6 * Copyright 2011-2016,2019 Thomas E. Dickey 33 * Open a pipe which ties stderr and stdout together. 41 if ((*type == 'r' || *type == 'w') && pipe(fd) == 0) { in dlg_popen() 45 case -1: /* Error. */ in dlg_popen() 66 * Bourne shell needs "-c" option to force it to use only the in dlg_popen() 72 sprintf(blob, "sh -c \"%s\"", command); in dlg_popen() 94 * Display text from a pipe in a scrolling window. 110 dlg_exiterr("pipe open failed: %s", command); in dialog_prgbox()
|
| /freebsd/share/doc/psd/04.uprog/ |
| H A D | p5 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 16 .\" must display the following acknowledgement: 57 For instance, to time-stamp the output of a program, 66 the in-memory formatting capabilities of 83 Low-Level Process Creation \(em Execl and Execv 115 but this is seldom used except as a place-holder. 201 execl("/bin/sh", "sh", "-c", commandline, NULL); 206 .UL -c 241 is non-zero; it is the process number of the child. 246 execl("/bin/sh", "sh", "-c", cmd, NULL); /* in child */ [all …]
|
| H A D | p2 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 16 .\" must display the following acknowledgement: 78 printf("%s%c", argv[i], (i<argc-1) ? ' ' : '\en'); 129 pipe mechanism: 147 .UL -1 , 177 And a pipe can be used: 225 pipe facility is used to connect the output of 234 main() /* ccstrip: strip non-graphic characters */
|
| /freebsd/usr.sbin/quot/ |
| H A D | quot.8 | 14 .\" must display the following acknowledgement: 35 .Nd display disk space occupied by each user 44 is used to gather per-user disk usage statistics from 49 .Bl -tag -width indent 53 Display three columns containing number of blocks per file, 60 For each user, display count of files and space occupied. 68 By default, all sizes are reported in 512-byte block counts. 75 in the pipe: 76 .Bd -literal -offset indent 77 .\" ncheck filesystem | sort +0n | quot -n filesystem [all …]
|
| /freebsd/usr.bin/systat/ |
| H A D | systat.1 | 33 .Nd display system statistics 36 .Op Fl Ar display 37 .Op Ar display-commands 38 .Op Ar refresh-interval 43 using the curses screen display library, 49 is the vmstat display which uses the entire screen). 73 input line is passed to a per-display command interpreter. 75 allows each display to have certain display-specific commands. 78 .Bl -tag -width "refresh_interval" 79 .It Fl Ns Ar display [all …]
|
| /freebsd/usr.bin/tail/ |
| H A D | tail.1 | 36 .Nd display the last part of a file 52 The display begins at a byte, line or 512-byte block location in the 58 .Dq Li "-c +2" 59 starts the display at the second 62 .Pq Ql - 65 .Dq Li "-n 2" 68 .Dq Li "-n 10" , 72 .Bl -tag -width indent 73 .It Fl b Ar number , Fl -blocks Ns = Ns Ar number 76 512-byte blocks. [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-diff.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 38 .Nm zfs-diff 47 Display the difference between a snapshot of a given filesystem and another 55 .Bl -tag -compact -offset Ds -width "M" 56 .It Sy - 65 .Bl -tag -width "-F" 67 Display an indication of the type of file, in a manner similar to the 71 .Bl -tag -compact -offset 2n -width "B" 81 Named pipe [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | man.1 | 6 .\" Copyright (c) 2010, 2011, 2014-2020 Ingo Schwarze <schwarze@openbsd.org> 39 .Nd display manual pages 76 .Bl -tag -width Ds 78 Display all matching manual pages. 98 to the terminal with markup but without using a pager, pipe it to 100 To remove the markup, pipe the output to 112 Display only the SYNOPSIS lines of the requested manual pages. 188 .Bl -tag -width "localXXX" -offset indent -compact 269 .Bl -tag -width MANPATHX 287 Any non-empty value of the environment variable [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/ |
| H A D | grf.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko@sntech.de> 15 - items: 16 - enum: 17 - rockchip,rk3288-sgrf 18 - rockchip,rk3528-ioc-grf 19 - rockchip,rk3528-vo-grf 20 - rockchip,rk3528-vpu-grf [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | session.c | 65 #include "openbsd-compat/sys-queue.h" 79 #include "ssh-gss.h" 83 #include "auth-options.h" 108 * without calling into the monitor. This requires either the post-auth 110 * sshd-session.c:privsep_postauth) or that PTY allocation doesn't require 118 (!strncmp(c, INTERNAL_SFTP_NAME, sizeof(INTERNAL_SFTP_NAME) - 1) && \ 119 (c[sizeof(INTERNAL_SFTP_NAME) - 1] == '\0' || \ 120 c[sizeof(INTERNAL_SFTP_NAME) - 1] == ' ' || \ 121 c[sizeof(INTERNAL_SFTP_NAME) - 1] == '\t')) 157 static int sessions_first_unused = -1; [all …]
|
| H A D | readpass.c | 64 if (pipe(p) == -1) { in ssh_askpass() 65 error_f("pipe: %s", strerror(errno)); in ssh_askpass() 69 if ((pid = fork()) == -1) { in ssh_askpass() 76 if (dup2(p[1], STDOUT_FILENO) == -1) in ssh_askpass() 87 ssize_t r = read(p[0], buf + len, sizeof(buf) - 1 - len); in ssh_askpass() 89 if (r == -1 && errno == EINTR) in ssh_askpass() 94 } while (sizeof(buf) - 1 - len > 0); in ssh_askpass() 98 while ((ret = waitpid(pid, &status, 0)) == -1) in ssh_askpass() 102 if (ret == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 0) { in ssh_askpass() 130 if (((s = getenv("DISPLAY")) != NULL && *s != '\0') || in read_passphrase() [all …]
|
| /freebsd/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 1 ----------------------------------------------------------- 5 ~. Simulate end-of-file on input 25 ~R address Set Reply-to to address 28 ~v Invoke display editor on message 32 ~| command Pipe the message through the command 34 ~_ mail-cmd Perform the command-level request 35 ~: mail-cmd Same as ~_ 36 -----------------------------------------------------------
|
| /freebsd/lib/libdpv/ |
| H A D | dpv.3 | 1 .\" Copyright (c) 2013-2018 Devin Teske 52 library can display progress with one of 61 argument properties for configuring global display features: 62 .Bd -literal -offset indent 68 int display_limit; /* Files/page. Default -1 */ 70 int pbar_size; /* Mini-progress size */ 82 const char *status_solo; /* dialog(3) solo-status format. 84 const char *status_many; /* dialog(3) many-status format. 114 .Bl -tag -width DPV_NO_OVERRUN 122 argument is not called but instead simulated-data is used to drive progress. [all …]
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | ccs_os_server.cpp | 36 #include "win-utils.h" 108 /* ------------------------------------------------------------------------ */ 174 /* ------------------------------------------------------------------------ */ 186 /* ------------------------------------------------------------------------ */ 189 * This is the one and only place where the multi-threaded Windows code 190 * calls into the single-threaded common code. 220 // Get and display the user name. in ccs_os_server_listen_loop() 223 //-- in ccs_os_server_listen_loop() 243 ccs_pipe_t pipe = NULL; in ccs_os_server_listen_loop() local 246 if (worklist_remove(&rpcmsg, &pipe, &buf, &serverStartTime)) { in ccs_os_server_listen_loop() [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_irq.c | 41 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \ 72 if (!dev->driver->bus->irq_by_busid) in drm_irq_by_busid() 73 return -EINVAL; in drm_irq_by_busid() 76 return -EINVAL; in drm_irq_by_busid() 78 return dev->driver->bus->irq_by_busid(dev, p); in drm_irq_by_busid() 86 memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], 0, in clear_vblank_timestamps() 108 mtx_lock(&dev->vblank_time_lock); in vblank_disable_and_save() 110 dev->driver->disable_vblank(dev, crtc); in vblank_disable_and_save() 111 dev->vblank_enabled[crtc] = 0; in vblank_disable_and_save() 118 * drm_update_vblank_count() which can cause off-by-one in vblank_disable_and_save() [all …]
|