Home
last modified time | relevance | path

Searched refs:unnamed (Results 1 – 25 of 133) sorted by relevance

123456

/openbsd/src/regress/usr.bin/openssl/options/
Doptionstest.c93 char *unnamed; member
124 .unnamed = NULL,
141 .unnamed = "unnamed",
151 .unnamed = "unnamed",
177 .unnamed = "-unnamed",
236 .unnamed = "unnamed",
256 .unnamed = "unnamed",
318 char *unnamed = NULL; in do_options_test() local
324 arg = &unnamed; in do_options_test()
351 (unnamed != NULL || ot->unnamed != NULL) && in do_options_test()
[all …]
/openbsd/src/regress/sbin/pfctl/
Dpf100.in17 anchor in { # nested unnamed inlined anchor
/openbsd/src/usr.bin/openssl/
Dapps.c1969 options_parse(int argc, char **argv, const struct option *opts, char **unnamed, in options_parse() argument
1980 if (unnamed != NULL) in options_parse()
1981 *unnamed = NULL; in options_parse()
1990 if (unnamed == NULL) in options_parse()
1992 if (*unnamed != NULL) in options_parse()
1994 *unnamed = arg; in options_parse()
2004 if (unnamed != NULL && i == argc - 1) { in options_parse()
2005 if (*unnamed != NULL) in options_parse()
2007 *unnamed = argv[i]; in options_parse()
Dapps.h321 char **unnamed, int *argsused);
/openbsd/src/regress/usr.sbin/btrace/
DMakefile9 map mapclear mapempty mapsyntax mapzero map-unnamed \
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
DSubtest.t28 is($one->summary, "Nameless Subtest", "unnamed summary");
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DLLVMDistributionSupport.cmake38 # denote the default (unnamed) distribution.
72 # the default (unnamed) distribution, or if no distributions have been
242 # marker to denote the default (unnamed) distribution and fix it in the
/openbsd/src/sys/scsi/
Dscsi_base.c2834 u_int32_t unnamed; in scsi_show_flags() local
2837 for (first = 1, exhausted = 0, unnamed = 0, i = 0; i < 32; i++) { in scsi_show_flags()
2843 SET(unnamed, 1 << i); in scsi_show_flags()
2852 if (unnamed != 0) in scsi_show_flags()
2853 printf("%s0x%08x", first ? "" : ", ", unnamed); in scsi_show_flags()
/openbsd/src/gnu/gcc/gcc/
Doutput.h525 struct unnamed_section GTY ((tag ("SECTION_UNNAMED"))) unnamed;
Dvarasm.c257 sect->unnamed.common.flags = flags | SECTION_UNNAMED; in get_unnamed_section()
258 sect->unnamed.callback = callback; in get_unnamed_section()
259 sect->unnamed.data = data; in get_unnamed_section()
260 sect->unnamed.next = unnamed_sections; in get_unnamed_section()
6015 new_section->unnamed.callback (new_section->unnamed.data); in switch_to_section()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td90 // The next four constants are unnamed in the spec. These names are taken from
107 // The next four constants are unnamed in the spec. These names are taken from
/openbsd/src/usr.bin/vi/docs/tutorial/
Dvi.advanced295 five buffers available in vi. There is the "unnamed" buffer that is used by all
299 are used. However, the undo command {u} has no effect on the unnamed buffer.
310 is sometimes called the unnamed buffer.
329 happened is that {dd} put Line 15 into the unnamed buffer, and the {p} command
330 retrieved the line from the unnamed buffer.
333 without affecting the unnamed buffer). Type {P} and see that the capital {P}
339 unnamed buffer again: {ft}{dw}{ma}{fp}{P}{w}{dw}{`aP} will set things aright
343 Therefore, multiple {p} or {P} will put multiple copies of the unnamed buffer
375 specification. Therefore, instead of {dw}{P} to load the unnamed buffer with a
390 However, the unnamed buffer is lost when you change files, so to move text from
[all …]
/openbsd/src/usr.bin/indent/
DREADME54 | Somewhere along the way, several other unnamed people have had their
/openbsd/src/gnu/llvm/llvm/docs/
DCMakePrimer.rst340 list of arguments (both named and unnamed) in a list named ``ARGV``, and the
341 sublist of unnamed arguments in ``ARGN``. Below is a trivial example of
DMIRLangRef.rst346 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be
663 The unnamed global values are represented using an unsigned numeric value with
/openbsd/src/gnu/llvm/clang/docs/
DLTOVisibility.rst35 (e.g. classes declared in unnamed namespaces) also receive hidden LTO
/openbsd/src/gnu/gcc/gcc/doc/
Dobjc.texi251 @tab @samp{@{} followed by the name of the structure (or @samp{?} if the structure is unnamed), the…
253 @tab @samp{(} followed by the name of the structure (or @samp{?} if the union is unnamed), the @sam…
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dobjc.texi247 @tab @samp{@{} followed by the name of the structure (or @samp{?} if the structure is unnamed), the…
249 @tab @samp{(} followed by the name of the structure (or @samp{?} if the union is unnamed), the @sam…
Dc-tree.texi646 global namespace is unnamed. However, you should use comparison with
648 whether or not a namespace is the global one. An unnamed namespace
650 Within a single translation unit, all unnamed namespaces will have the
2239 the unnamed object represented by the compound literal; the
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc361 } // unnamed namespace
/openbsd/src/usr.bin/vi/
DFAQ34 whether the put text came from a named or unnamed buffer! Vi follows
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticGroups.td267 def ExportUnnamed : DiagGroup<"export-unnamed">;
319 DiagGroup<"c++98-compat-unnamed-type-template-args">;
759 def UnnamedTypeTemplateArgs : DiagGroup<"unnamed-type-template-args",
DDiagnosticASTKinds.td638 "unnamed template parameter|"
646 "unnamed template parameter %2|"
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlunicook.pod174 characters, or even to give unnamed private-use characters useful names.
Dperlmodstyle.pod389 ... than to have a long list of unnamed parameters like this:

123456