Home
last modified time | relevance | path

Searched refs:code (Results 301 – 325 of 5329) sorted by relevance

1...<<11121314151617181920>>...214

/freebsd-14.2/contrib/ncurses/include/
H A Dnc_alloc.h92 #define ExitProgram(code) exit_curses(code) argument
103 #define ExitProgram(code) exit(code) argument
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_clear.c49 int code = ERR; in NCURSES_EXPORT() local
53 if ((code = werase(win)) != ERR) in NCURSES_EXPORT()
56 returnCode(code); in NCURSES_EXPORT()
H A Duse_window.c41 int code = OK; in NCURSES_EXPORT() local
50 code = func(win, data); in NCURSES_EXPORT()
53 returnCode(code); in NCURSES_EXPORT()
H A Dlib_insdel.c51 int code = ERR; in NCURSES_EXPORT() local
61 code = OK; in NCURSES_EXPORT()
63 returnCode(code); in NCURSES_EXPORT()
/freebsd-14.2/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl92 $code.=<<___;
109 $code.=<<___ if ($SIZE_T==4);
116 $code.=<<___;
125 $code.=<<___ if ($SIZE_T==4);
133 $code.=<<___;
330 $code.=<<___;
344 $code.=<<___;
369 $code.=<<___;
386 $code.=<<___;
604 $code.=<<___;
[all …]
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c351 if (code != NULL) in zed_log_fault()
372 const char *code = "-"; in fmd_fault_mkcode() local
379 code = "ZFS-8000-FD"; in fmd_fault_mkcode()
381 code = "ZFS-8000-GH"; in fmd_fault_mkcode()
383 code = "ZFS-8000-HC"; in fmd_fault_mkcode()
385 code = "ZFS-8000-JQ"; in fmd_fault_mkcode()
387 code = "ZFS-8000-K4"; in fmd_fault_mkcode()
389 code = "ZFS-8000-CS"; in fmd_fault_mkcode()
391 code = "ZFS-8000-D3"; in fmd_fault_mkcode()
394 return (code); in fmd_fault_mkcode()
[all …]
/freebsd-14.2/crypto/openssl/util/
H A Dmkerr.pl194 my $code;
197 $code = $2;
204 $code = $2;
220 die "$lib reason code $code collision at $name\n"
221 if $rassigned{$lib} =~ /:$code:/;
222 $rassigned{$lib} .= "$code:";
224 $rmax{$lib} = $code if $code > $rmax{$lib};
226 $rcodes{$name} = $code;
/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c539 code = TRUE; in wcon_CanHandle()
552 code = TRUE; in wcon_CanHandle()
555 code = TRUE; in wcon_CanHandle()
569 if (!code) { in wcon_CanHandle()
778 code = OK; in wcon_mode()
790 code = OK; in wcon_mode()
799 code = OK; in wcon_mode()
811 code = ERR; in wcon_mode()
1076 int code = 0; in wcon_twait() local
1087 return code; in wcon_twait()
[all …]
/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.texi32 The @code{ntpsnmpd} utility program is used to monitor NTP daemon @code{ntpd}
35 This document applies to version @value{VERSION} of @code{ntpsnmpd}.
47 The @code{ntpsnmpd} utility program provides an SNMP MIB agent for @code{ntpd}.
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl133 $code=<<___;
207 $code.=<<___;
270 $code.=<<___;
468 $code.=<<___;
538 $code.=<<___;
596 $code.=<<___;
790 $code.=<<___;
850 $code.=<<___;
1095 $code.=<<___;
1116 $code.=<<___;
[all …]
/freebsd-14.2/contrib/dialog/
H A Drc.c172 int code = -1; in from_boolean() local
176 code = 1; in from_boolean()
178 code = 0; in from_boolean()
181 return code; in from_boolean()
187 int code = UNKNOWN_COLOR; in from_color_name() local
194 code = color_names[i].value; in from_color_name()
199 return code; in from_color_name()
235 to_color_name(int code) in to_color_name() argument
240 if (code == color_names[n].value) { in to_color_name()
249 to_boolean(int code) in to_boolean() argument
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3326-odroid-go.dtsi38 linux,code = <BTN_DPAD_UP>;
43 linux,code = <BTN_DPAD_DOWN>;
48 linux,code = <BTN_DPAD_LEFT>;
53 linux,code = <BTN_DPAD_RIGHT>;
58 linux,code = <BTN_EAST>;
63 linux,code = <BTN_SOUTH>;
68 linux,code = <BTN_WEST>;
73 linux,code = <BTN_NORTH>;
78 linux,code = <BTN_TRIGGER_HAPPY1>;
108 linux,code = <BTN_TL>;
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl55 $code.=<<___;
80 $code.=<<___;
100 $code.="\n";
103 $code.=<<___;
421 $code.=<<___;
447 $code.=<<___;
457 $code.=<<___;
556 $code.=<<___;
567 $code.=<<___;
722 $code.=<<___;
[all …]
/freebsd-14.2/sys/arm64/arm64/
H A Delf32_machdep.c204 sa->code = td->td_frame->tf_x[7]; in freebsd32_fetch_syscall_args()
205 sa->original_code = sa->code; in freebsd32_fetch_syscall_args()
207 if (sa->code == SYS_syscall) { in freebsd32_fetch_syscall_args()
208 sa->code = *ap++; in freebsd32_fetch_syscall_args()
210 } else if (sa->code == SYS___syscall) { in freebsd32_fetch_syscall_args()
211 sa->code = ap[1]; in freebsd32_fetch_syscall_args()
216 if (sa->code >= p->p_sysent->sv_size) in freebsd32_fetch_syscall_args()
219 sa->callp = &p->p_sysent->sv_table[sa->code]; in freebsd32_fetch_syscall_args()
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpu/host1x/
H A Dnvidia,tegra234-nvdec.yaml76 nvidia,bl-code-offset:
79 Offset to bootloader code section from beginning of firmware that was configured by
94 nvidia,os-code-offset:
97 Offset to operating system code section from beginning of firmware that was configured by
116 - nvidia,bl-code-offset
119 - nvidia,os-code-offset
152 nvidia,bl-code-offset = <0>;
155 nvidia,os-code-offset = <0>;
/freebsd-14.2/contrib/ncurses/progs/
H A Dtoe.c67 static GCC_NORETURN void ExitProgram(int code);
69 ExitProgram(int code) in ExitProgram() argument
72 _nc_free_tic(code); in ExitProgram()
507 int code; in typelist() local
509 code = _nc_db_first(capdbp, &key, &data); in typelist()
510 while (code == 0) { in typelist()
525 code = _nc_db_next(capdbp, &key, &data); in typelist()
609 int code; in main() local
734 code = EXIT_FAILURE; in main()
772 code = typelist((int) count, eargv, header, hook); in main()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DREADME.txt8 Unix - only code that is truly generic to all UNIX platforms
9 Posix - code that is specific to Posix variants of UNIX
10 SUS - code that is specific to the Single Unix Specification
11 SysV - code that is specific to System V variants of UNIX
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl89 $code=<<___;
108 $code.=<<___;
166 $code.=<<___;
179 $code.=<<___;
186 $code.=<<___;
230 $code.=<<___;
245 $code.=<<___;
323 $code.=<<___;
338 $code.=<<___;
471 $code.=<<___;
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_archive_set_error.c29 test(struct archive *a, int code, const char *msg) in test() argument
31 archive_set_error(a, code, "%s", msg); in test()
33 assertEqualInt(code, archive_errno(a)); in test()
/freebsd-14.2/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl26 $code.=<<___;
106 $code.=<<___;
182 $code.=<<___ if ($d0 == 12);
187 $code.=<<___ if ($d0 == 15);
195 $code.=<<___;
235 $code.=<<___;
251 $code.=<<___ if ($i0==0); # p1,p2 are available for reuse in first round
256 $code.=<<___ if ($i0>0);
261 $code.=<<___;
292 print $code;
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dadc-keys.yaml43 linux,code: true
53 - linux,code
87 linux,code = <KEY_VOLUMEUP>;
93 linux,code = <KEY_VOLUMEDOWN>;
99 linux,code = <KEY_ENTER>;
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c42 int code = OK; in NCURSES_EXPORT() local
58 code = func(screen, data); in NCURSES_EXPORT()
62 returnCode(code); in NCURSES_EXPORT()
H A Dtinfo_driver.c321 int code = ERR; in drv_defaultcolors() local
344 code = OK; in drv_defaultcolors()
346 return (code); in drv_defaultcolors()
602 int code = ERR; in drv_mode() local
622 code = OK; in drv_mode()
631 code = OK; in drv_mode()
650 code = OK; in drv_mode()
661 return (code); in drv_mode()
1409 return (code); in drv_keyok()
1436 code = ERR; in drv_cursorSet()
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dsh-leading-hyphen.exp3 *** Error code 1 (ignored)
6 *** Error code 127 (ignored)
10 *** Error code 127 (ignored)
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dbcm4708-buffalo-wzr-1166dhp-common.dtsi3 * Broadcom BCM470X / BCM5301X ARM platform code.
109 linux,code = <KEY_RESTART>;
115 linux,code = <KEY_WPS_BUTTON>;
122 linux,code = <KEY_SETUP>;
129 linux,code = <BTN_0>;
135 linux,code = <KEY_EJECTCD>;

1...<<11121314151617181920>>...214