Home
last modified time | relevance | path

Searched +full:de +full:- +full:be (Results 1 – 25 of 1464) sorted by relevance

12345678910>>...59

/freebsd/share/vt/keymaps/
H A DINDEX.keymaps6 # lang: ar bg cs da de el en es fi fr he hr hu hy is it ja kk ko nl no pl
10 # If lang empty use 'en' (us-english) as default.
13 # german.iso.kbd:de:deutsch
24 MENU:de:Wählen Sie Ihre Tastaturbelegung
25 MENU:fr:Choisissez la disposition de votre clavier
29 MENU:es:Seleccione la disposición de su teclado
37 # The font definition for "en" is the fall-back font for
41 FONT:en:vgarom-8x16.hex
46 am.kbd:de:Armenische phonetische Tastenbelegung
51 be.kbd:en:Belgian
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs_rule.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
36 * A note on locking: Only foreign entry points (non-static functions)
40 * A note on namespace: devfs_rules_* are the non-static functions for
47 * ruleset; it cannot be deleted or changed in any way. This may be
48 * assumed inside the code; e.g., a ruleset of 0 may be interpreted to
50 * command-dependent, but in no case is there a real rule with number
55 * appropriate for the error but that would be less ambiguous than the
59 * list", and the userland expects ENOENT to be this indicator); this
[all …]
H A Ddevfs_devs.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Poul-Henning Kamp. All rights reserved.
13 * may be used to endorse or promote products derived from this software
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
89 if (req->newptr == NULL) in sysctl_devname()
93 if (req->newlen == sizeof(ud_compat)) { in sysctl_devname()
107 if (cdp->cdp_inode == ud) { in sysctl_devname()
108 dev = &cdp->cdp_c; in sysctl_devname()
115 error = SYSCTL_OUT(req, dev->si_name, strlen(dev->si_name) + 1); in sysctl_devname()
[all …]
H A Ddevfs_vnops.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2000-2004
5 * Poul-Henning Kamp. All rights reserved.
6 * Copyright (c) 1989, 1992-1993, 1995
10 * Jan-Simon Pendry.
18 * may be used to endorse or promote products derived from this software
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
80 static MALLOC_DEFINE(M_CDEVPDATA, "DEVFSP", "Metainfo for cdev-fp data");
106 if (tsp->tv_sec != ts) { in devfs_timestamp()
[all …]
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
26 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
85 int tmpfs_pager_type = -1;
105 * Make sure tmpfs vnodes with writable mappings can be found on the lazy list.
123 if (vp == NULL || vp->v_object == NULL) { in tmpfs_pager_writecount_recalc()
124 KASSERT((object->flags & OBJ_TMPFS_VREF) == 0, in tmpfs_pager_writecount_recalc()
132 VNASSERT((object->flags & OBJ_TMPFS_VREF) == 0, vp, in tmpfs_pager_writecount_recalc()
134 VNPASS(vp->v_usecount > 0, vp); in tmpfs_pager_writecount_recalc()
136 VNASSERT((object->flags & OBJ_TMPFS_VREF) != 0, vp, in tmpfs_pager_writecount_recalc()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_finish.315 .\" are disclaimed. in no event shall Joseph Koshy be liable
24 .\" $Id: dwarf_finish.3 3644 2018-10-15 19:55:01Z jkoshy $
60 will be used to record error information in case of an error.
68 will be invalid and should not be used further.
95 .Bd -literal -offset indent
97 Dwarf_Error de;
99 if (dwarf_finish(dbg, &de) != DW_DLV_OK)
100 errx(EXIT_FAILURE, "dwarf_finish: %s", dwarf_errmsg(de));
108 .Bd -literal -offset indent
110 Dwarf_Error de;
[all …]
H A Ddwarf_get_fde_list.316 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_get_fde_list.3 3644 2018-10-15 19:55:01Z jkoshy $
85 should point to a location that will be set to a pointer to an array
92 should point to a location that will be set to the number of
98 should point to a location that will be set to a pointer to an array
105 should point to a location that will be set to the number of
111 is not NULL, it will be used to store error information in case of an
123 function to indicate that these memory areas may be freed.
139 .Bd -literal -offset indent
148 Dwarf_Error de;
[all …]
H A Ddwarf_srclines.315 .\" are disclaimed. in no event shall Joseph Koshy be liable
24 .\" $Id: dwarf_srclines.3 3644 2018-10-15 19:55:01Z jkoshy $
68 is not NULL, it will be used to store error information in case of an
73 descriptors may be passed to the other line number functions in the
85 to indicate that the memory may be freed.
101 .Bd -literal -offset indent
104 Dwarf_Error de;
113 if (dwarf_srclines(die, &lines, &nlines, &de) != DW_DLV_OK)
114 errx(EXIT_FAILURE, "dwarf_srclines: %s", dwarf_errmsg(de));
118 if (dwarf_linesrc(lines[n], &filename, &de))
[all …]
H A Ddwarf_child.316 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_child.3 3644 2018-10-15 19:55:01Z jkoshy $
106 current compilation unit will be returned.
109 may be used together to traverse the tree of debugging information
120 is non-zero, the function behaves identically to function
126 should be associated with a debugging information entry in the
138 current type unit will be returned.
166 is non-zero, the function will retrieve the debugging information
191 .Bl -tag -width ".Bq Er DW_DLV_NO_ENTRY"
196 Additional information about the error encountered will be recorded in
[all …]
H A Ddwarf_get_ranges.316 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_get_ranges.3 3644 2018-10-15 19:55:01Z jkoshy $
32 .Nd retrieve non-contiguous address ranges
59 retrieves information about the non-contiguous address ranges associated
92 should point to a location that will be set to a pointer to an array
99 should point to a location that will be set to the number of entries
103 is not NULL, it will be set to the number of bytes occupied by the
110 is not NULL, it will be used to store error information in case
117 .Bl -tag -width ".Va dwr_addr1"
126 .Bl -tag -width ".Dv DW_RANGES_ENTRY" -compact
[all …]
H A Ddwarf_get_abbrev_entry.316 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_get_abbrev_entry.3 3644 2018-10-15 19:55:01Z jkoshy $
53 should be a valid abbreviation descriptor, as returned by function
58 specifies the 0-based index of the attribute.
60 entry can be retrieved using the function
82 is not NULL, it will be used to return an error descriptor in case
102 .Bd -literal -offset indent
109 Dwarf_Error de;
115 NULL, NULL, &de)) == DW_DLV_OK) {
117 &attr_count, &de)) == DW_DLV_OK) {
[all …]
/freebsd/share/syscons/keymaps/
H A DINDEX.keymaps6 # lang: ar bg cs da de el en es fi fr he hr hu hy is it ja kk ko nl no pl
10 # If lang empty use 'en' (us-english) as default.
13 # german.iso.kbd:de:deutsch ISO-8859-1
14 # german.iso.kbd:en:german ISO-8859-1
24 MENU:de:W�hlen Sie Ihre Tastaturbelegung
25 MENU:fr:Choisissez la nationalit� de votre clavier
29 MENU:es:Seleccione el idioma de su teclado
35 FONT:en:cp437-8x16.fnt
36 FONT:de,fr,da,no,sv,pt,es:iso-8x16.fnt
37 FONT:ru:koi8-r-8x16.fnt
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
73 struct dirent *de; in TEST_F() local
97 de = readdir(dir); in TEST_F()
98 ASSERT_NE(nullptr, de) << strerror(errno); in TEST_F()
99 EXPECT_EQ(2ul, de->d_fileno); in TEST_F()
100 EXPECT_EQ(DT_DIR, de->d_type); in TEST_F()
101 EXPECT_EQ(sizeof(dotdot), de->d_namlen); in TEST_F()
102 EXPECT_EQ(0, strcmp(dotdot, de->d_name)); in TEST_F()
[all …]
/freebsd/contrib/bc/locales/
H A Dpt_BR.UTF-8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de cálculo:"
35 2 "Erro de análise de sintaxe:"
36 3 "Erro de execuçã
[all...]
H A Dpt_BR.utf8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de cálculo:"
35 2 "Erro de análise de sintaxe:"
36 3 "Erro de execuçã
[all...]
H A Dpt_PT.UTF-8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de cálculo:"
35 2 "Erro de análise de sintaxe:"
36 3 "Erro de execuçã
[all...]
H A Dpt_PT.utf8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de cálculo:"
35 2 "Erro de análise de sintaxe:"
36 3 "Erro de execuçã
[all...]
H A Des_ES.UTF-8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Error de matemática:"
35 2 "Error de syntaxis:"
36 3 "Error de ejecución:"
45 3 "desbordamiento de entero
[all...]
H A Des_ES.utf8.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Error de matemática:"
35 2 "Error de syntaxis:"
36 3 "Error de ejecución:"
45 3 "desbordamiento de entero
[all...]
H A Des_ES.ISO8859-1.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Error de matem�tica:"
35 2 "Error de syntaxis:"
36 3 "Error de ejecuci�n:"
45 3 "desbordamiento de entero
[all...]
H A Des_ES.ISO8859-15.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Error de matem�tica:"
35 2 "Error de syntaxis:"
36 3 "Error de ejecuci�n:"
45 3 "desbordamiento de entero
[all...]
H A Dpt_PT.ISO8859-15.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de c�lculo:"
35 2 "Erro de an�lise de sintaxe:"
36 3 "Erro de exec
[all...]
H A Dpt_BR.ISO8859-1.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de c�lculo:"
35 2 "Erro de an�lise de sintaxe:"
36 3 "Erro de exec
[all...]
H A Dpt_BR.ISO8859-15.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2024 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 1 "Erro de c�lculo:"
35 2 "Erro de an�lise de sintaxe:"
36 3 "Erro de exec
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp1 //===-- DumpDataExtractor.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 #include "lldb/lldb-defines.h"
12 #include "lldb/lldb-forward.h"
67 bytes_left -= 8; in GetAPInt()
80 be_offset -= 8; in GetAPInt()
83 bytes_left -= 8; in GetAPInt()
85 be_offset -= bytes_left; in GetAPInt()
106 s->Write("0b", 2); in DumpAPInt()
[all …]

12345678910>>...59