| /freebsd/usr.bin/gzip/ |
| H A D | zmore | 46 pager=${PAGER-less} 48 pager=${PAGER-more} 53 gzip -cdfq 2>&1 | $pager $flags 59 gzip -cdfq "$1" 2>&1 | $pager $flags
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | pgusage.c | 78 char const * pager = (char const *)getenv(PAGER_NAME); in mk_pager_cmd() local 85 if (pager == NULL) in mk_pager_cmd() 86 pager = MORE_STR; in mk_pager_cmd() 88 bfsz = 2 * strlen(fname) + strlen(pager) + PAGE_USAGE_FMT_LEN; in mk_pager_cmd() 90 snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); in mk_pager_cmd()
|
| /freebsd/contrib/ntp/scripts/calc_tickadj/ |
| H A D | calc_tickadj-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 48 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-calc_tickadj.texi | 58 the usage text by passing it through a pager program. 72 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 50 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-ntp-wait.texi | 56 the usage text by passing it through a pager program. 71 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/ntp/scripts/ntptrace/ |
| H A D | ntptrace-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 50 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-ntptrace.texi | 57 the usage text by passing it through a pager program. 72 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/ntp/scripts/ntpsweep/ |
| H A D | ntpsweep-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 55 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-ntpsweep.texi | 40 the usage text by passing it through a pager program. 57 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | plot_summary-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 61 --more-help Pass the extended usage text through a pager
|
| H A D | summary-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 57 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-summary.texi | 37 the usage text by passing it through a pager program. 55 --more-help Pass the extended usage text through a pager
|
| H A D | invoke-plot_summary.texi | 36 the usage text by passing it through a pager program. 56 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap-opts | 20 my $pager = $ENV{PAGER} || '(less || more)'; 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 60 --more-help Pass the extended usage text through a pager
|
| /freebsd/contrib/mandoc/ |
| H A D | main.c | 1229 * then fork the pager and wait for the user to close it. in woptions() 1259 /* Once in the foreground, activate the pager. */ 1267 /* Wait for the pager to stop or exit. */ in run_pager() 1291 const char *pager; in run_pager() 1303 pager = getenv("MANPAGER"); in run_pager() 1304 if (pager == NULL || *pager == '\0') in run_pager() 1305 pager = getenv("PAGER"); in run_pager() 1306 if (pager == NULL || *pager in run_pager() 1323 const char *pager; spawn_pager() local [all...] |
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | deps | 44 pager.so pager.po $(OUTPRE)pager.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ 46 $(top_srcdir)/include/k5-thread.h copyright.h pager.c \
|
| H A D | Makefile.in | 35 request_tbl.o list_rqs.o pager.o requests.o \ 41 $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \
|
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 138 my $pager = $ENV{PAGER} || '(less || more)'; 140 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 162 --more-help Pass the extended usage information through a pager
|
| /freebsd/contrib/tnftp/src/ |
| H A D | cmds.c | 2563 char *pager, *locfile; in lpage() local 2579 pager = ftp_malloc(len); in lpage() 2580 (void)strlcpy(pager, p, len); in lpage() 2581 (void)strlcat(pager, " ", len); in lpage() 2582 (void)strlcat(pager, locfile, len); in lpage() 2583 system(pager); in lpage() 2585 (void)free(pager); in lpage() 2598 char *pager; in page() local 2610 pager = ftp_malloc(len); in page() 2611 pager[0] = '|'; in page() [all …]
|
| /freebsd/tools/boot/ |
| H A D | lua-lint.sh | 20 --globals pager --globals gfx --globals hash --std lua53
|
| /freebsd/krb5/util/ss/ |
| H A D | Makefile | 27 pager.c \
|
| /freebsd/tools/tools/git/ |
| H A D | git-arc.sh | 387 git --no-pager show --oneline --no-patch "$commit" 739 git --no-pager show --oneline --no-patch "$commit"
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.texi | 42 the usage text by passing it through a pager program. 58 -! no more-help extended usage information passed thru pager
|
| /freebsd/stand/libsa/ |
| H A D | Makefile | 17 hexdump.c nvstore.c pager.c panic.c printf.c strdup.c strerror.c \
|