Home
last modified time | relevance | path

Searched +full:- +full:- +full:quiet (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/freebsd/usr.sbin/pw/
H A Dpw_group.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 if (fd == -1) in grp_set_passwd()
59 if (fd == '-') { in grp_set_passwd()
60 grp->gr_passwd = "*"; /* No access */ in grp_set_passwd()
65 if (tcgetattr(fd, &t) == -1) in grp_set_passwd()
74 grp->gr_nam in grp_set_passwd()
101 pw_groupnext(struct userconf * cnf,bool quiet) pw_groupnext() argument
265 bool quiet = false; pw_group_next() local
293 bool all, force, quiet, pretty; pw_group_show() local
366 bool quiet = false; pw_group_del() local
498 bool quiet, precrypted, dryrun, pretty, nis; pw_group_add() local
586 bool quiet, pretty, dryrun, nis, precrypted; pw_group_mod() local
[all...]
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs1 # ZFS boot stub for initramfs-tools.
8 # $quiet, $root, $rpool, $bootfs come from the cmdline:
12 . /etc/zfs/zfs-functions
18 # https://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html
20 if command -v panic > /dev/null 2>&1; then
31 if command -v run_scripts > /dev/null 2>&1
33 if [ -f "/scripts/local-top" ] || [ -d "/scripts/local-top" ]
35 [ "$quiet" != "y" ] && \
36 zfs_log_begin_msg "Running /scripts/local-top"
37 run_scripts /scripts/local-top
[all …]
/freebsd/sbin/kldload/
H A Dkldload.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
49 path_check(const char *kldname, int quiet) in path_check() argument
74 if (sysctl(mib, miblen, NULL, &pathlen, NULL, 0) == -1) in path_check()
75 err(1, "getting path: sysctl(%s) - size only", PATHCTL); in path_check()
80 if (sysctl(mib, miblen, path, &pathlen, NULL, 0) == -1) in path_check()
86 if (kldpath[strlen(kldpath) - 1] != '/') { in path_check()
91 if (stat(kldpath, &sb) == -1) in path_check()
97 if (!quiet) in path_check()
108 if (!quiet) in path_check()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp1 //===- PrintPasses.cpp ---------
[all...]
/freebsd/usr.sbin/fdread/
H A Dfdread.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
47 static int quiet, recover; variable
59 "usage: fdread [-qr] [-d device] [-f fillbyte]\n" in usage()
60 " fdread [-d device] -I numids [-t trackno]"); in usage()
75 while ((c = getopt(argc, argv, "d:f:I:o:qrt:")) != -1) in main()
85 "Bad argument %s to -f option; must be numeric\n", in main()
100 "Bad argument %s to -I option; must be numeric\n", in main()
112 quiet++; in main()
123 "Bad argument %s to -t option; must be numeric\n", in main()
[all …]
H A Dfdread.148 size is performed, and floppy-specific error recovery of otherwise
71 .Bl -tag -width indent
73 Turn on quiet mode.
79 In quiet mode, none of these messages
90 .Bl -bullet
95 .Bf -emphasis
106 Unless operating in quiet mode, the action taken and the location of
155 .Bl -tag -width /dev/fd0
166 if any error occurred during processing (even in quiet mode).
168 Unless running in quiet mode, upon encountering an error, the status
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dynopt.d29 #pragma D option quiet
34 tick-100ms
39 tick-100ms
42 setopt("quiet", "no");
43 setopt("quiet");
44 setopt("quiet");
45 setopt("quiet", "yes");
50 tick-100ms
57 tick-100ms
/freebsd/contrib/ntp/util/
H A Dtickadj.c2 * tickadj - read, and possibly modify, the kernel `tick' and
40 int quiet = 0;
47 if (argc==2 && argv[1][0] != '-') { /* old Linux format, for compatability */
71 quiet = 1;
88 "Usage: %s [tick_value]\n-or- %s [ -q ] [ -t tick ] [ -a tickadj ]\n",
99 else if (!quiet)
116 exit(-1); in main()
127 exit(-1); in main()
203 /* vxWorks needs mode flag -casey*/
225 int quiet = 0; variable
[all …]
/freebsd/sys/contrib/device-tree/
H A DMakefile6 DTC_FLAGS += -Wno-unit_address_vs_reg \
7 -Wno-unit_address_format \
8 -Wno-avoid_unnecessary_addr_size \
9 -Wno-alias_paths \
10 -Wno-graph_child_address \
11 -Wno-simple_bus_reg \
12 -Wno-unique_unit_address \
13 -Wno-pci_device_reg
17 DTC_FLAGS += -Wnode_name_chars_strict \
18 -Wproperty_name_chars_strict
[all …]
/freebsd/usr.sbin/fdformat/
H A Dfdformat.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 1992-1994,2001 by Joerg Wunsch, Dresden
86 int fdopts = -1, ofdopts, rv = 0; in verify_track()
101 rv = -1; in verify_track()
105 rv = -1; in verify_track()
106 if (fdopts != -1) in verify_track()
115 "usage: fdformat [-F fill] [-f fmt] [-s fmtstr] [-nqvy] device"); in usage()
123 reply[sizeof(reply) - 1] = 0; in yes()
126 if (!fgets (reply, sizeof(reply) - 1, stdin)) in yes()
[all …]
/freebsd/sbin/md5/
H A Dmd5.112 .Nd calculate a message-digest fingerprint (checksum) for a file
22 .Op Fl -binary
23 .Op Fl -check
24 .Op Fl -help
25 .Op Fl -ignore-missing
26 .Op Fl -quiet
27 .Op Fl -status
28 .Op Fl -strict
29 .Op Fl -tag
30 .Op Fl -text
[all …]
/freebsd/usr.sbin/fwget/
H A Dfwget.sh3 #-
4 # SPDX-License-Identifier: BSD-2-Clause
41 -n -- Do not install packages, only print the results
42 -q -- Quiet mode. If used with -n only prints a package a line
43 -v -- More verbose
50 if [ "${QUIET}" != "y" ]; then
81 QUIET=n
90 QUIET=y
100 shift $(($OPTIND - 1))
104 if [ -z "${subsystems}" ]; then
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_quiet_shutdown.pod6 SSL_get_quiet_shutdown - manipulate shutdown behaviour
20 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be
24 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>.
26 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be
32 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>.
43 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
69 Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_quiet_shutdown.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_QUIET_SHUTDOWN 3ossl 2025-09-30 3.5.4 OpenSSL
65 SSL_get_quiet_shutdown \- manipulate shutdown behaviour
79 \&\fBSSL_CTX_set_quiet_shutdown()\fR sets the "quiet shutdown" flag for \fBctx\fR to be
83 \&\fBSSL_CTX_get_quiet_shutdown()\fR returns the "quiet shutdown" setting of \fBctx\fR.
85 \&\fBSSL_set_quiet_shutdown()\fR sets the "quiet shutdown" flag for \fBssl\fR to be
91 \&\fBSSL_get_quiet_shutdown()\fR returns the "quiet shutdown" setting of \fBssl\fR.
101 When setting the "quiet shutdown" flag to 1, \fBSSL_shutdown\fR\|(3)
124 Copyright 2001\-2023 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/crypto/openssh/
H A Dsshtty.c57 leave_raw_mode(int quiet) in leave_raw_mode() argument
61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
62 if (!quiet) in leave_raw_mode()
69 enter_raw_mode(int quiet) in enter_raw_mode() argument
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
74 if (!quiet) in enter_raw_mode()
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { in enter_raw_mode()
92 if (!quiet) in enter_raw_mode()
/freebsd/usr.sbin/pnfsdsfile/
H A Dpnfsdsfile.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 { "quiet", no_argument, NULL, 'q' },
73 int ch, dosetxattr, i, mirrorcnt, mirrorit, quiet, zerods, zerofh; in main() local
80 quiet = 0; in main()
86 -1) { in main()
92 errx(1, "-c, -m, -r, -s and -z are mutually " in main()
97 errx(1, "Bad -c argument %s", hostn); in main()
109 errx(1, "-c, -m, -r, -s and -z are mutually " in main()
113 errx(1, "-m %d out of range", mirrorit); in main()
[all …]
/freebsd/tools/tools/netrate/http/
H A Dhttp.c1 /*-
2 * Copyright (c) 2005-2006 Robert N. M. Watson
52 * Simple, multi-threaded HTTP benchmark. Fetches a single URL using the
60 #define QUIET 1 macro
83 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */
89 http_fetch(struct sockaddr_in *sin, char *path, int quiet) in http_fetch() argument
98 if (!quiet) in http_fetch()
100 return (-1); in http_fetch()
103 /* XXX: Mark non-blocking. */ in http_fetch()
106 if (!quiet) in http_fetch()
[all …]
/freebsd/lib/msun/man/
H A Dnan.332 .Nd quiet \*(Nas
46 macro expands to a quiet \*(Na (Not A Number).
52 functions generate a quiet \*(Na value without raising an invalid exception.
56 of a non-negative integer (e.g., "0x1234".)
59 machine-specific information about why a particular \*(Na was generated.
69 then the particular encoding of the quiet \*(Na that is returned
72 Calling these functions with a non-empty string isn't portable.
97 .St -isoC-99 .
/freebsd/sbin/kldstat/
H A Dkldstat.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
104 fprintf(stderr, "usage: %1$s [-dhqv] [-i id] [-n filename]\n" in usage()
105 " %1$s [-dq] [-m modname]\n", getprogname()); in usage()
116 int quiet = 0; in main() local
122 while ((c = getopt(argc, argv, "dhi:m:n:qv")) != -1) { in main()
142 quiet = 1; in main()
151 argc -= optind; in main()
159 if (!quiet) in main()
162 } else if (quiet) in main()
[all …]
/freebsd/tools/regression/fsx/
H A Dfsx.c2 * Copyright (c) 1998-2001 Apple Computer, Inc. All rights reserved.
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
27 * Rewrite and enhancements 1998-2001 Conrad Minshall -- conrad@mac.com
31 * Small changes to work under Linux -- davej@suse.de
35 * Checks for mmap last-page zero fill.
37 * Updated license to APSL 2.0, 2004/7/27 - Jordan Hubbard
108 long simulatedopcount = 0; /* -b flag */
109 int closeprob = 0; /* -c flag */
110 int invlprob = 0; /* -i flag */
111 int debug = 0; /* -d flag */
[all …]
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_double.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 #include "softfloat-for-gcc.h"
79 int quiet = 0; in AEABI_FUNC2() local
87 quiet = 1; in AEABI_FUNC2()
96 quiet = 1; in AEABI_FUNC2()
99 return (quiet); in AEABI_FUNC2()
H A Daeabi_float.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 #include "softfloat-for-gcc.h"
79 int quiet = 0; in AEABI_FUNC2() local
87 quiet = 1; in AEABI_FUNC2()
96 quiet = 1; in AEABI_FUNC2()
99 return (quiet); in AEABI_FUNC2()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclonefile.c2 * SPDX-License-Identifier: MIT
143 " clonefile -c <src> <dst>\n" in usage()
145 " clonefile -r <src> <dst> <soff> <doff> <len>\n" in usage()
147 " clonefile -f <src> <dst> [<soff> <doff> <len | \"all\">]\n" in usage()
149 " clonefile -d <src> <dst> <soff> <doff> <len>\n"); in usage()
158 int quiet = 0; variable
166 while ((c = getopt(argc, argv, "crfdq")) != -1) { in main()
181 quiet = 1; in main()
190 if ((argc-optind) != 2) in main()
195 if ((argc-optind) != 5) in main()
[all …]
/freebsd/usr.sbin/service/
H A Dservice.sh3 # SPDX-License-Identifier: BSD-2-Clause
35 echo "${0##*/} [-j <jail name or id>] -e"
36 echo "${0##*/} [-j <jail name or id>] [-q] -R"
37 echo "${0##*/} [-j <jail name or id>] [-v] -l"
38 echo "${0##*/} [-j <jail name or id>] [-v] -r"
39 echo "${0##*/} [-j <jail name or id>] [-dqv] [-E var=value] <rc.d script> start|stop|etc."
40 echo "${0##*/} -h"
42 echo "-d Enable debugging of rc.d scripts"
43 echo "-j Perform actions within the named jail"
44 echo "-E n=val Set variable n to val before executing the rc.d script"
[all …]
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh31 # Test problems with "umount -f and fsx. Results in a "KDB: enter: watchdog timeout"
36 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
41 mycc -o /tmp/fsx -O2 /tmp/fsx.c || exit 1
42 rm -f /tmp/fsx.c
48 mdconfig -l | grep md$mdstart > /dev/null && mdconfig -d -u $mdstart
50 mdconfig -a -t vnode -f $D -u $mdstart
55 /tmp/fsx -S $i -q $mntpoint/xxx$i > /dev/null &
58 umount -f $mntpoint &
61 pgrep -q fsx || break
63 if pgrep -q fsx; then
[all …]

12345678910>>...41