Home
last modified time | relevance | path

Searched +full:- +full:- +full:arg +full:- +full:file (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
14 def tm_errors_only : Option<"errors-only", "e">, Group<1>,
19 def help_hide_aliases : Option<"hide-aliases", "a">,
21 def help_hide_user : Option<"hide-user-commands", "u">,
22 Desc<"Hide user-defined commands from the list.">;
23 def help_show_hidden : Option<"show-hidden-commands", "h">,
38 def setwrite_file : Option<"file", "f">, Required, Arg<"Filename">,
40 Desc<"The file into which to write the settings.">;
42 Desc<"Append to saved settings file if it exists.">;
46 def setread_file : Option<"file", "f">, Required, Arg<"Filename">,
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def1 #include autogen-version.def
3 include = <<- _EOF_
14 flags-cant = ipv6;
16 doc = <<- _EndOfDoc_
25 flags-cant = ipv4;
27 doc = <<- _EndOfDoc_
37 flags-cant = authnoreq;
38 doc = <<- _EndOfDoc_
49 flags-cant = authreq;
50 doc = <<- _EndOfDoc_
[all …]
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.def1 /* -*- Mode: Text -*- */
5 #include autogen-version.def
8 prog-name = "sntp";
9 prog-title = "reference Simple Network Time Protocol client";
10 argument = '[ hostname-or-IP ...]';
14 long-opts;
16 config-header = "config.h";
25 flags-cant = ipv6;
27 doc = <<- _EndOfDoc_
36 flags-cant = ipv4;
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-storeutl.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-STOREUTL 1ossl"
58 .TH OPENSSL-STOREUTL 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-storeutl \- STORE command
68 [\fB\-help\fR]
69 [\fB\-out\fR \fIfile\fR]
70 [\fB\-noout\fR]
71 [\fB\-passin\fR \fIarg\fR]
72 [\fB\-text\fR \fIarg\fR]
73 [\fB\-r\fR]
[all …]
H A Dopenssl-x509.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-X509 1ossl"
58 .TH OPENSSL-X509 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-x509 \- Certificate display and signing command
68 [\fB\-help\fR]
69 [\fB\-in\fR \fIfilename\fR|\fIuri\fR]
70 [\fB\-passin\fR \fIarg\fR]
71 [\fB\-new\fR]
72 [\fB\-x509toreq\fR]
73 [\fB\-req\fR]
[all …]
H A Dopenssl-pkey.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-PKEY 1ossl"
58 .TH OPENSSL-PKEY 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-pkey \- public or private key processing command
68 [\fB\-help\fR]
69 [\fB\-engine\fR \fIid\fR]
70 [\fB\-provider\fR \fIname\fR]
71 [\fB\-provider\-path\fR \fIpath\fR]
72 [\fB\-provparam\fR \fI[name:]key=value\fR]
73 [\fB\-propquery\fR \fIpropq\fR]
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1 //===- Driver.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
39 #include "llvm/Config/llvm-config.h"
69 // TODO: -r, -dylinker, -preload... in getOutputType()
70 Arg *outputArg = args.getLastArg(OPT_bundle, OPT_dylib, OPT_execute); in getOutputType()
74 switch (outputArg->getOption().getID()) { in getOutputType()
91 return entry->second; in findLibrary()
97 return findPathCombination(name, config->librarySearchPaths, {""}); in findLibrary()
98 if (config->searchDylibsFirst) { in findLibrary()
[all …]
H A DDriverUtils.cpp1 //===- DriverUtils.cpp ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 #include "llvm/Option/Arg.h"
41 std::size(NAME##_init) - 1);
70 // Set color diagnostics according to --color-diagnostics={auto,always,never}
71 // or --no-color-diagnostics flags.
73 const Arg *arg = in handleColorDiagnostics() local
76 if (!arg) in handleColorDiagnostics()
78 if (arg->getOption().getID() == OPT_color_diagnostics) { in handleColorDiagnostics()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in4 {- join("\n", @autowarntext) -}
10 openssl-storeutl - STORE command
15 [B<-help>]
16 [B<-out> I<file>]
17 [B<-noout>]
18 [B<-passin> I<arg>]
19 [B<-text> I<arg>]
20 [B<-r>]
21 [B<-certs>]
22 [B<-keys>]
[all …]
/freebsd/usr.sbin/periodic/
H A Dperiodic.sh1 #!/bin/sh -
6 # usage: periodic { daily | weekly | monthly | security } - run standard scripts
7 # periodic /absolute/path/to/directory - run periodic scripts in dir
23 *) pipe="mail -E -s '$host ${2}${2:+ }${1##*/} run output' $output";;
28 if [ $# -lt 1 ] ; then
32 # If possible, check the global system configuration file,
34 if [ -r /etc/defaults/periodic.conf ]; then
46 # If we were called normally, then create a lock file for each argument
53 for arg; do
54 lockfile=/var/run/periodic.${arg##*/}.lock
[all …]
/freebsd/bin/pax/
H A Dftree.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 * file args supplied to pax are stored on a single linked list (of type FTREE)
54 * the expansion of each arg into the corresponding file tree (if the arg is a
56 * is modified by the -n and -u flags. The user is informed when a specific
57 * file arg does not generate any selected files. -n keeps expanding the file
58 * tree arg until one of its files is selected, then skips to the next file
59 * arg. when the user does not supply the file trees as command line args to
65 static char *farray[2]; /* array for passing each arg to fts */
66 static FTREE *fthead = NULL; /* head of linked list of file args */
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1 //===- Driver.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 // be harmful when you are doing cross-linking. Therefore, in LLD, we
23 //===----------------------------------------------------------------------===//
53 #include "llvm/Config/llvm-config.h"
88 if (config->noinhibitExec) in errorOrWarn()
130 // This driver-specific context will be freed later by unsafeLldMain(). in link()
133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
134 ctx->e.cleanupCallback = []() { in link()
[all …]
/freebsd/lib/libsys/
H A Dfcntl.233 .Nd file control
53 .Fa arg .
55 .Fa arg
58 .Bl -tag -width F_DUP2FD_CLOEXEC
62 .Bl -bullet -compact -offset 4n
65 .Fa arg .
69 New descriptor shares the same file offset if the object
70 was a file.
74 Same file status flags (i.e., both file descriptors
75 share the same file status flags).
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dmain.c2 * Copyright (c) 1997-2005 Kungliga Tekniska Högskolan
40 extern FILE *yyin;
74 { "encode-rfc1510-bit-string", 0, arg_flag, &rfc1510_bitstring },
75 { "decode-dce-ber", 0, arg_flag, &support_ber },
76 { "support-ber", 0, arg_flag, &support_ber },
77 { "preserve-binary", 0, arg_strings, &preserve },
79 { "one-code-file", 0, arg_flag, &one_code_file },
80 { "option-file", 0, arg_string, &option_file },
89 arg_printusage(args, num_args, NULL, "[asn1-file [name]]"); in usage()
99 const char *file; in main() local
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h1 //===-- Host.h --------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/Host/File.h"
18 #include "lldb/lldb-private-forward.h"
19 #include "lldb/lldb-private.h"
120 /// \b A file spec with the module that contains \a host_addr,
127 /// path to a file within a bundle to the bundle directory itself.
129 /// \param[in] file
130 /// A file spec that might point to a file in a bundle.
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1 //===- Driver.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 #include "llvm/Config/llvm-config.h"
34 #include "llvm/Option/Arg.h"
51 #include "llvm/ToolDrivers/llvm-lib/LibDriver.h"
67 // This driver-specific context will be freed later by unsafeLldMain(). in link()
70 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
71 ctx->e.logName = args::getFilenameWithoutExe(args[0]); in link()
72 ctx->e.errorLimitExceededMsg = "too many errors emitted, stopping now" in link()
[all …]
H A DDriverUtils.cpp1 //===- DriverUtils.cpp ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains utility functions for the driver. Because there
10 // are so many small functions, we created this separate file to make
13 //===----------------------------------------------------------------------===//
27 #include "llvm/Option/Arg.h"
83 void LinkerDriver::parseNumbers(StringRef arg, uint64_t *addr, uint64_t *size) { in parseNumbers() argument
84 auto [s1, s2] = arg.split(','); in parseNumbers()
93 void LinkerDriver::parseVersion(StringRef arg, uint32_t *major, in parseVersion() argument
[all …]
/freebsd/sys/tools/syscalls/scripts/
H A Dsysproto_h.lua2 --
3 -- SPDX-License-Identifier: BSD-2-Clause
4 --
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
7 --
9 -- Setup to be a module, or ran as its own script.
11 local script = not pcall(debug.getlocal, 4, 1) -- TRUE if script.
13 -- Add library root to the package path.
14 local path = arg[0]:gsub("/[^/]+.lua$", "")
[all …]
H A Dsystrace_args.lua2 --
3 -- SPDX-License-Identifier: BSD-2-Clause
4 --
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
8 --
10 -- Setup to be a module, or ran as its own script.
12 local script = not pcall(debug.getlocal, 4, 1) -- TRUE if script.
14 -- Add library root to the package path.
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Ddebugfs.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2024-2025 Intel Corporation
10 argtype *arg; \
16 struct file *file) \
20 if ((file->f_flags & O_ACCMODE) == O_RDWR) \
21 return -EOPNOTSUPP; \
25 return -ENOMEM; \
27 data->read_done = false; \
28 data->arg = inode->i_private; \
29 file->private_data = data; \
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Deapol_test.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
21 <arg>-nWS</arg>
22 <arg>-c<replaceable>config file</replaceable></arg>
23 <arg>-a<replaceable>server IP address</replaceable></arg>
24 <arg>-A<replaceable>client IP address</replaceable></arg>
25 <arg>-p<replaceable>UDP port</replaceable></arg>
26 <arg>-s<replaceable>shared secret</replaceable></arg>
27 <arg>-r<replaceable>re-authentications</replaceable></arg>
28 <arg>-t<replaceable>timeout</replaceable></arg>
29 <arg>-C<replaceable>Connect-Info</replaceable></arg>
[all …]
/freebsd/sys/tools/syscalls/
H A Dmain.lua2 --
3 -- SPDX-License-Identifier: BSD-2-Clause
4 --
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
8 --
9 -- Thanks to Kyle Evans for his makesyscall.lua in FreeBSD which served as
10 -- inspiration for this, and as a source of code at times.
11 --
[all …]
/freebsd/crypto/openssl/util/
H A Dck_errf.pl2 # Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
31 -conf FILE Use the named config file FILE instead of the default.
33 -debug Verbose output debugging on stderr.
35 -internal Generate code that is to be built as part of OpenSSL itself.
38 -strict If any error was found, fail with exit code 1, otherwise 0.
40 -help Show this help text.
42 ... Additional arguments are added to the file list to scan,
43 if '-internal' was NOT specified on the command line.
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2013-2017 Qualcomm Atheros, Inc.
9 #include "wmi-ops.h"
16 if (!ar->spectral.rfs_chan_spec_scan) in send_fft_sample()
19 length = __be16_to_cpu(fft_sample_tlv->length) + in send_fft_sample()
21 relay_write(ar->spectral.rfs_chan_spec_scan, fft_sample_tlv, length); in send_fft_sample()
33 if (dc_pos < max_index || -dc_pos >= max_index) in get_max_exp()
58 bin_len -= ar->hw_params.spectral_bin_discard; in ath10k_spectral_fix_bin_size()
80 return -EINVAL; in ath10k_spectral_process_fft()
82 reg0 = __le32_to_cpu(fftr->reg0); in ath10k_spectral_process_fft()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp1 //===-- Driver.cpp ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
67 std::size(NAME##_init) - 1);
130 SBFileSpec file(command.c_str()); in AddInitialCommand() local
131 if (file.Exists()) in AddInitialCommand()
132 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()
133 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
135 file.GetPath(final_path, sizeof(final_path)); in AddInitialCommand()
136 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand()
[all …]

12345678910>>...43